cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP Receiver Error - Recoverable Exception

rodel_nanca3
Explorer
0 Kudos

Can someone please explain why I am getting this:

Delivery of the message to the application using connection SOAP_http://sap.com/xi/XI/System failed, due to: com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error Application/UNKNOWN/APPLICATION_ERROR - application fault.

Accepted Solutions (1)

Accepted Solutions (1)

VijayKonam
Active Contributor
0 Kudos

Hi Rodel,

It looks like the destination system is throwing an exception which is not handled in XI through FAULT Message. Please ask your web service provider for the possible exceptions it might through, which need to be captured in XI fault message types. You can do the required mapping in the interface mapping in Erro tab.

VJ

rodel_nanca3
Explorer
0 Kudos

So if I'm understanding you, this is not an XI issue but that of the receiving system throwing an exception.

henrique_pinto
Active Contributor
0 Kudos

Yeah, since it's an application fault.

If you have sync2sync scenario, you can map this fault message to an exception in outbound interface.

If you have bpm calling the web service, you can catch the fault message and execute and exception branch in bpm.

Regards,

Henrique.

Answers (0)