Skip to content

Problem with reading XML response #568

@mcwnuq

Description

@mcwnuq

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions