dims,
I have tested a bit and I believe, the patch you have submitted works
well, but I'm just not able to set chunked property :(
this seems not the way to do it :
org.apache.axis.client.Call _call = createCall();
MessageContext msgContext = _call.getMessageContext();
Hashtable userHeaderTable = new Hashtable();
userHeaderTable.put(HTTPConstants.HEADER_TRANSFER_ENCODING_CHUNKED,
"false");
msgContext.setProperty(HTTPConstants.REQUEST_HEADERS,
userHeaderTable );
.....
_resp = _call.invoke(new java.lang.Object[] {in0});
thanks,
andreas
Davanum Srinivas wrote:
Andreas,
if you can help with reviewing the code in CommonsHTTPSender and
coming up with a patch that will be the quickest way to deal with
this. you see I don't have a way to test this. Please open a new bug
or add comments for me to reopen this one once u have a patch.
thanks,
dims
On 6/13/05, Andreas Bohnert <[EMAIL PROTECTED]> wrote:
hi,
for me http://issues.apache.org/jira/browse/AXIS-2033 is still a
blocker. http 1.1 connections are not working with older apache proxies
(<=1.3.33)
the issue is already marked as fixed, but unfortunately the patch
doesn't work for me. I still stuck with axis 1.2RC3
I have added a comment to this issue together with a snippet of my
client code.
regards,
andreas