File Polling

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.

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