Forum Discussion
phuzzed
11 years agoOccasional Contributor
I changed the FQDN and service/functions names for anonymity.
POST https://FQDN/MyService.svc HTTP/1.1
Accept-Encoding: gzip,deflate
Content-Type: application/soap+xml;charset=UTF-8;action="http://tempuri.org/IMyService/testFunc"
Content-Length: 3370
Host: FQDN
Connection: Keep-Alive
User-Agent: Apache-HttpClient/4.1.1 (java 1.5)
<s:Envelope xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:s="http://www.w3.org/2003/05/soap-envelope">
<s:Header><wsse:Security s:mustUnderstand="true" 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"><wsse:UsernameToken wsu:Id="UsernameToken-22"><wsse:Username>user</wsse:Username><wsse:Password Type="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-username-token-profile-1.0#PasswordDigest">jItk15UyO4/G/QQtnHJX3f70yEs=</wsse:Password><wsse:Nonce EncodingType="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-soap-message-security-1.0#Base64Binary">TdO1hwi3t1GFsvJK1db4cg==</wsse:Nonce><wsu:Created>2014-01-09T13:21:24.136Z</wsu:Created></wsse:UsernameToken></wsse:Security>
<a:Action s:mustUnderstand="1">http://tempuri.org/IMyService/testFunc</a:Action>
<a:MessageID>urn:uuid:56a38324-84e0-410e-932b-25599ac9c843</a:MessageID>
<a:ReplyTo>
<a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
</a:ReplyTo>
<a:To s:mustUnderstand="1">http://localhost:2313/MyService.svc</a:To>
</s:Header>
<s:Body>
<testFunc xmlns="http://tempuri.org/">
<func>test</func>
<req>Test</req>
</testFunc >
</s:Body>
</s:Envelope>
Related Content
- 8 years ago
- 5 years ago
- 4 years ago
- 6 years ago