Guys, I don't think you understood what header i need to set. I'm
talking about the HTTP
Transfer-encoding header that goes external to the message. Not that
<soap:header> that goes right before the <soap:body>.

I saw that the "chunked" transfer encoding is set by default on the
"axis.xml" file that goes on the distribution:
<transportSender name="http"
                class="org.apache.axis2.transport.http.
                       CommonsHTTPTransportSender">
  <parameter name="PROTOCOL" locked="false">HTTP/1.1</parameter>
  <parameter name="Transfer-Encoding"
             locked="false">chunked</parameter>
</transportSender>

How can I set this header without editing this file?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to