Запрос:
<SOAP-ENV:Envelope><br>
xmlns:SOAP-ENV="http://[soaporg]/envelope"
SOAP-ENV:encodingStyle="http://[soapporg]/encoding//"
<SOAP-ENV:BODY>
<m:GetStockRespense xmlns:m="SOME-URL">
<Symbol>HST</Symbol>
<m:GetLastStock>
<SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Ответ:
<SOAP-ENV:Envelope><br>
xmlns:SOAP-ENV="http://[soaporg]/envelope"
SOAP-ENV:encodingStyle="http://[soapporg]/encoding//"
<SOAP-ENV:BODY>
<m:GetStockRespense xmlns:m="SOME-URL">
<price>48.6</price>
<m:GetLastStockResprnse>
<Soap-ENV:Body>
</SOAP-ENV:Envelope>