Posted: Thu Feb 28, 2008 11:34 am Post subject: FIELDTYPE - XMLNSC.Folder - Resolved
Centurion
Joined: 16 Aug 2005 Posts: 114 Location: Burlington, NC USA
WMBv6 FP3 - Runtime
We have two XML message types being put to the same queue. We are going to transform and route these messages based upon certain information within these messages.
IF FIELDTYPE(Root.XMLNSC.trdmsgNS:TriadMessage) = XMLNSC.Folder THEN
RETURN TRUE;
ELSE
RETURN FALSE;
END IF;
END;
END MODULE;
I have tried several combinations of information for the FIELDTYPE(argument), but to no avail, the return is always false. I have two trace nodes wired to the filter node. True - TriadMessage; False - TriadMessageStatus.
Thanks for any help.
Last edited by wraymore on Thu Feb 28, 2008 12:18 pm; edited 1 time in total
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