cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC-->XI-->HTTP (non-sap) 403 Forbidden

Former Member
0 Kudos

Hi guys,

When I execute my scenario IDOC>XI>HTTP (non-sap) URL address Asynchr. The receiver receives the message correctly

but in my XI monitoring the message stands in error mode.

At first sight this is not a big problem because the receiver receives the message correctly

but it would be nice if the message would stand in processed succesfully.

The error:


  <?xml version="1.0" encoding="UTF-8" standalone="yes" ?> 
- <!--  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>403</SAP:P1> 
  <SAP:P2>Forbidden</SAP:P2> 
  <SAP:P3>Service Error</SAP:P3> 
  <SAP:P4 /> 
  <SAP:AdditionalText /> 
  <SAP:ApplicationFaultMessage namespace="" /> 
  <SAP:Stack>Http server code 403 reason Forbidden explanation Service Error</SAP:Stack> 
  <SAP:Retry>M</SAP:Retry> 
  </SAP:Error>

Please don't redirect me to an old topic because I have read all topics and none of them could help me. :s

TIA

Message was edited by: Peter Delve

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Friends,

i have to do idoc[ex:purchase order] - xi - http what i have to do.

plese explain or documention about this object,why because this is [sap xi ] new dimension to me.

then, if they want any responce from the request , that responce from http server return to sap r/3 system throw sap xi system.

please give details about that object..

Regards,

sharath

Former Member
0 Kudos

Hi Peter,

Maybe you use a Syncronus HTTP Request but your non-sap system dosen't response anything.

Regards,

Robin

Former Member
0 Kudos

Hi All,

I also have the same problem. Can somebody help me out.

<SAP:P1>403</SAP:P1>

<SAP:P2>Forbidden</SAP:P2>

<SAP:P3>Service Error</SAP:P3>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>Http server code 403 reason Forbidden explanation Service Error</SAP:Stack>

Regards,

Siva Maranani.

Former Member
0 Kudos

Hi,

this is the describtion of W3ORG:

The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. If the server does not wish to make this information available to the client, the status code 404 (Not Found) can be used instead.

May contact web admin.

Regards

Matt

Former Member
0 Kudos

Hi,

My problem is solved.

I was getting the following error b'cos the wrong XML document being posted to external serer. When we changed the payload and tested the scenario, its woking fine.

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

<SAP:P1>403</SAP:P1>

<SAP:P2>Forbidden</SAP:P2>

<SAP:P3>Service Error</SAP:P3>

Regards,

Siva Maranani