The document could be large which is one of our concerns. I am looking into how we can stream the document. Can xml-rpc do this?
Thanks. -----Original Message----- From: Jochen Wiedmann [mailto:[email protected]] Sent: September 3, 2009 4:28 PM To: [email protected] Subject: Re: Can I send XML document as parameter in xml-rpc On Thu, Sep 3, 2009 at 6:25 PM, Thomas Gaertner<[email protected]> wrote: > Encoding would be indeed a good idea. I'd gzip the doc and then send it as > Base64 encoded data. That way you can also save a bit bandwidth. No need to do so, unless the document is really large. And in that case, it would make more sense to consider streaming the document contents rather than use encoding and an additional byte buffer. Jochen -- Perl rules: http://xkcd.com/224/
