Andrei Gnepp - 2003-01-27

It doesn't look like this project is very active, but I thought I'd give it a shot.

Does anyone have any experience bumping up against the 1MB (999,999 byte) limitation on RPC requests?  I have found several bugs related to buffer overflows for large RPC messages (e.g. no error checking is performed).  I also occasionally have the need to send RPC messages > 1MB, and thought I'd see if anyone else has worked around this before I try to hack the header format.

Or should I just be looking at another package (SOAP?) altogether instead?

Andrei Gnepp