cancel
Showing results for 
Search instead for 
Did you mean: 

HTTP receiver Adapter-- 403-Forbidden-Service Error

Former Member
0 Kudos

Hi ,

Scenario: This is a B2B scenario in which the Sender Party communicates with external partner using HTTPS calls.

I have enabled SSL on ABAP, installed the certificate in STRUST and created an RFC destination of Type G to connect to external system.

<b>Question.</b>

When i do a TEST connection of the RFC destination, the test is successful xith HTTP:1.0 200 OK.

But when i execute my scenario, the message fails in sxmb_moni. with the following error

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

<b> <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></b>

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

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

Don't know how to proceed about. kindly advice me.

Regards,

Siva Maranani

Accepted Solutions (0)

Answers (3)

Answers (3)

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

Former Member
0 Kudos

Siva,

which SP are is the system on??

naveen

Former Member
0 Kudos

SP 13

Former Member
0 Kudos

Any pointers..?

Former Member
0 Kudos

Hi Siva,

Did you check the XI troubleshooting guide ?

http://service.sap.com/instguidesnw04 -> Operations -> SAP XI -> Troubleshooting Guide - SAP XI 3.0

and Search for 403.

Regards

Anand