Return-Path: Delivered-To: apmail-ws-soap-user-archive@www.apache.org Received: (qmail 71039 invoked from network); 13 Sep 2004 13:30:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 13 Sep 2004 13:30:58 -0000 Received: (qmail 90772 invoked by uid 500); 13 Sep 2004 13:30:57 -0000 Delivered-To: apmail-ws-soap-user-archive@ws.apache.org Received: (qmail 90125 invoked by uid 500); 13 Sep 2004 13:30:54 -0000 Mailing-List: contact soap-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: soap-user@ws.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list soap-user@ws.apache.org Received: (qmail 90112 invoked by uid 99); 13 Sep 2004 13:30:53 -0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of misiek_x@poczta.onet.pl designates 213.180.130.30 as permitted sender) Received: from [213.180.130.30] (HELO smtp2.poczta.onet.pl) (213.180.130.30) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 13 Sep 2004 06:30:51 -0700 Received: from polygonatum.man.poznan.pl ([150.254.170.114]:24584 "EHLO polygonatum") by ps2.test.onet.pl with ESMTP id ; Mon, 13 Sep 2004 15:30:38 +0200 Message-ID: <00b801c49996$1c660a50$72aafe96@polygonatum> From: =?iso-8859-2?Q?Micha=B3_Ma=B3ecki?= To: Subject: Compressing response Date: Mon, 13 Sep 2004 15:32:26 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: 8bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4927.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hello, I'm trying to compress SOAP messages (second day). The SOAP from client to server was archived with no problems. However, soap from server to client is still plain-text. I have added option "gzip", I have disabled Norton firewall (killed accepted-encoding header). I searched the source code (ws-soap_20040912104811) and I can't find out how ever the compression could be archived - the outputStream is gzipped if SOAPSontext.getGzip return true, but TransportMessage is created like this: new TransportMessage(null, resCtx, null ); and resCtx is created few lines before: resCtx = new SOAPContext(); // get rid of old one so where the gzip of soapcontext could be set? I beg you - please tell me how to archive this?? Micha� Ma�ecki