cancel
Showing results for 
Search instead for 
Did you mean: 

Outbound request data taken from response data?

Former Member
0 Kudos

Hello,

In a synchronous scenario, I would like to have some of the outbound request field data also be used in outbound response fields. These fields do not exist in the inbound message. Example:

Outbound Request

<A>10</A>

<B>Help</B>

Inbound Request

<A>10</A>

Inbound Response

<C>50</C>

Outbound Response

<B>Help</B>

<C>50</C>

Here, the <B> tag's outbound response is taken from that of the inbound request. Is there a way to do this in XI without persisting outside of the integration engine (such as writing to db or file in the mapping) this value?

Thanks for any help.

Accepted Solutions (0)

Answers (2)

Answers (2)

udo_martens
Active Contributor
0 Kudos

Hi Bevan,

u can use a BPM and put that value into a container (don't need multi mapping).

One other possibility is to give that value to Inbound request - the requested application must give it back - and response.

Regards,

Udo

Former Member
0 Kudos

Use BPM, and use multi mapping with 2 source messages and 1 target.

regards

SKM