SOAP 是基于 XML 的簡易協(xié)議,可使應(yīng)用程序在 HTTP 之上進(jìn)行信息交換。
或者更簡單地說:SOAP 是用于訪問網(wǎng)絡(luò)服務(wù)的協(xié)議。
SOAP Envelope 元素 語法
強制使用的 SOAP 的 Envelope 元素是 SOAP 消息的根元素。
必需的 SOAP 的 Envelope 元素是 SOAP 消息的根元素。它可把 XML 文檔定義為 SOAP 消息。
SOAP Envelope 元素 示例
<?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>