Hi to All,
I tried Inbound flatfile processing with pub.file.getFile, am getting output. But when I am trying to do same Inbound flatfile processing using Filepolling technique,my file is moving to error folder.Therefore I think there is some error in my second service.So please go through the attached snapshots and suggest me solution.
As I see the Original filename does not contain the data from the file it just contains the file name.
that may be the reason for error…you can check it out by having a savepipeline in the code below getTransportInfo service.
In order to get the data to the file polling service you can have *ffData object in the input signature of the service
that oject will populated with bytes/stream of flat file data.