SOAP 消息的基本结构
<?xml version="1.0"?> <soap:Envelope xmlns="http://www.w3.org/2001/12/soap-envelope" soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding"> <soap:Header> </soap:Header> <soap:Body> </soap:Body> <soap:Fault> </soap:Fault> </soap:Envelope>
SOAP Envelope 元素
SOAP Header 元素
SOAP Body 元素
SOAP Fault 元素
SOAP HTTP Binding
SOAP 实例
来源:https://www.cnblogs.com/zhchoutai/p/8624458.html