Skip to content

Instantly share code, notes, and snippets.

@rrgarciach
Last active March 7, 2016 14:57
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 rrgarciach/9aeb403392bfe81be9ef to your computer and use it in GitHub Desktop.
Save rrgarciach/9aeb403392bfe81be9ef to your computer and use it in GitHub Desktop.
SOAP envelope example
<?xml version="1.0"?>
<soap:Envelope
xmlns:soap="http://www.w3.org/2003/05/soap-envelope/"
soap:encodingStyle="http://www.w3.org/2003/05/soap-encoding">
<soap:Header>
...
</soap:Header>
<soap:Body>
...
<soap:Fault>
...
</soap:Fault>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment