[ http://issues.apache.org/jira/browse/AXIS-2489?page=comments#action_12414488 ]
Bjorn Townsend commented on AXIS-2489: -------------------------------------- It should say in your WSDD file -- that's one of the reasons why I wanted to see it. :) You have to set the CommonsHTTPSender as your HTTP transport in the client-config.wsdd file; othewise HTTPSender gets used by default, and HTTPSender does not support compression. The Apache Web Services Wiki has a helpful page on setting up compression: http://wiki.apache.org/ws/FrontPage/Axis/GzipCompression Let me know if this helps. :) 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
