On Fri, May 8, 2009 at 9:48 PM, Abdel Olakara <olak...@gmail.com> wrote:

>  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.

That's not necessarily the case.

In Apache XML-RPC, you have the possibility to pass an InputStream on
the sending side. In conjunction with certain vendor options, this
will stream the output.

On the input side, things are a little bit more difficult: You'd need
to create a special type handler for base64 encoded input. But that's
certainly possible.

Jochen


-- 
Don't trust a government that doesn't trust you.

Reply via email to