First of all, I thought by "common sense " Ill be able to run this ,
this is what I want to do:
- Pick ffile from local machine ( windows 2000) and send it to remore machine which is Unix using FTP
I had created a new Flow Service called " FTP"
To this I Added the following
pub.clinet.ft ----> pub.client.ftp.get ------> pub.client.ftp.put
I have specified the local gile as c:\test\abcd and remote file as /home/test/abc and have specified user name and password, the error that get is :
2003-02-22 23:20:43 GMT+11:00 com.wm.app.b2b.server.ServiceException: Not logged in!
at com.wm.util.LocalizedException.(LocalizedException.java:65)
at com.wm.app.b2b.server.ServerException.(ServerException.java:35)
at com.wm.app.b2b.server.ServiceException.(ServiceException.java:20)
at com.wm.app.b2b.server.Service.throwError(Service.java:360)
at pub.client.ftp.get(ftp.java:459)
at java.lang.reflect.Method.invoke(Native Method)
at com.wm.app.b2b.server.JavaService.baseInvoke(JavaService.java:288)
at com.wm.app.b2b.server.ServiceManager.invoke(ServiceManager.java:688)
at com.wm.app.b2b.server.comm.DefaultServerRequestHandler.handleMessage(DefaultServerRequestHandler.java:64)
at com.wm.app.b2b.server.HTTPMessageHandler.process(HTTPMessageHandler.java:166)
at com.wm.app.b2b.server.HTTPDispatch.run(HTTPDispatch.java:457)
at com.wm.util.pool.PooledThread.run(PooledThread.java:103)
at java.lang.Thread.run(Thread.java:498)
#webMethods#Flow-and-Java-services#Integration-Server-and-ESB