cancel
Showing results for 
Search instead for 
Did you mean: 

XI3.0: SOAP-Adapter Exception

Former Member
0 Kudos

Hi All,

I'm trying to send a message to a web service via the SOAP adapter.

Unfortunately the SOAP adapter throws the following exception:

<i>

SOAP: error occured: com.sap.aii.messaging.srt.BubbleException: Failed to call the endpoint: HTTP 0 null [null "null"]; nested exception caused by: java.net.SocketException: Connection timed out:could be due to invalid address

</i>

It seems to be that the configured URL does not reach the SOAP adapter.

We use the central J2EE Adapter Engine.

Any hints?

How do I sitch on detailed tracing or logging for the SOAP Adapter? The Audit Log does not contain very much information.

I hope anybody is able to help.

Regards,

Marc

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Marc,

we've got the same problem.

Did you find any solution in the meantime?

We are still investigating the problem. Let's get in touch to find oout the solution.

Bye.

Former Member
0 Kudos

Hi Alessandro,

we solved the problem.

The problem was caused by a firewall. The used port was blocked there. We just reconfigured the firewall and all went fine.

In the meantime I learned somthing about the error message.

"Failed to call the endpoint: HTTP 0 null"

This means that the adapter called the configured endpoint. The "HTTP 0 null" is the result code and error text of the http call. So it returned with error code "0" and it has no associated error text "null".

Another hint that may help you is the OSS note 761921. This note describes how to get an adapter trace.

Hope this reply helps.

Regards,

Marc