IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online 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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  How to use not equal condition

    Posted 11/15/11 10:13 AM

    Hi,

    In java we use, if(a==“hi”)
    In webMethods we use %a%=‘hi’

    In Java we use, if(a!=“hi”)
    In webMethods ???

    :mad::mad::mad:


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 2.  RE: How to use not equal condition

    Posted 11/15/11 04:18 PM

    The operators supported by FLOW are defined in the documentation.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 3.  RE: How to use not equal condition

    Posted 11/15/11 11:21 PM

    Erm… in java to compare values: if(a.equals(“hi”)) and if(!a.equals(“hi”))

    [url]http://leepoint.net/notes-java/data/expressions/22compareobjects.html[/url]


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: How to use not equal condition

    Posted 11/16/11 05:04 AM

    I got the solution :slight_smile: thank you all

    Its %var%!=&null

    mean %var% != $null; to verify not equal to null

    Howrahaa:):):):):):):slight_smile:


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods