Within the compute node1, I have the following code:
IF FIELDNAME
InputRoot.XML."WfMessage"."ActivityImplInvoke"."ProgramInputData".*[8]) = 'Single_Agency_Obligation' THEN
SET OutputLocalEnvironment.Destination.RouterList.DestinationData[1].labelname = 'Obligations';
END IF;
From a user trace, I can tell that the message flow is properly finding the label node called 'Obligations'; however once a compute node after the label node begins processing, I get the following error:
"Failed to navigate to path element because it does not exist." I receive this error anytime I try to parse the XML-based message.
It appears that the label Node, called obligations and the compute node are not receiving the XML message.
I have confirmed that the compute node that determines which label to direct the message is set to 'Local Environment and Message'.
Thanks. _________________ IBM Certified Specialist - MQSeries
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