Skip to content

Instantly share code, notes, and snippets.

@patrykpoborca
Created November 21, 2016 16:45
Show Gist options
  • Save patrykpoborca/d12f092348ee02690f434d02680561c9 to your computer and use it in GitHub Desktop.
Save patrykpoborca/d12f092348ee02690f434d02680561c9 to your computer and use it in GitHub Desktop.
REQUEST
<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>
RESPONSE:
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:getUserInfoResponse xmlns:ns2="http://profile.webservices/"/>
</S:Body>
</S:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment