SOAP规范是否允许标头和信封之间的非xml内容

时间:2012-06-15 12:56:48

标签: xml http soap

根据SOAP规范允许以下内容吗?

HTTP/1.1 200 OK
Content-Type: text/xml; charset="utf-8"

000 OK.
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
   <SOAP-ENV:Body>
       <m:GetLastTradePriceResponse xmlns:m="Some-URI">
            <Price>34.5</Price>
       </m:GetLastTradePriceResponse>
   </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

注意“000 OK”。我在官方规范中找不到任何相关内容:http://www.w3.org/TR/2000/NOTE-SOAP-20000508/

2 个答案:

答案 0 :(得分:0)

我不这么认为..但你可以添加自定义标题来封闭那些数据。

答案 1 :(得分:0)

我确信规范说有效负载需要是XML。这不是XML。