Exemple de message
nPOST /StockQuote HTTP/1.1
nHost: www.stockquoteserver.com
nContent-Type: text/xml; charset="utf-8"
nContent-Length: nnnn
nSOAPAction: "Some-URI"
n
n<SOAP-ENV:Envelope
  xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
  SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
    <m:GetLastTradePrice xmlns:m="Some-URI">
        <symbol>DIS</symbol>
    </m:GetLastTradePrice>
</SOAP-ENV:Body>
n</SOAP-ENV:Envelope>
Propre au portage sur HTTP