ユーザーが 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>
--.