Introduction - If you have any usage issues, please Google them yourself
POST /StockQuote HTTP/1.1
Host: www.stockquoteserver.com
Content-Type: text/xml charset="utf-8“
Content-Length: nnnn
SOAPAction: "http://example.org/2001/06/quotes" 
<env:Envelope xmlns:env="http://www.w3.org/2001/06/soap-envelope" >
<env:Body>
<m:GetLastTradePrice env:encodingStyle="http://www.w3.org/2001/06/soap-encoding" xmlns:m="http://example.org/2001/06/quotes">
<symbol>DIS</symbol>
</m:GetLastTradePrice>
</env:Body>
</env:Envelope>