Join this online user group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
I've used the following ESQL command: DECLARE refIn REFERENCE TO InputRoot.XMLNSC.messageAnd now I need to verify that the reference was set successfully, how do I do this?
Have a look at LASTMOVE, see https://www.ibm.com/support/knowledgecenter/en/SSMKHH_10.0.0/com.ibm.etools.mft.doc/bj28653_.htm
You'll need to include an IF statement to verify that the reference was set successfully.
Which expression should I use as the condition in the IF statement?
LASTMOVE(refIn)
Thank you to both for your support!