I want to create a simple integration that involved receiving the file from a remote server and converting it to a XML file and send out another partner using HTTP.
Are there any graphical tools available with WM or do I have write a code or use existing codes to that?
I don’t know what software you have installed, but you will need the developer IDE. If you plan to write your own java code, then you will need to run JCode. Information on both can be obtained in the Developer’s user guide and the developer tutorial.
This is a good tutorial that will help you understand how the objects in webMethods IS relate to other things you have worked with in the past. Also, there is a built-in services guide. I suggest you print this guide out since it contains the most crucial information for a developer. Hope this helps.
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)
I have probably worked it out , I have this used only “ftp” and within that I have specified command as “put” and I was thinking that I need to specify the flow as to first pick the file using pub.client.get and then user pub.client.ftp and then pub.client.ftp.put in the flow.
thanks all of you for your time.
I now getting this different error : Command STOR failed