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.  File Polling

    Posted 07/04/03 02:47 PM

    EDI files are saved in a FTP folder by the various customers.

    Could anyone elaborate on how to pick the files as and when they arrive the above folder. I am working on 4.6

    Thanks in advance.


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


  • 2.  RE: File Polling

    Posted 07/05/03 05:20 AM

    The files can be picked up using adding the service for the VANFTP in a scheduler and polling the directory erery 15 minutes or an arbitary period of time.

    The Flow servive must use the VANFtp service get the file located in the directory and submit it to TN using invoking the receive service through HTTP service invocation.

    The conten type must be set to either application/edi or application/edi-stream

    Hope this helps


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