Karnes, Derek wrote:
John,
We had a problem with certain data not being xml-rpc compliant, and got around it by gzipping the data. The gzipped data is XML-RPC compliant, and in our case, the compression helped transfer rates since the data was large enough to justify the compression/decompression time.
You could also try sending it as a byte[] as this would then be Base64 encoded. I'm assuming that zipping it returns a Base64 encoded String...?
Cheers,
-- Bob Arnott
