cancel
Showing results for 
Search instead for 
Did you mean: 

Splitting and Collecting Messages

Former Member
0 Kudos

Hi,

I have a scenario in which I get a message from SAP. In this message their are multiple item structures and 1 header structure. Now I have to sent these items to a WS seperately and collect the messages from the WS response in one message with a header.

Something like:

Receive Message -> split message (message mapping) -> send all to WS / receive response for everyone -> collect messages from response in a new message -> send the new message to another WS

How can I do this in BPM?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Chris,

Your design should be like this:

Start --> Receive --> Transform1 (Do the split and multimapping) --> Send Step1 (Synchronous) --> Send 2 (Send Response from send1 to the output) --> Stop.

Regards,

---Satish

Former Member
0 Kudos

how does the Send Step1 (Synchronous) work?

Former Member
0 Kudos

Hi Chris,

You can see an example here for this step:

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

Regards,

---Satish

Former Member
0 Kudos

Hi,

Thanks for your response but the link you send is a basic example. The thing not clear in my mind is how am I going to bundle the message back into one message?