First Create a connection for FTPAdaptor as we do it for DBAdaptor in weblogic admin console.
Open weblogic console http://<yourhost>:<port>/console
- Go to deployment (left menu)
- Go to FtpAdapter -> Configuration -> Outbound Connection Pool
Important part is adding following properties for the above created ftp connection.
listParserKey: change it from UNIX to WIN
You must change following : host, password, serverType (win for windows, unix for unix system), username
BPEL Design:
-
Just to transfer the file to you can select the opaque option instead of constructing the schema.
Download sample source code from here: