cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver Axis Adapter to 3rd party webservice

Former Member
0 Kudos

Hi,

My scenario is ABAP Proxy --> PI --> 3rd party webservice using Soap Adapter with Axis protocal.

I'm getting the following error when attempting to post to the 3rd party web service:

nested exception is: java.net.SocketException: Connection timed out:could be due to invalid address

We do have to go through a proxy server to go outside the firewall. I'm not sure if this may be the issue, but I don't even see where you can set this in the AXIS adapter.

Can anyone shed some light on the topic?

Thanks and regards,

Duke

Accepted Solutions (0)

Answers (1)

Answers (1)

stefan_grube
Active Contributor
0 Kudos

check SAP Note 1039369

Former Member
0 Kudos

Configured as stated below, and the issue was resolved.

How can I call some service over an HTTP proxy server?

The Axis's standard and adapter's HTTPSender and CommonsHTTPSender handlers recognize the java's standard network properties (http.proxyHost, http.proxyPort, http.nonProxyHosts) for HTTP proxy setting. Please check that these System properties are correctly set at the J2EE server's System properties page. For more information on how to set Java System properties, please refer to the J2EE server's documentation (SAP Note 710146 How to change J2EE Engine JVM Settings).

Thanks and regards,

Duke

Edited by: Duke on Aug 5, 2010 5:37 PM