Skip to content

Instantly share code, notes, and snippets.

@patrykpoborca
Created November 23, 2016 20:20
Show Gist options
  • Save patrykpoborca/c6b303804aed1591749735cd9a5bc2d9 to your computer and use it in GitHub Desktop.
Save patrykpoborca/c6b303804aed1591749735cd9a5bc2d9 to your computer and use it in GitHub Desktop.
POST http://173.164.36.4:8080/TrackingWS/Pro HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: text/xml;charset=UTF-8
SOAPAction: "getUserInfo"
Content-Length: 281
Host: 173.164.36.4:8080
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:prof="http://profile.webservices/">
<soapenv:Header/>
<soapenv:Body>
<prof:getUserInfo>
<UserID>1</UserID>
</prof:getUserInfo>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment