cancel
Showing results for 
Search instead for 
Did you mean: 

How to send multiple Messages from one message...

Former Member
0 Kudos

Hi,

Source Structure:

MT_SOURCE

ACC_DOC...0...unbounded

Header ....0..1

Item.........0..1

ACC_DOC...0...unbounded

Header ....0..1

Item.........0..1

ACC_DOC...0...unbounded

Header ....0..1

Item.........0..1

Need to generate target structure:

MT_SOURCE

ACC_DOC...0...unbounded

Header ....0..1

Item.........0..1

MT_SOURCE

ACC_DOC...0...unbounded

Header ....0..1

Item.........0..1

MT_SOURCE

ACC_DOC...0...unbounded

Header ....0..1

Item.........0..1

also each MT_SOURCE needs to be sent seperately for proxy call..

Please help.

Regards,

Akshay.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member200962
Active Contributor
0 Kudos

Hi,

Please refer to this thread:

It will help you design your interface.

Regards,

Abhishek.

prateek
Active Contributor
0 Kudos

Use multimapping 1:N. Take both source and target as same and map the ACC_DOC node from source to MT_SOURCE

at the targert side.

also each MT_SOURCE needs to be sent seperately for proxy call..

For this BPM would be used. Then use the above specified mapping in Transform step.

Regards,

Prateek

Former Member
0 Kudos

hi,

solution needs to be developed without BPM.

Regards,

Akshay

prateek
Active Contributor
0 Kudos

If receiver is proxy, then u cant split message without BPM.

The only option remains is try to convince the source system to send data as text file and to split the message at adapter level, use "Recordset Per Message = 1" option.

Regards,

Prateek