码迷,mamicode.com
首页 > 其他好文 > 详细

2.SOAP 语法

时间:2018-03-22 17:20:48      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:str   attribute   alt   print   com   post   SM   click   1.0   

技术分享图片


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 实例
技术分享图片


http://www.w3school.com.cn/soap/soap_summary.asp

2.SOAP 语法

标签:str   attribute   alt   print   com   post   SM   click   1.0   

原文地址:https://www.cnblogs.com/zhchoutai/p/8624458.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!