cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP Receiver Error

Former Member
0 Kudos

Hi All,

I am working on a SOAP to HTTP scenario.

Here, my message are getting posted correctly by SOAP sender, but on receiver HTTP side it is getting failed.

In SXMB_MONI, I am getting the following error:

<!-- Call Adapter

-->

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

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

<SAP:Code area="PLAINHTTP_ADAPTER">ATTRIBUTE_SERVER</SAP:Code>

<SAP:P1>500</SAP:P1>

<SAP:P2>Internal Server Error</SAP:P2>

<SAP:P3>Error during parsing of SOAP header</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>HTTP server code 500 reason Internal Server Error explanation Error during parsing of SOAP header</SAP:Stack>

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

</SAP:Error>

Is this a server related error?

If yes, then what could be the solution for it?

Regards,

Supriya.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Thanks for your reply!

Where is this admin tab in RWB?

Regards,

Supriya.

former_member192892
Active Contributor
0 Kudos

Hi,

Have you used Content Type as text/XML??

Regards

Varun

Answers (7)

Answers (7)

Former Member
0 Kudos

Hi Varun,

Thanks for your reply!!

Now its working fine ......

Regards,

Supriya.

Former Member
0 Kudos

Hi Supriya.

What you did to resolve this issue?

Former Member
0 Kudos

Hi All,

I am getting the following error:

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>HTTP server code 500 reason Internal Server Error explanation Error during parsing of SOAP header</SAP:Stack>

Any help?

Regards,

Supriya.

Former Member
0 Kudos

Hi supria,

Try this In RWB - Admin Tab

1. Re-initialization (then try logging)

2. Re-initialization and force-signing (then try logging)

also restart the java stack and follwing services.....

com.sapii.af.app

com.sapii.cpa.af.app.

Also check the service pack levels on your XI. If it is obsolete upgrade it with latest version.

Hope now ur prb will b resolved....

Regds,

Pinangshuk.

Former Member
0 Kudos

Hi ,

My system is up and running fine. Also, I have gone throght the above mentioned notes.

But didn't find anything which can solve the problem.

Here my target message is not getting posted on target system and in SXMB_MONI, I am getting this error.

Regards,

Supriya.

Former Member
0 Kudos

Hi,

If your Server is up, Then try to Resend the message from SXMB_Moni,

If this is Synchronous Message, Its not possible to resend from SXMB_Moni. So you need send again SOAP in case of Synchronous

Thanks & Regards,

Sateesh

Former Member
0 Kudos

Hi,

Two days back i have been faced same error like "HTTP 500 Internal Server Error", But i was faced in RWB-->Message Monitorining.

Today i found solution for this , Because of we have experienced various downtime during the period Oct-14 until Oct-20. Now all systems should be running full speed again.

Finally i resend successfully.

So, Might be your issue also looking like.So contact to your server adminstrative guys and find the solutions

Thank you very much.

Regard's

Sateesh

Former Member
0 Kudos

Hi Supriya,

Error code 500 means The server encountered an unexpected condition which prevented it from fulfilling the request.

Kindly have a look into SAP Notes u2013 804124, 807000

Regds,

Pinangshuk.

Former Member
0 Kudos

Hi,

Thanks for the reply!! I know it is server related error, but I want to know for solution of this.

Do I have to change any setting on server or configure any parameter?

Regards,

Supriya.

Former Member
0 Kudos

Supriya,

You can increase the trace level in SMICM and see the trace file for detailed HTTP error message.

Former Member
0 Kudos

Hi Supriya,

Error code 500 means obviously the server related error.

Check this link

http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

Regards

Ramesh