Skip to content

Instantly share code, notes, and snippets.

@michellesanver
Created October 31, 2013 11:22
Show Gist options
  • Save michellesanver/7248097 to your computer and use it in GitHub Desktop.
Save michellesanver/7248097 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>RLY, anything.</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