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
#Integration
#Automation
 View Only
  • 1.  Using a Compute node to transform a message

    Posted 10/19/17 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



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

    Posted 10/20/17 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 10/23/17 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 10/23/17 07:39 PM

    LASTMOVE(refIn)



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

    Posted 10/23/17 07:42 PM

    Thank you to both for your support!