Created
November 23, 2016 20:20
-
-
Save patrykpoborca/c6b303804aed1591749735cd9a5bc2d9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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