Hi,

 XMLRPC is not not huge file trasnfer. there are limitations for XMLRPC. A
better choice would be SOAP i think. XMLRPC can be used for smaller tasks
and use SOAP for complex tasks as it support more data types.


On Fri, May 8, 2009 at 11:17 PM, Mike Boyers <mboy...@yahoo.com> wrote:

>
> I ran into the same need a while back.
>
> I did get a file transfer to work with an XMLRPC transaction using a
> byte[], but there are obvious limitations with that approach.
>
> I ended up going outside of XMLRPC and using the Jakarta FileUpload project
> for file uploads and sticking to XMLRPC for simpler transactions.
>
> http://commons.apache.org/fileupload/
>
> Mike
>
> --- On Fri, 5/8/09, SRajanna <suresh.raja...@gmail.com> wrote:
>
> > From: SRajanna <suresh.raja...@gmail.com>
> > Subject: How to send or upload large binary file to RPC server
> > To: xmlrpc-dev@ws.apache.org
> > Date: Friday, May 8, 2009, 2:02 AM
> >
> > Hi
> >
> > I am using apache XML-RPC 3.1
> > I need to "upload" a large binary file from client to
> > server.
> > Is this possible and if so how?
> >
> > Going through XML-RPC datatypes including the ones
> > available in when vendor
> > extensions are enabled doesn't seem provide a solution
> > other than byte[] ?
> > But this would mean that would have to be multiple calls
> > that the server
> > would have to keep state information.
> > Is there a better way to do this ?
> >
> > Any comments/suggestions?
> >
> > Regards,
> > Suresh
> >
> >
> > --
> > View this message in context:
> http://www.nabble.com/How-to-send-or-upload-large-binary-file-to-RPC-server-tp23440601p23440601.html
> > Sent from the Apache Xml-RPC - Dev mailing list archive at
> > Nabble.com.
> >
>
>
>
>

-- 
Best Regrads,
Abdel Raoof Olakara
olak...@gmail.com
http://technopaper.blogspot.com

Reply via email to