I am using Katalon Studio 5.4.2 on Windows 7.
I made a project using the built-in “Sample Web Services Testing Project”.
When I run the “Test Cases/TC02_SOAP_Verify Converted Weight”, it failed with the following message.
Test Cases/TC02_SOAP_Verify Converted Weight FAILED because (of) Unable to send request (Root cause: javax.wsdl.WSDLException: WSDLException: faultCode=OTHER_ERROR: Unable to resolve imported document at ‘http://www.webservicex.net/ConvertWeight.asmx?WSDL’.: java.net.UnknownHostException: www.webservicex.net)
I check the target URL http://www.webservicex.net/ConvertWeight.asmx with browser and got the following response:
Oh, the URL is no longer there.