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!

SOA Outbound FTP connection backend(Connection pool?/Data Source?).

Max L. BrayAug 7 2019 — edited Aug 31 2019

Hi,

We are having difficulties connecting our SOA application to an external FTP server using the SOA FTP Adapter. I spoke to some resources on my end and we seem to think we need to create a new data source and connection pool in WebLogic in order to get the connection out. Could someone provide some guidance on how to achieve an outbound FTP connection from SOA? I looked at the FTP adapter Oracle docs and couldn't find anything on the backend configurations. I can provide more details if necessary.

Comments

Srinanda Das

Hi Max,

As you want to connect a FTP server, you just need to create a ftp server connection pool, no need to create any data source for this.

just go to admin console--> deployments--ftpAdapter--> configuration tab-->outbound connection pools-->create new with all the name, host, port etc and save it --> then again go to deployments--> then select ftpadapter and update it and activate changes.

for your reference:

http://soa-bpel-esb.blogspot.com/2011/06/ftp-adapter-in-soa-suite-11g.html

Thanks,

Max L. Bray

Hi Srinanda,

Thanks for the quick reply, in which case would a data source required?

Srinanda Das

Data source is generally required for database, AQ, Apps adapter etc cases.

NaliniN-Oracle

Hi ,

You can follow below blog post,Please Make sure you name the plan.xml as FTPAdapter.xml for clarity.

Oracle SOA File/FTP Adapter – LogiCoy Blog

1 - 4

Post Details

Added on Aug 7 2019
4 comments
289 views