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

Andreas Goetz commented on AXIS-2489:
-------------------------------------

Not thinking straight today, forgive me. As I was debugging a local ws this 
time I hadn't set the compression properties for that one. Got it working now, 
thanks! Will raise ER for Eclipse to include client-config generation is WS 
wizard.

> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to