'Cannot connect to web service' when trying to Load from WSDL

I have a SOAP request I need to make in order to create a user in my system. After copying my XML into the ‘Request Message’ and clicking ‘Load from WSDL’, I get a ‘Cannot connect to web service’ error.

It should be noted that I’m making the server that I’m making the request to requires a token at the end of the url to authenticate the request.

Scott,

Could you provide more information on the request you sent? Some screenshot of the test will help.

Please provide the solution for the above problem.

image.png

Hi… try to use this wsdl and load in to katalon using new webservice request http://webservices.oorsprong.org/websamples.countryinfo/CountryInfoService.wso?WSDL

Select Service Function as : FullCountryInfo
use this request and hit it
<soapenv:Envelope xmlns:soapenv=“http://schemas.xmlsoap.org/soap/envelope/” xmlns:web=“http://www.oorsprong.org/websamples.countryinfo”>
soapenv:Header/
soapenv:Body
web:FullCountryInfo
web:sCountryISOCodeIN</web:sCountryISOCode>
</web:FullCountryInfo>
</soapenv:Body>
</soapenv:Envelope>

you will get 200 OK as response

1 Like

katalon WSDL sample.png

1 Like

Same issue located here - http://forum.katalon.com/discussion/6655/not-able-to-get-service-functions-in-api-testing-soap

did you have any authentication mechanism added