cancel
Showing results for 
Search instead for 
Did you mean: 

Catch HTTP 500 Internal Server Error

Former Member
0 Kudos

Hi,

in our RFC->XI->SOAP scenario we want to call a WebService from XI via SOAP Adapter. If an error occurs on the webserver, I receive a SAP error message with the following text:

com.sap.aii.af.ra.ms.api.DeliveryException: Failed to call the endpoint: HTTP 500 Internal Server Error

This causes a shortdump in R/3. Is it possible to catch this error in XI and avoid the shortdump in R/3?

Regards,

Carmen

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Carmen,

Please check note number 804124 at service.sap.com

Thanks & Regards,

Varun Joshi

udo_martens
Active Contributor
0 Kudos

Hi Carmen,

if u have a bpm at xi, u can define an exception branch in ur block, where u fill a error message, which should be response for rfc. So u avoid dump and ur programm can handle the error.

Regards,

Udo

Former Member
0 Kudos

Hi Udo,

unfortunately we do not use bpm yet. But I will check this, because your answer looks like the solution I'm looking for.

Thanks,

Carmen