Why does a SOAP message have to be sent over HTTP?
问题 Below is a demo SOAP request message: HTTP/1.1 200 OK Content-Type: text/xml; charset="utf-8" Content-Length: nnnn <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> <SOAP-ENV:Header> <t:SessionOrder xmlns:t="http://example.com" xsi:type="xsd:int" mustUnderstand="1"> 5 </t:SessionOrder> </SOAP-ENV:Header> <SOAP-ENV:Body> <GetStockQuote xmlns="http://someexample.com"> <Price>MSFT</Price> <