Skip to content

Instantly share code, notes, and snippets.

@cdwijayarathna
Created December 4, 2013 08:08
Show Gist options
  • Save cdwijayarathna/7783885 to your computer and use it in GitHub Desktop.
Save cdwijayarathna/7783885 to your computer and use it in GitHub Desktop.
To: /, WSAction: urn:getQuote, SOAPAction: urn:getQuote, ReplyTo: http://www.w3.org/2005/08/addressing/anonymous, MessageID: urn:uuid:b0746a2d-4530-475b-81d7-22f30c967e08, Direction: request, Envelope:
<?xml version="1.0" encoding="utf-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
<soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing"><wsa:To>http://localhost:9000/services/SecureStockQuoteService</wsa:To>
<wsa:MessageID>urn:uuid:89b77bd5-3f39-4040-ad63-07e2e8d3c51e</wsa:MessageID>
<wsa:Action>urn:getQuote</wsa:Action>
</soapenv:Header>
<soapenv:Body>
<m0:getQuote xmlns:m0="http://services.samples">
<m0:request>
<m0:symbol>IBM</m0:symbol>
</m0:request>
</m0:getQuote>
</soapenv:Body>
</soapenv:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment