Skip to content

Instantly share code, notes, and snippets.

@democ
Created January 22, 2014 08:18
Show Gist options
  • Save democ/8555213 to your computer and use it in GitHub Desktop.
Save democ/8555213 to your computer and use it in GitHub Desktop.
<SOAP-ENV:Header xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" soap:mustUnderstand="1">
<wsse:UsernameToken wsu:Id="UsernameToken-D9038D7FC515B62DC413901962198921">
<wsse:Username>saber</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">123456</wsse:Password>
</wsse:UsernameToken>
</wsse:Security>
</SOAP-ENV:Header>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment