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.

 View Only
  • 1.  Branching on Null values returned from Query

    Posted Mon April 07, 2008 11:04 PM

    I have an adapterservice that performs a query on a table. What is the syntax to check the result for data? I have tried using the following statement in a sequence step under an empty branch step but it by passes this code eventhough no rows are returned from the query: %/selectApplicationOutput/results[0]% == $null


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


  • 2.  RE: Branching on Null values returned from Query

    Posted Tue April 08, 2008 10:10 AM

    I didn’t find any reasons why this doesn’t work if the branching parameter is right both in spelling and structure (better to copy from pipeline instead of typing).
    You better double check it and if still doesn’t work then think of otehr implementations like: using the size of the list (pub.list:sizeOfList)

    Cheers
    Guna


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


  • 3.  RE: Branching on Null values returned from Query

    Posted Tue April 08, 2008 07:09 PM

    make sure u check the properties of branch step ,properties should have Execute lables =“true” .


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