Soap4r and binary

Hi all,

I'm writing what I hope is a relatively simple SOAP server to push files
around. Everything works just dandily for text files, but when I go to
pass binary files around (which is quite necessary to the purposes of my
server), I get an essentially infinite hang.

I've tried base64 encoding it, but it had not perceptible affect.

Anyone have any ideas for how to do this? I'm using
'soap/rpc/driver' and 'soap/rpc/httpserver' for the communication.

Thanks,
Luke

···

--
I object to doing things that computers can do. --Olin Shivers
---------------------------------------------------------------------
Luke Kanies | http://reductivelabs.com | http://config.sage.org

Hi,

Luke Kanies wrote:

I'm writing what I hope is a relatively simple SOAP server to push files
around. Everything works just dandily for text files, but when I go to
pass binary files around (which is quite necessary to the purposes of my
server), I get an essentially infinite hang.

I've tried base64 encoding it, but it had not perceptible affect.

Anyone have any ideas for how to do this? I'm using
'soap/rpc/driver' and 'soap/rpc/httpserver' for the communication.

Please see a sample client/server at
http://dev.ctor.org/soap4r/browser/trunk/sample/soap/base64/

Regards,
// NaHi