Hi Friends,
I have to implement the below logic in my project...
1) XML file will be dropped into a specific folder. Let us say, ‘PACKFOLDER’.
2) A Service needs to monitor this folder. XML might fall every second.
3) Pick one XML(oldest time) and run the report and print in the printer specified in the XML.
4) Move the XML processed to another folder or ‘delete’ it.
5) Run steps 2 to 5 again.
Please somebody guide me resolve this issue....
Thanks
Ganesh
I have to implement the below logic in my project...
1) XML file will be dropped into a specific folder. Let us say, ‘PACKFOLDER’.
2) A Service needs to monitor this folder. XML might fall every second.
3) Pick one XML(oldest time) and run the report and print in the printer specified in the XML.
4) Move the XML processed to another folder or ‘delete’ it.
5) Run steps 2 to 5 again.
Please somebody guide me resolve this issue....
Thanks
Ganesh
Comment