Return-Path: Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 71438 invoked by uid 500); 4 Jun 2003 18:35:00 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 71357 invoked from network); 4 Jun 2003 18:34:59 -0000 Message-ID: From: "Kellogg, Richard" To: Date: Wed, 4 Jun 2003 14:34:59 -0400 Subject: Re: GZip Compression between Axis 1.1 Beta and Microsoft .NET Framework MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: content-class: urn:content-classes:message Thread-Topic: Re: GZip Compression between Axis 1.1 Beta and Microsoft .NET Framework Thread-Index: AcMqyADjO/ExZ87ZQD6sQDAg+1aPQA== X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N For compatibilty with the Microsoft .NET Framework 1.1, you need to add the= following to the C# HttpWebResponseDecompressed class. public override WebHeaderCollection Headers=20 { get { return response.Headers; } } Is anyone else out there using this code? I would like to package it up fo= r inclusion within Axis 1.2. Rick Kellogg