3.9.1. A SOAP instance ¶
In the following example, a GetStockPrice the request is sent to the server. This request has a StockName Parameter, and a Price parameters. The namespace for this feature is defined in this address: “ http://www.example.org/stock ””SOAP request: ¶
POST /InStock HTTP/1.1
Host: www.example.org
Content-Type: application/soap+xml; charset=utf-8
Content-Length: nnn
SOAP response: ¶
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: nnn