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.  Trading Network to Database

    Posted 05/28/08 10:03 AM

    How To Save FlatFile Data which is received from Trading Network into Database


    #B2B-Integration
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Trading Network to Database

    Posted 01/29/09 10:17 AM

    You would have to accept the data into trading networks and then have a processing rule which calls a regular IS service and inside of that service you can write some code to put the flatfile data into a database


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 3.  RE: Trading Network to Database

    Posted 03/27/09 05:13 PM

    you have to first create a gateway service to receive the flatfile and then in the gateway service you can use the service wm.tn.doc.ff:routeFlatFile for your flat file recognization.Create a processing rule which executes a IS service,in that IS service you can call your jdbc adapter service to send the flat file data to Database.


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB