所有操作完成后都会出错[nusoap,wsdl,php]

时间:2012-08-09 08:14:14

标签: php asp.net wsdl nusoap

当我的用户通过asp.net与nusaop和wsdl连接时,他们可以完成他们的操作,但最终所有工作成功后他们都会收到此错误:

<?xml version="1.0" encoding="ISO-8859-1"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
  <SOAP-ENV:Body>
    <ns1:enqueueResponse xmlns:ns1="http://localhost/enqueue/index.php">
      <return xsi:type="xsd:string">20</return>
    </ns1:enqueueResponse>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>
--.

0 个答案:

没有答案