cancel
Showing results for 
Search instead for 
Did you mean: 

Envelope missing in SOAP message header (SAP XI Extension)

Former Member
0 Kudos

I have scenario where in I am sending a file from XI to PCK. BUt i am getting a following 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>XIProtocol</SAP:Category>

<SAP:Code area="PARSER">ITEM_MISSING</SAP:Code>

<SAP:P1>Envelope</SAP:P1>

<SAP:P2 />

<SAP:P3 />

<SAP:P4 />

<SAP:AdditionalText />

<SAP:ApplicationFaultMessage namespace="" />

<SAP:Stack>XML tag Envelope missing in SOAP message header (SAP XI Extension)</SAP:Stack>

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

</SAP:Error>

I am enclosing the file i am trying to send.

<?xml version="1.0" encoding="UTF-8" ?>

- <ns0:CFP_SENDER_MT xmlns:ns0="HTTP://PCKXI.WORLDBANK.ORG">

- <SEND>

<TF_Number>12</TF_Number>

<TF_Desc>1212</TF_Desc>

</SEND>

</ns0:CFP_SENDER_MT>

Can somebody please enlighten me about this error? Points would be rewarded immediately

Regards,

Manish

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member334189
Active Participant
0 Kudos

Dear Manish,

quite often the reason for this kind of error

is the fact that the receiver of the XI message is

returning a http response to the Integration Server.

As of XI3.0 SP21 / PI7.0 SP13 this response

is also properly parsed and visible in the error

header of the XI message.

For almost all prior support package levels an

advanced correction is available as per OSS note:

1064346 Improved error output for connection problems

Please check whether this applies to your system.

If so, you will see detailed information on the error

in the error header object of the XI message as soon

as this issue re-occurs.

Best Regards,

Harald Keimer

XI Development Support

SAP AG, Walldorf

Former Member
0 Kudos

Hi Patil,

please check the below thread , it will help you.

http://scn.sap.com/thread/1050610

Thanks,

Aadi