cancel
Showing results for 
Search instead for 
Did you mean: 

connection AFW failed, due to: RecoverableException : SOAP Adapter.

Former Member
0 Kudos

Hi All,

We are using XI3.0 Sp14 . the message flow is

IDOC> XI> SOAP ADPATER (receiver side)--> External system.

Here everything is fine, we are using https URL of the extrnal system to send the cXML file on there side. The external URL is fine and working.

When we send the idoc from R/3 to XI. then it gives very common message. I dont know what is wrong with this message. .

Please check this , what I got in Audit log:

2007-04-16 10:14:03 Error Exception caught by adapter framework: null

2007-04-16 10:14:03 Error Delivery of the message to the application using connection AFW failed, due to: RecoverableException.

2007-04-16 10:14:03 Success The asynchronous message was successfully scheduled to be delivered at Mon Apr 16 10:19:03 EDT 2007.

2007-04-16 10:14:03 Success The message status set to WAIT.

I don't know why I am getting this error message. Please help me to resolve this. Thanks

regards

Ram Singhal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

For SOAP receiver adapter, you have the WSDL file from the provider of the webservice, either from a URL link or physically receiving the file.

The WSDL file contains the attribute "location" from the element "address", and the attribute "soapAction" from the element "operation". These 2 values must be entered exactly as is into the SOAP comm chan config.

Also, insure the proxy information are also entered correctly, include the userid/password if required. The webservice provider may also require authentication, so make sure it is also entered.

If possible, execute the webservice using a generic SOAP client tool to test. Use the exact configuration entries as those you used in XI. There are many free tools from the internet.

Regards,

Bill

Former Member
0 Kudos

HI,

SOAP adapter is used to webservice , but you are telling about file as cxml.

does it your requirement , and check the configurations whatever you have done , is it correct.

Regards

Chilla

Former Member
0 Kudos

Hi Chandra, you are right.

We are sending cXML file using SOAP at suppliers WEB URL. We are able to do it for other vendors but did not getting why it is failing . If we should not use SOAP here. Then please advice what we can use to send cXML file to Suppliers server URL ( it is https url).

regards

Ram Singhal