Hello,I am using data centric service in flash builder 4 (beta 2) to
call betfair web service. The application is working well.But betfair
told me to set the encoding to gzip when requesting the web service. I
had used httpHeaders to add new header. var bfHeader:Object=new
Object(); bfHeader["Accept-Encoding"]= "gzip";
_serviceControl.httpHeaders = bfHeader;Now when I run the application,
network monitor shows both the request and response is encoded in gzip
format, network monitor itself uncomp...