SOAP 是基於 XML 的簡(jiǎn)易協(xié)議,可使應(yīng)用程式在 HTTP 之上進(jìn)行資訊交換。

或更簡(jiǎn)單地說(shuō):SOAP 是用來(lái)存取網(wǎng)路服務(wù)的協(xié)定。

SOAP Envelope 元素 語(yǔ)法

強(qiáng)制使用的 SOAP 的 Envelope 元素是 SOAP 訊息的根元素。

必需的 SOAP 的 Envelope 元素是 SOAP 訊息的根元素。它可把 XML 文檔定義為 SOAP 訊息。

SOAP Envelope 元素 範(fàn)例

<?xml version="1.0"?>
<soap:Envelop
exmlns:soap="http://www.w3.org/2001/12/soap-envelope"
soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding">
  ...
  Message information goes here
  ...</soap:Envelope>