cancel
Showing results for 
Search instead for 
Did you mean: 

BPM Multinline Message

Former Member
0 Kudos

Hi,

i have developed Multi-Mappings Externally via XSLT my XSLT creats a structure like:

<?xml version="1.0" encoding="utf-8"?>

<Messages>

<Message1>

<Envelope>data1</Envelope>

<Envelope>data2</Envelope>

<Envelope>data3</Envelope>

</Message1>

</Messages>

in my BPM Container i have 2 Abstract messages (variables) one mulitline one single for the Envelope Structure.

In my szenario i am using a Transformation Task to generate the multi message and after this i using a container operation to assign the message to the Mulitline Container element.

Now i want to send these messeage seperatatly. My Problem is that the multiline Container element instead of 3 messages allways contains only 1 message.

Can somebody tell me how i can assign all Messages to the multiline container element?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

It is pretty simple

In the transformationtask as the target message u have tu use the multiline container element.