XML-RPC and File Transfer

2008-07-16 Thread Mike Boyers
I may be way off base with this one, and I don't mind people telling me I am if that is indeed the case. I have an XMLRPC client and server that supports various transactions. I'd like to add the ability for the client to upload a file to the server. In looking at the "extended types" that ws-

Re: XML-RPC and File Transfer

2008-07-16 Thread Jochen Wiedmann
On Wed, Jul 16, 2008 at 9:19 PM, Mike Boyers <[EMAIL PROTECTED]> wrote: > I also thought of the possibility of pulling the contents of a file into a > large byte[] and sending that. This might work, but I could I potentially > run into encoding issues? And I'm also wondering if it even makes s