cancel
Showing results for 
Search instead for 
Did you mean: 

Configuration FTP Adapter XML - Sender

Former Member
0 Kudos

Hello:

I need to configure dynamically the IP, directory and file name of the FTP through a Sender file/FTP adapter; in other words, I need to set those parameters in the XML message. The IP address, directory and file name of the FTP are obtained in the first message and match with another, which is sent to the adapter (communication channel) to get the data of a file.

I would appreciate your help.

Thanks a lot!

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member187339
Active Contributor
0 Kudos

Hi Julio,

Configuring dynamically the parameters for FTP sender adapter is not possible, due to two reasons,

1. FTP sender is a pull adapter, so you cannot set parameter (in runtime) and fetch the data.

2. FTP sender is a async adapter

Try to have a soap sender with AXIS framework (thought i have never tried, but this looks promising).

Regards

Suraj

Former Member
0 Kudos

Thank you for the answer.

Another question, is the AXIS Framework included in the Netweaver? Is there any post where I can find how to use it?

Thanks again for your help.

Regards,

Julio