Simple SOAP Response(Using HTTP)
HTTP/1.1 200 OKContent-Type: text/xml; charset="utf-8“Content-Length: nnnn
<SP:Envelopexmlns:SP="http://schemas.xmlsoap.org/soap/envelope/"SP:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SP:Body> <m:GetLastTradePriceResponse xmlns:m="Some-Namespace-URI"> <Priceᡚ.5</Price> </m:GetLastTradePriceResponse> </SP:Body></SP:Envelope>