Hi guys,
I have the same problem, I think:
I have a service (“receive”) that has input defined as “*ffdata”.
This receives text docs via ftp, sent by “put <file> <file>; application/x-wmflatfile”
I want to persist this file. I think the only way the IS will let me do this is via savePipelineToFile.
I try this but I get the error: "XMLCoder decode invalid… wm.server.net.FTPInputStream
I tried to write my own file writer passing in a filename and the *ffdata object:
FileOutputStream f = new FileOutputStream(filename);
f.write(byte)(<*ffdata object>);
f.close()
However, this throws a nullpointerexception. It is almost as if the *ffdata object is not there. However, when I do a getTransportInfo, all the required information is present.
Does anyone have any further suggestions?
Thanks,
ant
#Integration-Server-and-ESB#webmethods-Protocol-and-Transport#webMethods