Hello - I have created a webservice connector for a service deployed on my local machine. The service is deployed and running. When trying to test it, I get the following error:
This typically means the wrong port is specified in the URL. Connection refused is usually “you got to the right machine, but nothing is listening on the port you specified.”
You don’t invoke a web service by posting to its WSDL URL. Instead you need to post your Soap request to the endpoint address indicated inside the WSDL.
I’m facing similar issue while calling pub.client:soapHTTP, although we have set a timestamp of 5 seconds on pub.client:soapHTTP but service waiting for a long time~60 seconds to return a connection refused error message.
the port we are mapping to the address of pub.client:soapHTTP is blocked by firewall… so it will not work… but ideally it should have timedout in 5 seconds, but the problem is that its waiting for a very long time.