Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 808 invoked from network); 2 Jun 2006 12:42:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jun 2006 12:42:28 -0000 Received: (qmail 81792 invoked by uid 500); 2 Jun 2006 12:42:25 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 81752 invoked by uid 500); 2 Jun 2006 12:42:25 -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: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 81741 invoked by uid 99); 2 Jun 2006 12:42:25 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jun 2006 05:42:25 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Jun 2006 05:42:24 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id BA76D7141E6 for ; Fri, 2 Jun 2006 12:41:30 +0000 (GMT) Message-ID: <10589474.1149252090759.JavaMail.jira@brutus> Date: Fri, 2 Jun 2006 12:41:30 +0000 (GMT+00:00) From: "Andreas Goetz (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS-2489) Unable to create compressed request In-Reply-To: <25037690.1149150570159.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS-2489?page=comments#action_12414412 ] Andreas Goetz commented on AXIS-2489: ------------------------------------- Bjorn, not entirely sure how to answer this. I'm using Axis 1.3 as embedded in the Eclipse 3.2 WST toolkit. How would I find out? Thanks, Andi > Unable to create compressed request > ----------------------------------- > > Key: AXIS-2489 > URL: http://issues.apache.org/jira/browse/AXIS-2489 > Project: Apache Axis > Type: Bug > Components: Basic Architecture > Versions: 1.3 > Environment: WinXP SP2 against IIS > Reporter: Andreas Goetz > > I'm using the following code to create a compressed request: > org.apache.axis.client.Call _call = super._createCall(); > _call.setProperty(HTTPConstants.MC_ACCEPT_GZIP, Boolean.TRUE); > _call.setProperty(HTTPConstants.MC_GZIP_REQUEST, Boolean.TRUE); > However, the request does not include GZIP support: > POST /... > Content-Type: text/xml; charset=utf-8 > Accept: application/soap+xml, application/dime, multipart/related, text/* > User-Agent: Axis/1.3 > Host: xxx:81 > Cache-Control: no-cache > Pragma: no-cache > SOAPAction: "rpc/http://siebel.com/asi/:SiebelContactQueryByExample" > Content-Length: 3882 -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org