【发布时间】:2012-08-23 23:35:11
【问题描述】:
在示例soap XML请求消息中,我注意到有soap信封标记为
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Header>
...
可以删除这些标签吗?例如,将soap消息更改为,
<soapenv:Envelope>
<Header>
...
这是所有soap消息都必须具备的标准吗?
谢谢。
【问题讨论】: