SOAP请求解构

SOAP请求解构,soap,parameters,definition,Soap,Parameters,Definition,信封在这个soap请求中指的是什么 OST /InStock HTTP/1.1 Host: www.example.org Content-Type: application/soap+xml; charset=utf-8 Content-Length: nnn <?xml version="1.0"?> <soap:Envelope xmlns:soap="http://www.w3.org/2001/12/soap-envelope" soap:encodingStyle

信封在这个soap请求中指的是什么

OST /InStock HTTP/1.1 Host: www.example.org Content-Type: application/soap+xml; charset=utf-8 Content-Length: nnn

<?xml version="1.0"?> <soap:Envelope xmlns:soap="http://www.w3.org/2001/12/soap-envelope" soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding">

<soap:Body xmlns:m="http://www.example.org/stock">   <m:GetStockPrice>
    <m:StockName>IBM</m:StockName>   </m:GetStockPrice> </soap:Body>

</soap:Envelope>
OST/InStock HTTP/1.1主机:www.example.org内容类型:application/soap+xml;字符集=utf-8内容长度:nnn
国际商用机器公司

我不知道你在问什么。你难道不知道什么是SOAP信封吗?