You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Bjorn Townsend (JIRA)" <ax...@ws.apache.org> on 2006/06/01 19:29:30 UTC

[jira] Commented: (AXIS-2489) Unable to create compressed request

    [ http://issues.apache.org/jira/browse/AXIS-2489?page=comments#action_12414266 ] 

Bjorn Townsend commented on AXIS-2489:
--------------------------------------

Andreas,

Are you using CommonsHTTPSender or the default HTTPSender?

It would be helpful to have a copy of your full client-config.wsdd and client code in diagnosing this.

Thanks,
Bjorn

> 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