Hi All,
I have created a file poller in WM Admin page.It looks for *.txt files in the Monitoring folder and calls a processing service by putting the file in the working folder.
The processing service has inputs as "ffdata",“FileName”,“OriginalFileName” and “Content-type”.
For testing I am posting files in the Monitoring folder by a custom service which takes filename(i.e path + fileName) and fileContents.
Though my file is getting processed and moving in the done directory I donot find “ffdata” coming as input in the processing service.
I used savePipelineToFile and restorePipeLineFromFile to trace whether ffdata is coming or not.Though the FileName and Content-type are coming as input,but the ffdata is not coming as input to the processing service.
Can anyone please let me the cause and the solution .
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods