SOAP basic authentication is not working for WSDL request

Before SOAP request Katalon is trying to receive WSDL from endpoint which requires basic authentication but Katalon doesn’t send any headers so authentication fails and we get 401 error. Also if we upload WSDL manually - it doesn’t try to receive it, but there are XSD imports in WSDL and attempt to get them occures without basic-auth headers too (also causes 401 error).
Basic authentication is setup correctly, headers of request are updated. SoapUI works fine with the same endpoint and request.

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.