cancel
Showing results for 
Search instead for 
Did you mean: 

Copy value of container (abstract interface) to an other container

Former Member
0 Kudos

Hello,

Is it possible to copy the value of an container (abstract interface) in BPM to an other container (abstract interface)?

Thanks and regards

Verena

Accepted Solutions (1)

Accepted Solutions (1)

former_member185751
Contributor
0 Kudos

Hi Verena,

Yes, It is possible.

use XSLT mapping to copy. create an Interface mapping using this XSLT mapping. Call this interface mapping in your BPM transformation step.

Regards,

Sridhar

Former Member
0 Kudos

Hi Sridhar,

Isn't it possible to handle this with a container operation step? I think mappings are very expensive?!

Thanks and regards,

Daniel

former_member185751
Contributor
0 Kudos

Hi Verena,

If you have the entire msg that you want to want in a container then you can probably use APPEND in container operation.

But if your msg is a part of an intermediate strucure like the one i showed in my previous posts, then you Have to use Mapping in a BPM Transformation step for the simple reason that you cannot change a message by using a container operation.

Regards,

Sridhar

Answers (0)