Hi, I'm not at all an expert on this, but I was asking myself if it is still usefull/necessary to uses HTTP chunking when using DIME since DIME can also chunk the message? And is it possible do the chunking with DIME in Axis? Or does Axis always use HTTP chunking?
The context of this is that I'm trying to send and received soap messages with attachments between a MS Soap toolkit client and an Axis server, but I keep having problems on the client side when using referenced attachments (no problems with unreferenced). First I thought this was caused by the chunking on HTTP level because this causes the MS trace utility supplied with the MS Soap toolkit to hang, but when disabling the HTTP chunking on the axis side (I could not find a standard way to do this so I solved it by uncommenting the res.setContentLength(responseMsg.getContentLength()); line in AxisServlet) the MS trace utility works fine, though the client keeps giving the same error messages (Restoring data into soapmapper unknownBinaryContent failed), maybe anybody here knows how to solve that? Kind regards, Arno
