Asked By bouchaet
28-May-07 02:36 PM
Hi,
We are using a receive pipeline to de-batch a XML message. We are
using the XMLDissambler with an envelope schema for this purpose. The
messages are created successfully. However, we would like to promote
elements of the de-batched messages into the context of these
messages.
For example, the original message (batch) is :
the de-batched message are:
the property schema for promotion has a element named <msgid> which is
bounded to the attr1 in the promotion properties the schema of
SampleEnv element which means that we cannot use demotion and attr1
value is specific for each Sample element.
After few attempts, we found that the XMLDissambler does not promote
attr1 value to the msgid property in the context.
Does anybody knows how to do this into the receive pipeline? Are we
forced to use a custom pipeline component?
Thanks
b.