I don't want to enable any global flags as other applications are running on the server. Would like to only have that one web service call return compressed data. Is that possible?
--- In flexcoders@yahoogroups.com, "Carson Hager" <[EMAIL PROTECTED]> wrote: > > You can use gzip compression on the web server. Flex fully supports this > through the browser without any extra coding. > > > Carson > ____________________________________________ > > Carson Hager > Cynergy Systems, Inc. > http://www.cynergysystems.com <http://www.cynergysystems.com/> > > Email: [EMAIL PROTECTED] > Office: 866-CYNERGY > Mobile: 1.703.489.6466 > > > > ________________________________ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of Ron > Sent: Monday, February 26, 2007 4:09 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Compressed result from webservice > > > > I would like to have my XML result from my ASP.NET webservice > compressed and sent to my flex code that needs to uncompress this. How > do I accomplish this? > > Should I compress the XML son the server and base64 it into a string > and send back as a new string? Then somehow unbase64 it and uncompress > it? Seems flex can only uncompress bytearrays that compressed itself > before and not external data. Or so someone said before. >