cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Java multimapping insde BPM

Former Member
0 Kudos

Hello

I am using mapping step inside BPM (Java multimmaping). And my mapping doesn't work. Trace message is <b>Incorrect XML format after mapping: Message expected instead of Request</b>

MESSAGES_IN table in BPM monitoring contains 2 messages

MESSAGES_OUT doesn't contain messages.

I have tested my mappung in IB with the <b>same</b> data anfd it works.

Could you help me how to fix it?

Accepted Solutions (1)

Accepted Solutions (1)

former_member206604
Active Contributor
0 Kudos

Hi,

When you do multimapping using java mapping I hope you have taken care of Messages/Message1 tags for the incoming message. Are you sure you are sending out with messages/message tag

Both input and Output message

<ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge">

<ns0:Message1>

...

</ns0:Message1>

</ns0:Messages>

Thanks,

Prakash

Answers (0)