cancel
Showing results for 
Search instead for 
Did you mean: 

ADAPTER.HTTP_EXCEPTION & HTTP 500 Internal Server Error

Former Member
0 Kudos

Hi,

I am working RFC-TO-SOAP(Synchronous scenario) when I try to test this scenario from SE37 using rfc destination I am getting the below error.(from SOAP Response)

In SXMB_MONI the below error is coming...

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>

- <!-- Inbound Message

-->

- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">

<SAP:Category>XIAdapter</SAP:Category>

<SAP:Code area="HTTP">ADAPTER.HTTP_EXCEPTION</SAP:Code>

<SAP:P1 />

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText>HTTP 500 Internal Server Error</SAP:AdditionalText>

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack />

<SAP:Retry>M</SAP:Retry>

</SAP:Error>

same scenario when I try to test from Component monitoring in RWB using sender RFC request payload I am getting the response from webservice. It is showing successfullly messages in SXMB_MONI.

I have created TCP/IP Connection that is working fine..

Please can any body through light on this error.

Regards,

Venu.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Any body has idea..why this erro message is coming when I test from R/3...getting the 500 Internal server error...If I test same RFC Request input payload from RWB it is giving me success...

Regards,

Venu.

nisarkhan_n
Active Contributor
0 Kudos

There is no error on the RFC sender side adapter right? which step of the piplelne is it breaking?

Former Member
0 Kudos

Hi,

Request message is going to webservice when response is coming back from webservice it is giving me error.

Response Meg ID.

Inbound Message -> Here is the error.

In Response Inboun level it is failing.

RFC sender side adapter right - Yes and I am getting the RFC Request message in SXMB_MONI also the same Request message If test from RWB I am able to see success messages in SXMB_MONI.

Regards,

Venu.

Former Member
0 Kudos

Hi,

internal server error could come because of any reason,can you verify the response message mapping is working fine.

is there any error when you dig more into the response message?

Babu Sri

Former Member
0 Kudos

It is working fine..the response mapping.

Shabarish_Nair
Active Contributor
0 Kudos

Can you look into this blog and see if can help you?

/people/shabarish.vijayakumar/blog/2008/01/08/troubleshooting--rfc-and-soap-scenarios-updated-on-20042009

Former Member
0 Kudos

HI,

Have a look into SAP Notes – 804124, 807000

Thnx

Chirag

Former Member
0 Kudos

Hi,

I have check all the points what ever is there is blog..still we are getting the same error...

If I test from RWB using RFC Request payload..I am able to get the response..but If I test from R/3 I am getting the same error.

Is there any setting which needs to do in WEBAS level..

Regards,

Venu.