Skip to content

Instantly share code, notes, and snippets.

Created August 21, 2012 09:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/3413791 to your computer and use it in GitHub Desktop.
Save anonymous/3413791 to your computer and use it in GitHub Desktop.
mono oap request
POST http://devel9:8080/sigeprosecurity/services/ HTTP/1.1
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Content-Length: 355
Expect: 100-continue
Connection: keep-alive
Host: devel9:8080
<?xml version="1.0" encoding="utf-8"?>
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
<s:Body>
< xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<GetApplicationInfoRequest>
<param xmlns="http://sigeprosecurity.gruppoinit.it/schema" />
</GetApplicationInfoRequest>
</>
</s:Body>
</s:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment