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.  retrieving data from database

    Posted 06/06/08 08:29 AM

    hi all,
    this is surabhi a new member in wmusers.
    I have a small doubt regarding the flow services used for retrieving data from database to a flat file?

    can anybody suggest me the process for invoking the flow services for retrieving data from database to a flat file?

    thank you,
    bye,
    Surabhi.


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


  • 2.  RE: retrieving data from database

    Posted 06/06/08 10:10 AM

    I suppose you created a DB connection to the database. You have to create a select adapter service to get the data from db table and create a flatfile schema for your requirement. In a flow service, invoke this adapter service. Loop through the results and map the individual table fields to the flatfile document fields.

    Cheers
    Gunnasekkhaar
    http://sekkhaar.blogspot.com


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