Skip to content

Instantly share code, notes, and snippets.

@Benjit87
Created November 28, 2012 02:29
Show Gist options
  • Save Benjit87/4158661 to your computer and use it in GitHub Desktop.
Save Benjit87/4158661 to your computer and use it in GitHub Desktop.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cal="http://calculator.me.org/">
<soapenv:Header/>
<soapenv:Body>
<cal:add>
<i>3</i>
<j>2</j>
</cal:add>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment