Right. Since the byte[] wasn't human readable anyway, I went ahead and added 
the gzip support.

-----Original Message-----
From: Bob Arnott [mailto:[EMAIL PROTECTED]
Sent: Friday, November 12, 2004 3:18 PM
To: [EMAIL PROTECTED]
Subject: Re: Anyone know a filter I can use to prevent this?


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


Reply via email to