File Binding Component is used to pick messages from a local directory.
FTP Binding Component is used to transport messages between the consumer and the provider using FTP.
TDCAFTPBC
![]() |
2 Create a folder on the FTP Server.
For example, book_updates
The folder is empty before deployment.
![]() |
3 Select the project node in the Projects window.
For example, SendInventoryCompAppl
4 Right-click and choose Deploy.
![]() |
After deployment of the project, the following message is displayed in the Output window:
BUILD SUCCESSFUL (total time: 18 seconds)
![]() |
6 Check the folders on the FTP Server
After deployment, inbox and instage folders are created
![]() |
7 Double-click the folder /inbox to check the output.
The message routing starts with the consumer invoking a service (INVOKE in BPEL script).
On the other side of the NMR, FTP BC OutboundProcessor accepts the request message.
De-normalizes the message and labels the message body (which is the payload to a FTP file) with name as req.
![]() |
See Also