问题详情:
<!--访问webservice中,返回的信息-->
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Body>
<ns2:testResponse xmlns:ns2="http://test.webservice">
<return>
<msg>成功</msg>
<status_code>1</status_code>
</return>
</ns2:testResponse>
</soap:Body>
</soap:Envelope>