Hi All,
I have configured a filePoller which will move the incoming file into my monitoring dir to the destined dir.once it’s successful it will call the processing service.In my processing service the first step is getTransportInfo followed by savePipelineToFile.Then in the actual code i have used restorePipelineFromFile.I have used it for debugging purpose.Yesterday my code didn’t work…the transport doc which is the PipelineOut for getTransportInfo didn’t give me filePolling information.The filename i had in savePipelineToFile was some aaa which will be stored in pipeline folder inside Folder IntegrationServer in local Installation.I just changed the filename to the filename of a text file located in my local system.saved it…the code is up and running fine…i get the required results now.Could You please let me know where i went wrong Yesterday.If i had…I’m a bit confused why getTransportInfo didn’t get me the filePolling information even when the filePoller was working properly .Thank you in advance.
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods