SOA WSS App Configure FTP Adapter On Console

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 4

WSS – CONFIGURE FTP ADAPTER ON CONSOLE

֎ FTP Adapter configuration in Oracle SOA 12c for SFTP


֎ SOA HOST = This is a SFTP client host that will host the SOA FTP Adapter
֎ SFTP Server = This is a Remove SFTP Server on which we will be placing the files

֎ Setting up the ssh between the client and server


1. Navigate to home folder on SOA servers with user “oracle” SOA server is running

2. Execute the below command “ssh-keygen”. This will generate the pair of public
and private keys

3. Copy the public key of the SOA host to remote SFTP server’s authorized keys file.
This file is in “/home/<user>/.ssh” directory

4. Public key of the SOA host is in the file id_rsa.pub file. We need to copy the
content of the file and place in authorized keys on the SFTP server

5. Test the SFTP setup by login to SOA server and ssh to remote SFTP server. One
time you have to establish the authenticity of the remote server SFTP server for
that when it prompts enter YES
WSS – CONFIGURE FTP ADAPTER ON CONSOLE…

֎ Setting up the FTP Adapter


֎ Now we have successfully set-up the public key based secure FTP
connection from SOA host to Remote SFTP server.
֎ We will setup the FTP Adapter configuration in SOA weblogic domain.

1. Note down the JNDI name of the FTP server that we need to
configure from Developers/jdeveloper.
2. Login to the SOA domain console and navigate to
3. {Deployment->FtpAdapter->Configurations->Outbound} connection
pool . In javax.rescources.cci.ConnectionFactory connection pool.
Create the instance with the name of JNDO as you gathered in step 1.
4. Select the “eis/test/FtpAdapter” and update the below properties
values with environment specific.

5. Once we have updated the values, we need to update the


deployment FTP Adapter. And activate the changes.
6. FTP Adapter Service can now be used by other SOA composites
WSS – CONFIGURE FTP ADAPTER ON CONSOLE…

֎ root/Root12345
֎ /wss/ftp/control
WSS – CONFIGURE FTP ADAPTER ON CONSOLE…

֎ root/Root12345
֎ /wss/ftp/control

You might also like