Skip to content

Instantly share code, notes, and snippets.

@rubiii
Created September 21, 2011 14:14
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 rubiii/1232134 to your computer and use it in GitHub Desktop.
Save rubiii/1232134 to your computer and use it in GitHub Desktop.
namespace identifiers
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns="http://www.avectra.com/2005/" xmlns:ins0="http://www.avectra.com/2005/">
<soapenv:Header/>
<soapenv:Body>
<ns:Authenticate>
<ins0:userName>test</ins0:userName>
<ins0:password>test</ins0:password>
</ns:Authenticate>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment