in reply to Re: Sending application-specific XML as a string paremeter to an RPC::XML method.
in thread Sending application-specific XML as a string paremeter to an RPC::XML method.
Ok, base64 encoding looks like the way to go. This works fine for small XML documents, however, I have notced that when I try to send a large base64-encoded XML document (about 1.5 MB) in this manner, it takes an extremely long time (several minutes). I am using the loopback interface for my testing, so it is not limited by network bandwidth. Is there a more direct way to transfer large ammounts of data between the client and the server? Given that RPC::XML::Server uses HTTP::Daemon and HTTP::Response for its transport, is it possible to directly use HTTP methods such as 'GET' to transfer large documents?
Thanks,
-brian
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Sending application-specific XML as a string paremeter to an RPC::XML method.
by Fletch (Bishop) on Mar 30, 2004 at 18:37 UTC | |
|
Re: Re: Re: Sending application-specific XML as a string paremeter to an RPC::XML method.
by nenbrian (Acolyte) on Mar 30, 2004 at 20:06 UTC | |
by nenbrian (Acolyte) on Mar 30, 2004 at 22:49 UTC |