Hi Sdner,
We have a requirement to pick 2 files from Source FTP server folder.
source is FTP server folder we need to pick 2 files (1= abc.xml & 1=abc.tif)
but there is one condition
we don't have any file names known.
what we need to do is 1st read the .xml file's available and if suppose tht .xml file name is abc.xml then search for abc.tif file and process both the files
here .tif is image file (For every abc.xml there will be 1 abc.tif file)
xml file will be the main payload
where as .tif file needs be sent as an attachment
Target is Proxy
After analyzing this requirement may be Adapter Module Development can be the best solution for this.....so I am expecting code and step by step approach for the same.
even if we have better solutions please let me know.