App Connect

App Connect

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.


#Applicationintegration
#App Connect
#AppConnect
 View Only
Expand all | Collapse all

Using a Compute node to transform a message

  • 1.  Using a Compute node to transform a message

    Posted Thu October 19, 2017 06:29 PM

    I've used the following ESQL command: DECLARE refIn REFERENCE TO InputRoot.XMLNSC.message
    And now I need to verify that the reference was set successfully, how do I do this?



  • 2.  RE: Using a Compute node to transform a message

    Posted Fri October 20, 2017 02:14 AM


  • 3.  RE: Using a Compute node to transform a message

    Posted Fri October 20, 2017 12:05 PM

    You'll need to include an IF statement to verify that the reference was set successfully.



  • 4.  RE: Using a Compute node to transform a message

    Posted Mon October 23, 2017 07:37 PM

    Which expression should I use as the condition in the IF statement?



  • 5.  RE: Using a Compute node to transform a message

    Posted Mon October 23, 2017 07:39 PM

    LASTMOVE(refIn)



  • 6.  RE: Using a Compute node to transform a message

    Posted Mon October 23, 2017 07:42 PM

    Thank you to both for your support!