Skip to content

Instantly share code, notes, and snippets.

@michellesanver
Last active December 27, 2015 01:59
Show Gist options
  • Save michellesanver/7248779 to your computer and use it in GitHub Desktop.
Save michellesanver/7248779 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<hello xmlns="urn:mapperservicewsdl">
<name xmlns="urn:hellowsdl">
<anything>
<anychild></anychild>
<anotherchildwedidntknowabout></anotherchildwedidntknowabout>
</anything>
</name>
</hello>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment