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.  Database query using Java

    Posted 07/08/02 09:34 PM

    I was wondering if anybody out there has ever created a java service to query a remote database? I have a record structure as follows:

    RL1
    -T1
    -T2
    -T3
    –RL2
    —T1
    —T2
    —T3

    RL=Record List
    T=Text Field

    Is it possible to perform the following all within a java service?

    a) read in the entire record list
    b) loop over record list one
    c) loop over record list two
    d) now run a query using the value in T2
    e) the result if returned mapped back into T2


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