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.  filepolling:fetching records from a file

    Posted 05/07/12 01:55 PM

    i have to monitor for a xml file,whenever it arrives in monitoring directory i have to fetch each record from a file,and i have to validate each record.can Here i have a doubt i.e how to fetch each record at a time after doing xmlNodetoDocument.any one can help pls?


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


  • 2.  RE: filepolling:fetching records from a file

    Posted 05/08/12 06:07 AM

    While invoking xmlNodeToDcument service, all the record from the XML doc will appear as document list. You can loop over the doc list which will give you each and every record at a time. Refer to Developer’s guide Appendix section to know how to use Loop.

    HTH
    Senthil


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