Hi, I am using Axis 1.2.1 with java and I would like to know how to disable Transfer-encoding. In my code I tried setting to Http 1.0 using
_call.getMessageContext().setProperty(org.apache.axis.MessageContext.HTTP_TRANSPORT_VERSION,org.apache.axis.transport.http.HTTPConstants.HEADER_PROTOCOL_10) and it still didn't worked. I did not find any solution in the news groups. Patrick
