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