I am using PI 7.1, and I have a 2:1 mapping that takes two input messages and combines them. The mapping itself is very simple: it takes message A, adds two values from message B and creates message C.
This mapping is in a transformation step in a BPM. Message A has several values stored in its dynamic configuration, but after the transformation step, the dynamic configuration values are no longer available (message C has no DynamicConfiguration object in the SOAP Header).
I tried adding a UDF to the mapping that attempts to read and print one of the dc values contained in message A, but I get a null value. It's as if the dc values that came in with message A are destroyed once the 2:1 mapping begins. How can I pass on these original dc values?
I would appreciate any help you could offer!
Thanks,
David