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.  Flat file processing question

    Posted 02/18/06 05:31 AM

    hi

    i have to store flat file records to data base using flat file web method services. Can i get proper information or material for this?
    So that i could study that.

    birendra


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


  • 2.  RE: Flat file processing question

    Posted 02/19/06 01:41 AM

    Basically u need to build a FFSchema by looking at you flatfile in the Developer tool and using WmFlatFile Adapter service convertToValues(this will parse the flatfile to a IDATA(record structure) based on the FFSchema that you created)if successfull first step is done.

    Second step will be for interacting database you need to use WmJDBCAdapter or WmDB package services and map the flatfile records to the insert service inputs this will insert the values to DB.

    So please read ISFFSchemauserguide,JDBCAdapter documentation for accomplishing the task.Please also explore various methods/functions of webMethods IntegrationServer,Flows,Developer tool,JDBC etc…it helps you moving further.

    Please browse this forum before posting for any basic help and procedures.

    goodluck,

    HTH,
    RMG


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