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.  dynamic sql query result evaluate

    Posted 08/15/09 02:43 AM

    I have a service that invokes a dynamic sql adapter service. I want to be able to pass in any query and format the results in a structure, e.g.

    input :
    select a, b from table

    output:

    column (document list)
    a
    b
    rows (document list)
    value (column(num))

    I am able to populate the column document list, but not the rows because of the dynamic nature of the query. I can build the value of the expression I want to evaluate, i.e. %selectDynamicOutput/results/myRowValueForColA%; however, I cannot then evaluate it.

    A bit complicated to describe, but I’m hoping someone has run across it before-- question can be reduced to how to recursively evaluate an expression.


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


  • 2.  RE: dynamic sql query result evaluate

    Posted 08/21/09 08:24 PM

    I had to create a java service to do this. Doesn’t look like there’s anything that can be done with flow.


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