Skip to content

Instantly share code, notes, and snippets.

@probablycorey
Created February 22, 2010 23:05
Show Gist options
  • Save probablycorey/311636 to your computer and use it in GitHub Desktop.
Save probablycorey/311636 to your computer and use it in GitHub Desktop.
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing" 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:Header>
<wsa:Action>http://www.xxx.com/getGroups</wsa:Action>
<wsa:MessageID>uuid:74440a1e-0f0a-4d83-aec4-a0e43b2ec469</wsa:MessageID>
<wsa:ReplyTo>
<wsa:Address>http://schemas.xmlsoap.org/ws/2004/03/addressing/role/anonymous</wsa:Address>
</wsa:ReplyTo>
<wsa:To>http://www.xxx.com/webservices/users</wsa:To>
<wsse:Security soap:mustUnderstand="1">
<wsu:Timestamp wsu:Id="Timestamp-65949428-a63a-4a1a-b176-a550300bc0aa">
<wsu:Created>2005-09-17T20:01:27Z</wsu:Created>
<wsu:Expires>2005-09-17T22:55:27Z</wsu:Expires>
</wsu:Timestamp>
<wsse:UsernameToken xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" wsu:Id="SecurityToken-2f22dca7-53d9-4682-998a-a2f8dd86b6bd">
<wsse:Username>slh01</wsse:Username>
<wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordText">1234567</wsse:Password>
<wsse:Nonce>p9Q3c5pI+pW/L3b4bySL7A==</wsse:Nonce>
<wsu:Created>2005-09-17T20:33:00Z</wsu:Created>
</wsse:UsernameToken>
</wsse:Security>
</soap:Header>
<soap:Body>
<getGroups xmlns="http://www.xxx.com"/>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment