Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Header missing in SOAP message header (SAP XI Extension)

Former Member
0 Kudos

Hi Experts,

We are implementing interface MasterDataUpdateConfirmation_Out between 2 SAP ERP systems. The middleware is SAP PI.

SAP PI team requested a change in this interface Stack - Replace Stack ABAP by Stack Java. The changes were made.

However, now we get an error in the interface in the SAP ERP sender system, but the message arrives to SAP PI where is processed without errors and also arrives to SAP ERP receive system and the message is also processes without errors.

The error we have in XML message in SAP ERP sender system is:

XML element {http://schemas.xmlsoap.org/soap/envelope/}Header missing in

SOAP message header (SAP XI Extension)

Exception of class CX_XMS_SYSERR_PARSER

Can anyone please help us? We have no ideia what to do.

Thanks in advance,

RS

1 REPLY 1

Former Member
0 Kudos

Hi again,

I don't know if it is important, but the communication is asynchronous and the sender system is SAP ECC 6.0.

Thanks!