Error while using FTP BC

2 messages Options
Embed this post
Permalink
Priya_mk

Error while using FTP BC

Reply Threaded More More options
Print post
Permalink
Hi,

I'm using FTP BC in my project which is used for connecting to the server and poll the file inside. The file count is then taken using a pojo and then inserted to  the DB. When I used the FTP BC its showing the error ERROR: Malformed FTP url, url= while building the BPEL. The ftp url used is in the format:
<ftp:address url="ftp://userName:password@HostName:port"

Is the FTP url used is of correct format?

Please provide any demo project where FTP BC is used for polling the file from a server.

Thanks,
Priya
Jim Fu

Re: Error while using FTP BC

Reply Threaded More More options
Print post
Permalink
Some javascript/style in this post has been disabled (why?)
could you post your wsdl so we can take a look?

also, if you have access to open jbi components cvs (guest is ok), and check out the ftpbc driver tests - there are a lot of composite applications which uses FTPBC in various scenarios.

to check out open jbi components source : refer to : https://open-jbi-components.dev.java.net/public/build_instructions/ojcsetup.html

since there are huge amounts of tests, to save time - to check out the driver tests for ftpbc only: do the following:

cvs -d :pserver:[hidden email]:/cvs co
       open-jbi-components/driver-tests/ftpbc
regards

Jim

Priya_mk wrote:
Hi,

I'm using FTP BC in my project which is used for connecting to the server
and poll the file inside. The file count is then taken using a pojo and then
inserted to  the DB. When I used the FTP BC its showing the error ERROR:
Malformed FTP url, url= while building the BPEL. The ftp url used is in the
format:
<ftp:address url="ftp://userName:password@HostName:port" 

Is the FTP url used is of correct format? 

Please provide any demo project where FTP BC is used for polling the file
from a server. 

Thanks,
Priya