Hi,
I have a problem with a SOAP operation I want to start.
In the WSDL there is preferred address set: http://localhost:80/gsoap/gsoap_ssl.dll?sbmappservices72
But I'm not running Orchestrator on the same server as on the server I'm sending the SOAP call to.
So I'm trying to change this preferred address:
[2015-01-27 08:47:16.017] [I] host.preferredEndpointURL: http://localhost:80/gsoap/gsoap_ssl.dll?sbmappservices72
[2015-01-27 08:47:16.018] [I] Setting new preferredEndpointURL
[2015-01-27 08:47:16.018] [I] host.preferredEndpointURL: http://192.168.30.39:80/gsoap/gsoap_ssl.dll?sbmappservices72
[2015-01-27 08:47:16.018] [I] creating request...
[2015-01-27 08:47:16.020] [I] invoking 'TransitionItem' operation...
But this doesn't seem to affect the behaviour; I get an error: Connection refused: connect
And When I look in the logs I see this:
(27/01/15 08:47:15)] host.wsdlUri: http://192.168.30.39/gsoap/sbmappservices72.wsdl
(27/01/15 08:47:15)] host.wsdlLocal: false
(27/01/15 08:47:15)] host.preferredEndpointURL: http://localhost:80/gsoap/gsoap_ssl.dll?sbmappservices72
(27/01/15 08:47:15)] Setting new preferredEndpointURL
(27/01/15 08:47:15)] host.preferredEndpointURL: http://192.168.30.39:80/gsoap/gsoap_ssl.dll?sbmappservices72
(27/01/15 08:47:15)] creating request...
(27/01/15 08:47:15)] invoking 'TransitionItem' operation...
[Axis2SOAPAdaptor]
[HttpMethodDirector] I/O exception (java.net.ConnectException) caught when processing request: Connection refused: connect
[HttpMethodDirector] Retrying request
[HttpMethodDirector] I/O exception (java.net.ConnectException) caught when processing request: Connection refused: connect
[HttpMethodDirector] Retrying request
[HttpMethodDirector] I/O exception (java.net.ConnectException) caught when processing request: Connection refused: connect
[HttpMethodDirector] Retrying request
[HTTPSender] Unable to sendViaPost to url[http://localhost:80/gsoap/gsoap_ssl.dll?sbmappservices72]
Is there a way I can change this permanently?
Kind regards,
Jonathan