Skip to content

Instantly share code, notes, and snippets.

@sh1mmer
Created June 15, 2009 23:30
Show Gist options
  • Save sh1mmer/130429 to your computer and use it in GitHub Desktop.
Save sh1mmer/130429 to your computer and use it in GitHub Desktop.
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<HelloWorldResponse xmlns="http://www.guru4.net/">
<HelloWorldResult>Hello World!</HelloWorldResult>
</HelloWorldResponse>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment