View Full Version : File Transfer using webmethods
Prabhushankar
01-17-2002, 08:29
HI ,
Currently I am woking on Acitveworks 4.1 . I have a requirement where I have to do a file transfer
from Orale database to another source. I was told that Activeworks 4.1 does not support file transfer.Is ther any other way of doing file transfer
using webmethods.Please let me know
thanks,
-Prabhu
Gumbilian
01-17-2002, 08:37
3 options include:
-Java FTP code in a Custom Code step (simple)
-parse the file into byte[] of an event/document
-send a message to b2b server and use built-in FTP services
Jeyaraman
02-07-2002, 05:36
This requirement can be satisfied using Flat File adapter. This adapter can transfer an event to flat test file. Once this is done a shell script can be written to transfer the file from ne host to anoter host.
I am new using WM.
I need to transfer a file from/to a IBM mainframe. I'm using File IO Adapter.
I don't know if I can use Java in a Custum Code Step to do it.
If YES, cold you send me the Java code?
Thanks
Ftimon
jaefriedman
02-26-2003, 19:49
Hello. I'm new to WM. Does any one know how to download files from a web server using HTTPS protocol using the existing supplied services? I have been able to post using Pub.Client:http but can not figure out how to use this to download files. Thanks.