I am a HANA newbie, trying small sample applications. I followed the sample tutorial for using the XS outbound connection API and got that to work correctly. However, when I try to do essentially the same thing against a webservice exposed by our application, I get the following error thrown by client.request(). It seems to be after the timeout that the error is thrown:
Error: HttpClient.request: request failed. The following error occurred: unable to establish connection to <our ws host>:<our ws port> - internal error code: connection failed"
I am able to invoke the webservice just fine via SOAPUI.