cancel
Showing results for 
Search instead for 
Did you mean: 

Sequence Mapping?

Former Member
0 Kudos

I have three different message type M1, M2 and M3.

I have developed the following Message Mappings:

MM12: M1->M2

MM23: M2->M3

Now I get a message M1, how to transform this message to M3 without using BPM. I mean I don't want to develop a new Message Mapping between M1 and M3. I want to reuse MM12 and MM23.

Accepted Solutions (0)

Answers (2)

Answers (2)

Shabarish_Nair
Active Contributor
0 Kudos

You can use the mapping in sequence

call it in the specified sequence in your interface mapping.

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Interface Mapping allows you to add multiple mapping programs.

The Input to Mapping 2 is the output of mapping 1.

So, in your case in the Interface Mapping, the source message interface will be containing Message 1 and Target message Interafce will contain message 2. you can add the mapping programs one after the ohter in Interface mapping so that Message 1 is converted to message 2 and then finally to message 3.

regards,

Bhavesh