cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Receiver adapter error. SOAP CALL Failed

Former Member
0 Kudos

Hi ,

I am implementing scenario R/3->RFC adapter->XI->SOAP REceiver adapter->Web Service (Synchronous). I am getting the error.

SOAP: call failed

SOAP: error occured: java.net.ConnectException: Connection timed out

Message log is as below.

Any clue ?

Thanks & Regards,

Mathew

2005-10-31 18:59:58

Success

output

1130810398454

The message was successfully received by the messaging system. Profile: XI URL: http://host:Port/MessagingSystem/receive/AFW/XI

2005-10-31 18:59:58

Success

output

1130810398458

Using connection AFW. Trying to put the message into the request queue.

2005-10-31 18:59:58

Success

output

1130810398458

Message successfully put into the queue.

2005-10-31 18:59:58

Success

output

1130810398459

The message was successfully retrieved from the request queue.

2005-10-31 18:59:58

Success

output

1130810398459

The message status set to DLNG.

2005-10-31 18:59:58

Success

output

1130810398460

Delivering to channel: CC_CALCULATOR

2005-10-31 18:59:58

Success

output

1130810398564

SOAP: request message entering the adapter

2005-10-31 19:03:07

Success

output

1130810587497

SOAP: call failed

2005-10-31 19:03:07

Error

output

1130810587497

SOAP: error occured: java.net.ConnectException: Connection timed out

2005-10-31 19:03:07

Error

output

1130810587498

Exception caught by adapter framework: Connection timed out

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Prasad,

Fire wall was the culprit.

Thanks,

Mathew

Former Member
0 Kudos

Hi Mathew,

i am also getting the same error.

Can you please tell me what could be the problem..

former_member189324
Contributor
0 Kudos

Hi Mathew,

Check if the webservice is availble??? Based on the error below, it looks like the message is timing out at the Adapter Engine level waiting for the connection to make the webservice call...

Prasad