cancel
Showing results for 
Search instead for 
Did you mean: 

Message Mapping error

Former Member
0 Kudos

Hi I was doing Muti Mapping using this Blog

[Multi Mapping|https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/3115] [original link is broken] [original link is broken] [original link is broken];

I am getting following Error in Message Mapping

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> 
- <!--  Request Message Mapping 
  --> 
- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
  <SAP:Category>XIServer</SAP:Category> 
  <SAP:Code area="MAPPING">GENERIC</SAP:Code> 
  <SAP:P1>Split mapping created no messages</SAP:P1> 
  <SAP:P2 /> 
  <SAP:P3 /> 
  <SAP:P4 /> 
  <SAP:AdditionalText /> 
  <SAP:ApplicationFaultMessage namespace="" /> 
  <SAP:Stack>Split mapping created no messages</SAP:Stack> 
  <SAP:Retry>M</SAP:Retry> 
  </SAP:Error>

What could be the Problem

Regards,

Varun

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI,

Refer this thread of same problem:

If it contain Tags like <messages>

you need to remove them from your source XML.

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Varun,

Check if the inbound (source) message has an extra tag similar to this:

<ns0:Messages xmlns:ns0="http://abcd/efgh/SplitAndMerge">

<ns0:Message1>

Remove it and also the closing tag, and test the scenario once again. It will work.

Regards,

Swapna.

former_member183906
Active Contributor
0 Kudos

Hii

It may be problem of mismatch from XSD message and payload message.One way of verifying that is to change back to "tree" view in the source message after you have pasted the source of the input XML you have in payload. If any fields are with red buttons, it means they were not recognized.

The best solution would be to adapt input data and not to change XSD definition.

Make sure you generate the namespace in all required fields.

Regard

Former Member
0 Kudos

Hi Varun,

Can your post the whole error log from trace record?

Carlos

Former Member
0 Kudos

hi,

can u please provide ur payload..

Regards,

Sona