assimbly / runtime

Java & REST API's for creating and running integrations
Apache License 2.0
17 stars 3 forks source link

[SOAP]xmlns:soap is missing #221

Closed Hooghof closed 1 month ago

Hooghof commented 1 month ago

This part of the SOAP component response is missing: xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

Instance: next Tenant: Regression Tests Flow: SOAP extract_smart / SOAP extract / SOAP smart / SOAP token

Expected

<?xml version="1.0" encoding="UTF-8"?>
<m:ListOfCountryNamesByNameResponse xmlns:m="http://www.oorsprong.org/websamples.countryinfo" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">

Result

<?xml version="1.0" encoding="UTF-8"?>
<m:ListOfCountryNamesByNameResponse xmlns:m="http://www.oorsprong.org/websamples.countryinfo" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
brunovg commented 1 month ago

I don't have this issue locally:

<?xml version="1.0" encoding="UTF-8"?>
<m:ListOfCountryNamesByNameResponse xmlns:m="http://www.oorsprong.org/websamples.countryinfo"
                                    xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <m:ListOfCountryNamesByNameResult>
        <m:tCountryCodeAndName>
            <m:sISOCode>AX</m:sISOCode>
            <m:sName>Åland Islands</m:sName>
        </m:tCountryCodeAndName>
...
skin27 commented 1 month ago

Close this issue for now. This is an issue that most likely does not affect customers.