SOAP 语法

SOAP组件群(SOAP Building Blocks)

一条 SOAP 消息就是一个普通的 XML 文档,包含下列元素:

所有以上的元素均被声明于针对 SOAP 封装的默认命名空间中:http://www.w3.org/2001/12/soap-envelope;以及针对 SOAP 编码和数据类型的默认命名空间:http://www.w3.org/2001/12/soap-encoding

语法规则(Syntax Rules)

这里是一些重要的语法规则:

SOAP 消息的基本结构(Skeleton SOAP Message)

<?xml version=”1.0″?>
<soap:Envelope xmlns:soap=”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:Fault>


</soap:Fault>
</soap:Body>

</soap:Envelope>

相关文章: 

If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

Comments

还没有评论。

发表评论

(必填)

(必填)