cancel
Showing results for 
Search instead for 
Did you mean: 

ccBPM question

Former Member
0 Kudos

Hi all,

I have ccBPM scenario.

Sender sends a request to XI. XI sends the request to a webservice and the webservice response with an answer. The answer is then send to a receiver.

I would like to concat the request from the sender into the answer that is send to a receiver.

How is this done in a ccBPM scenario?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

1) Use Transfomation step,

2) Create a mapping containing 2 source messages and 1 target message.

3) source messages are REQUEST and ANSWER.

4) Target message is which u want to send as a receiver message.

5) Do your concat logic in mapping.

Regards,

Rohit.

Reward points if helpful.

Answers (1)

Answers (1)

samiullah_qureshi
Active Contributor
0 Kudos

Hi

I would like to concat the request from the sender into the answer that is send to a receiver.

If by Concat your mean to use data from sender request and webservice response then you can do it by using transformation step.

You can create a mapping (Sender request and webservice response as source and one another structure that you want to send other receiver) and then use this mapping (interface mapping) in a transformation step in ccBPM.

Regards

Sami

Reward points if helpful.