How to integrate FTP Connector ESB Service with Sonic ESB /

Posted by chetanparekh on 07-Oct-2010 03:07


We need to pick files from FTP location using Sonic ESB.

I found following FTP Connector ESB Service for FTP interaction

http://communities.progress.com/pcom/docs/DOC-36808

How to integrate FTP Connector ESB Service with Sonic ESB / Workbench?

Will FTP Connector ESB Service appear All Service Types Palette in Workbench?

All Replies

Posted by tsteinbo on 08-Oct-2010 03:52

The service type comes as an Eclipse project. So you first want to import that project into your Workbench. Once you have it there use the upload all command to upload the implementation to the directory service. Once that happened it will appear on the process palette for all service type.

Thomas

Posted by chetanparekh on 08-Oct-2010 05:10

Thanks Thomas for your response!

I followed the steps you mentioned, but when container restart after service uploads, it throws following exception

com.sonicsw.esbx.servicetype.ftpconnector.AllFilesFilter

There is no such class found in the source of FTP Connector.

How to resolve this issue?

I am using Sonic ESB 8.

Posted by tsteinbo on 08-Oct-2010 05:21

Change the init param ;Filter Class' to use the BasicFileFilter with no prefix/postfix instead.

Thomas

Posted by shekhar kumar on 09-Feb-2017 08:21

Can you please elaborate.... even after change the error is same

This thread is closed