I am having real problems with my content conversion on the sender side could you please help?
Initially I was doing 1:1 mapping and everything worked fine the when I changed the source to o...unbounded I am haveing a problem where the mapping is not working....
After looking at it I have realised that 2 lines have appeared on the source side which I haven't accounted for in the content conversion and I don't know how to make it work.
My origional structure for 1:1 mapping was this
?xml version="1.0" encoding="UTF-8"?>
text.com:xi">
<Recordset1>
<RecordStructure>
<id />
But now with the 1:n mapping the mapping editor is producing this which I haven't accounted for in my content conversion and as a result of it being missing the mapping does not occur... (please see bold for lines which have been added)
?xml version="1.0" encoding="UTF-8"?>
http://sap.com/xi/XI/SplitAndMerge">
<ns33:Message1></b>
text.com:xi">
<Recordset1>
<RecordStructure>
<id />
How do I now add these lines or make it so my mapping works with out them...