SET OutputRoot = InputRoot;
Copies the input message tree to the output message tree.
You need to build the output message tree in a compute node without any statements the output message tree is empty.
If this is all you have in your node then the compute node might as well not be there.
It is sometimes useful to use this if your output is going to be the same format as the input and you want to follow this statement by altering some fields in the message.
eg.
SET OutputRoot = InputRoot;
SET OutputRoot.XML.root.field1= UPPER(OutputRoot.XML.root.field1);
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum