Soap call error: Can not send test request

Katalon 5.10

  • I am able to require soap url

  • Service Function: Heartbeat, loads fine

  • HTTP Header: Content-Type text/xml
    -Request Message:

    un pw
            	<IPAddress xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
            
              <SomeParam>someNumber</SomeParam>
            
          </auth>
      </Heartbeat>
    
  • click on run to make request

Warning window pop up:
Can not send the test request.
Reason:
java.net.MalformedURLException
at com.kms.katalon.core.webservice.common.SoapClient.send(SoapClient.java:150)
at com.kms.katalon.controller.WebServiceController.sendRequest(WebServiceController.java:107)
at com.kms.katalon.composer.webservice.parts.SoapServicePart$4.run(SoapServicePart.java:232)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:119)
Caused by: java.lang.NullPointerException

Someone please help, thanks in advance!

Request Message cut off, re-post

username pw
          	<IPAddress xsi:nil="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
          
            <SomeParam>someNumber</SomeParam>
          
        </auth>
    </Heartbeat>
</Body>

One more time…

The xml still cut off. Anyways, the format of xml in my request body is correct.

@dylan.dai, please check your URL to see if it’s correctly defined. In case you cannot spot out any flaws, please send us your request file (.rs file) for further investigation.