cancel
Showing results for 
Search instead for 
Did you mean: 

PLAIN HTTP ADAPTER -ATTRIBUTE_SERVER ERROR

former_member614185
Contributor
0 Kudos

Hi,

I am facing the following error while using HTTP Receiver adapter,

<?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>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>

Help me to solve this problem

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Prabu,

Is it possible your receiver application is actually expecting a SOAP message?

former_member614185
Contributor
0 Kudos

Hi,

Actually i am trying to send IDoc from R/3 to some other SAP system using HTTP adapter in the receiver end.

so please correct me if i am wrong, else suggest me to solve this issue

Former Member
0 Kudos

Hi Prabu,

You should be using adapter type XI to connect to the receiver SAP system and not HTTP. Define an RFC connection from XI to that SAP system (SM59 use type HTTP connection to ABAP system) and use that RFC connection name in you XI receiver communication channel.

Former Member
0 Kudos

wot r idoc receiver adapters for...???

check blogs on sending idocs to R3 systems or check michaels blogs/ book on ALE/IDOCs..