cancel
Showing results for 
Search instead for 
Did you mean: 

Mapping from source outbound structure to the response inbound structure

Former Member
0 Kudos

Hi All,

I have the following scenario:

System A is invoking a synchronous interface in PI 7.1 via SOAP. This synchronous outbound interface has Request A and Response A. PI then invokes System B via a synchronous SOAP web service. This synchronous inbound interface has Request B and Response B.

My issue is that this scenario requires a mapping from Response B to Response A but Response A requires a value from Request A (which does not exist in Response B). Is there any way to accomplish this other than BPM??

Regards,

JM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi JM,

you need a multi-mapping where the source messages are request#1 and response#2

Regards mario

Former Member
0 Kudos

Hi Mario,

This multi-mapping will have as its source Request A and Response B and as its target: Response A. Are you saying this multi-mapping will run without being in a BPM?

Regards,

Joy

prateek
Active Contributor
0 Kudos

Multimapping with multiple sources is not possible without BPM. If u can use BPM, then u may store the value from source in some container variable and use it at later stage.

Regards,

Prateek