cancel
Showing results for 
Search instead for 
Did you mean: 

Parsing error in SOAP to IDOC Scenario in PI 7.0

Former Member
0 Kudos

Hi Experts

I am working on the SOAP to IDOC scenario where I have the xsd definded on the sender side, When I receive the data from Outside vendor I get the parsing error, on the sender message, Input message has header but xsd does not have the header part,

how can I get rid of this error and map the incoming message to the XSD structure that has defined,

Thanks

PR

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Thanks

PR

VijayKonam
Active Contributor
0 Kudos

Are you talking about the SOAP header or just the XML message functional header as in Sales Order header etc? In the later case, you can always edit the XSD that you have to align it with the incoming file..!!

VJ

former_member208856
Active Contributor
0 Kudos

When Input Sender Message XML has header & your XSD structure does not has Header, it is showing you this error.

You shoule change your XSD or XML, Delete Header part from XML or add tag for Header in XSD structure.

stefan_grube
Active Contributor
0 Kudos

> When Input Sender Message XML has header & your XSD structure does not has Header, it is showing you this error.

Hi Guys,

this is SOAP standard that input message has SOAP header, but XSD does not provide this information.

Please do not provide bad advice by guessing what the error could be.

former_member200962
Active Contributor
0 Kudos
on the sender message, Input message has header but xsd does not have the header part,

Have you use Conversion Parameters in the sender channel (Do Not Use SOAP Envelope, Keep Headers, Use Encoded Headers)?

stefan_grube
Active Contributor
0 Kudos

I do not see any useful information in this question to give advice.