php使用NuSoap产生webservice结合WSDL让asp.net调用(39)
来源:未知 责任编辑:责任编辑 发表时间:2014-01-20 07:53 点击:次
xmlns:si="http://soapinterop.org/xsd"
xmlns:tns="urn:hellowsdl2">
<SOAP-ENV:Body>
<tns:hello xmlns:tns="urn:hellowsdl2">
<person xsi:type="tns:Person">
<firstname xsi:type="xsd:string">Willi</firstname>
<age xsi:type="xsd:int">22</age>
<gender xsi:type="xsd:string">male</gender>
</person>
</tns:hello>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
HTTP/1.1 200 OK
相关新闻>>
- 发表评论
-
- 最新评论 进入详细评论页>>