Skip to content

Instantly share code, notes, and snippets.

Created August 21, 2012 09:14
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/3413809 to your computer and use it in GitHub Desktop.
Save anonymous/3413809 to your computer and use it in GitHub Desktop.
.net soap request
POST http://devel9:8080/sigeprosecurity/services/ HTTP/1.1
Content-Type: text/xml; charset=utf-8
SOAPAction: ""
Host: devel9:8080
Content-Length: 308
Expect: 100-continue
Accept-Encoding: gzip, deflate
Connection: Keep-Alive
<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 xmlns="http://sigeprosecurity.gruppoinit.it/schema">
<param/>
</GetApplicationInfoRequest>
</s:Body>
</s:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment