Unable to send the soap request - getting MalformedURLException

Hi,

Can you please help me with the below issue while sending the soap12 request with basic authentication.

Stack trace: java.net.MalformedURLException

at java.net.URL.(URL.java:627)

at java.net.URL.(URL.java:490)

at java.net.URL.(URL.java:439)

at com.kms.katalon.core.webservice.common.SoapClient.send(SoapClient.java:149)

at com.kms.katalon.controller.WebServiceController.sendRequest(WebServiceController.java:37)

at com.kms.katalon.composer.webservice.parts.SoapServicePart$2$1.run(SoapServicePart.java:150)

at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)

Caused by: java.lang.NullPointerException

at java.net.URL.(URL.java:532)

… 6 more

(caused by: (Stack trace: java.lang.NullPointerException

at java.net.URL.(URL.java:532)

at java.net.URL.(URL.java:490)

at java.net.URL.(URL.java:439)

at com.kms.katalon.core.webservice.common.SoapClient.send(SoapClient.java:149)

at com.kms.katalon.controller.WebServiceController.sendRequest(WebServiceController.java:37)

at com.kms.katalon.composer.webservice.parts.SoapServicePart$2$1.run(SoapServicePart.java:150)

at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)

)))

TIA

I’m reproducing this issue with our SOAP12 API endpoint. I am wondering if it is because it doesn’t have “www”: https://api.xxx.com/webservices/v3/Users.svc?wsdl

Hi,
Has this been resolved? I am facing this issue. Is there a workaround?