Skip to content

Instantly share code, notes, and snippets.

@tothda
Created September 22, 2008 19:30
Show Gist options
  • Select an option

  • Save tothda/12116 to your computer and use it in GitHub Desktop.

Select an option

Save tothda/12116 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<S11:Envelope xmlns:S11="..." xmlns:wsse="..." xmlns:wsu="..." xmlns:ds="...">
<S11:Header>
<wsse:Security xmlns:wsse="...">
<wsse:UsernameToken wsu:Id="Example">
<wsse:Username> ... </wsse:Username>
<wsse:Password Type="..."> ... </wsse:Password>
<wsse:Nonce EncodingType="..."> ... </wsse:Nonce>
<wsu:Created> ... </wsu:Created>
</wsse:UsernameToken>
</wsse:Security>
</S11:Header>
<S11:Body wsu:Id="MsgBody">
<tru:getBalance xmlns:tru="http://samplebank.com/ws">
65712356
</tru:getBalance>
</S11:Body>
</S11:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment