[
http://issues.apache.org/jira/browse/AXIS-2489?page=comments#action_12414561 ]
Andreas Goetz commented on AXIS-2489:
-------------------------------------
Unfortunately not. Added commons-httpclient and commons-codec to classpath,
created WSDD and set the call properties. From error message when service not
available I can see that still HTTPSender is used:
at
org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:153)
at
org.apache.axis.components.net.DefaultSocketFactory.create(DefaultSocketFactory.java:120)
at
org.apache.axis.transport.http.HTTPSender.getSocket(HTTPSender.java:191)
at
org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java:404)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:138)
at
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
FileMon shows that the WSDD file is indeed being read. No idea where else I
could look :(
> 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]