Posts

Showing posts from October, 2020

SOA 12c - FTP Adapter (Put File)

Image
Here we go! Information that you need to know: The Oracle FTP Adapter works the same as the Write File operations of the Oracle File Adapter. The Oracle FTP Adapter receives messages from a BPEL process or a Mediator service and writes the messages in a file to a file system (in this case, remote). Because the messages must be written to a remote system, the Adapter Configuration Wizard prompts you to connect to the FTP server with the adapter instance JNDI name. For more detailed information read the following URL: https://docs.oracle.com/html/E10231_03/adptr_file.htm#CIAHJAEB In this post, we will learn how create a SOA Project with FTP Adapter - Operation Type: Put File (outbound operation). The next images are the SOA Project execution: Now we are going to open JDeveloper IDE and click on File menu > New > Application. For example: On the Application window, set the next values, and click on next button. Application Name FTPAdapter ...