cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP revceiver Error

Former Member
0 Kudos

Hi,

I am using an IDoc-to-Http scenario.

I am using a plain HTTP adapter receiver for my interface.

I an getting error at the Call Adapter section as mention below

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

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

<SAP:P1>400</SAP:P1>

<SAP:P2>Bad Request</SAP:P2>

<SAP:P3>Bad Request</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Http server code 400 reason Bad Request explanation Bad Request</SAP:Stack>

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

</SAP:Error>

Does any one have any idea why i am getting this error? As all the mandatory data is available in the request.

Please help, as this is very critical.

Thanks in Advance,

Smita

Accepted Solutions (1)

Accepted Solutions (1)

santhosh_kumarv
Active Contributor
0 Kudos

Hi Smita,

>>Does any one have any idea why i am getting this error?

This error 400 bad request, means that a request for a URL has been made but the server is not configured or capable of responding to it. This might be the case for URLs that are handed-off to a servlet engine where no default document or servlet is configured, or the HTTP request method is not implemented.Many servlet applications give a 400 response if the request parameters have evidently been edited to make a request that is not permitted for<b> security reasons</b>.

http://www.codestyle.org/sitemanager/FAQ.shtml#why400

Regards

San

Former Member
0 Kudos

Hi San,

Thanks for your time and reply.

When i try to access the URL from IE it is going though. Then how it is possible when XI make a call it gives me this error?? Any clue?

Thanks,

Smita

Former Member
0 Kudos

Hello Everyone,

is there any further update on this issue? I also face the same issue some times.

Kindly put more lights on the possible solutions.

regards

Pranav

Edited by: Pranav Goswami on Oct 20, 2009 9:29 AM

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi smita,

Go through this blog for all HTTP errors.

/people/krishna.moorthyp/blog/2006/07/23/http-errors-in-xi

*********Reward points if helpfull*******