Hello,
I have a scenerio where I was polling specifically for flatfiles in a shared folder. I have implemented the following sequence of services:
pub.file:getFile
pub.io:streamToBytes
pub.string:bytesToString
pub.flatFile:convertToValues
When I was executing the flow service, its working fine and was able to extract the required fields on xml document.
But when I was implementing the polling technique, the files were thrown into Error folder instead of Complete/Done folder.
(Actually, I was trying to poll for a couple of flat files (similar type) and the file that was specified in pub.file:getFile was thrown into Error folder and the other file which was not specified in the pub.file:getFile service was thrown into Complete/Done folder)
Could anyone guess where I was going wrong and suggest the successful polling implementation.
Appreciate ur suggestions.
Thanks,
RC
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods