Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

WHen does FileReader delete input file

645567Apr 6 2010 — edited Feb 27 2020
In FileReader.wsdl, if the 'Delete File' is set to YES, does the file get deleted as soon as it is picked up by the BPEL process or at the end of the BPEL process. It seems to be deleted right after pick-up. In my BPEL processor it invokes a web service to process the file. But the Web Service cannot find the file because the files is already deleted before the web service can get to it. If I changed the 'Delete File' option to 'false', then the file will still be there fore the Web Service.
I put a 'Wait' activity to wait for 1 min at the end of BPEL process hoping that will postpond for 1 minute before the end of my BPEL process so the file will be around for 1 min for my web service to get to it. But that didn't help.

Any suggestion?

AJ
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 4 2010
Added on Apr 6 2010
1 comment
849 views