0

根据 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/

4

2 回答 2

0

我不这么认为..但是您可以添加自定义标头来包含该数据。

于 2012-06-15T12:58:51.117 回答
0

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

于 2012-06-15T13:39:46.857 回答