You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Patrick Yu <pa...@scivantage.com> on 2005/10/05 20:36:32 UTC

Disable Transfer-encoding :chunked

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