That’s the correct URL (i.e., Endpoint URL).
You are not setting Headers in your HTTP invocation. When you’re invoking a WS via HTTP, the IS doesn’t automatically know which WSD Operation you’re invoking (even if there’s only 1 Operation on the WSD).
Pass a Header variable named “SOAPAction” - the value for this variable will be available in the WSDL file. Open the WSDL URL in a browser and look for SOAPAction in it.
I’m unable to recollect some specifics or provide you an example, so you’ll have to perform trials - there’s plenty of info available online on what Headers to set while invoking a WSD via HTTP.
KM
#webMethods#Integration-Server-and-ESB