I have created a file polling port and it is successfully polling this file after given interval. When it invokes the service, file directly gets moved to Done directory. Fine , But I am not getting output and I am unable to get the ffdata in result panel while tracing service.
Below is the changes I made in my code of webMethods82.
ffData(Object) is the input to the invoking service.
2.SavePipeLineToFile.(Local Directory)
3.restorePipeLineFromFile.
4.mapped ffData to ffData of converToValues.
5.I have configured the port with the content type of application/x-wmflatfile.
6.I have configure the read and write path in the “C:\SoftwareAG82\IntegrationServer\packages\WmPublic\config\fileAccessControl.cnf” .
But still I am getting the "[FFP.0018.0009] Input parameter ffData cannot be null. " Error.
Could you please suggest me why i am getting this error.