How to override soap addresse location?

When I click on test request, the call is using the location inside the wsdl, not the one in the url. How to force it like soapui ? thanks

anyone ? thanks

Define your request as below,

RequestObject request = findTestObject(“YourObject”)
// override default endpoint
request.addwsdladdress(“your endpoint”)
//Send request
WS.SendRequest(request)

Timothy Mwaura said:

Define your request as below,

RequestObject request = findTestObject(“YourObject”)
// override default endpoint
request.addwsdladdress(“your endpoint”)
//Send request
WS.SendRequest(request)

This will only change your wsdl location . A workaround to counter this problem would be to configure port forwarding. if in windows do:

netsh
interface portproxy add v4tov4 listenport=
connectport= connectaddress=

hmm I was hoping that in 5.4 this will be fixed but nothing … It’s common to override url location, I don’t understand there’s still nothing about this …

no fix in 5.4.1 again … nobody has this problem ?

I am also facing this issue … unable to set end point for SOAP Services

Anyone Can you please help me on this

Could you take the screenshot of what specified in the wsdl that could not be loaded into Katalon Studio?