-
-
Notifications
You must be signed in to change notification settings - Fork 179
Closed
php-soap/encoding
#36Description
In reference to the issue #567
First of all, I would like to thank you for the quick fix, the SOAP request is sent correctly.
However, a new problem occurred when reading the request response:
Expected to find only one node that matches ./tns:authorize. Got 0
Response:
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:ns1="https://test-api.example.com/webservice/registries"
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:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
<SOAP-ENV:Body>
<ns1:authorizeResponse>
<return xsi:type="ns1:authorizeResponse">
<return xsi:type="xsd:boolean">true</return>
</return>
</ns1:authorizeResponse>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>Metadata
Metadata
Assignees
Labels
No labels