Hi ,
I have this requirement - 1) From Customer SFTP , get the file to a Local File system using MFT 2) Then get the file from the Local File to SOA composite (BPEProcess1) and then process it.
My BPEL process starts with calling MFT Event to transfer file ( MFT transfer created in MFT ) from SFTP to Local File.
Now i have created another MFT transfer where Source is Local File (Instead of polling i have used Event) and Target is SOA .
From BPELprocess1 , i am calling the above transfer using MFT event . I have a mid point receive activity for this.
When i test the instance , i am not receiving anything in the mid point receive activity and its waiting state.
I can get the file from Local file system to SOA using File Adapter Synchronous Read activity , but still does MFT provide this functionality ?
Does MFT provide a functionality like Synchronous Read