Hi,

I have a problem with calling an external (another system, another network,
another technology base) webservice. The external webservice seems to crash
if it doesn't get the HTTP header content length. modern webservices seem to
prefer chunked, but the external webservice crashes then.
Luckily I can change to send the content-length header, by setting:
options.setProperty(HTTPConstants.CHUNKED,"false");

The problem I then get is that Axis2 and Axis1 (I've tried both) doesn't
gets a HTTP 200 answer without a body, but with a header saying that the
body is chunked. I hereby suspect that Axis can't pick up the body, because
I've turned off chunking? I know that the external service works, I've
sucessfully invoked it via a home made java client and the firefox plugin
poster.
Is there a possibility to turn off chunking when sending request and support
it when reading response? or am I on a wild goose chase?

Thanks for any help.

Tomas

Reply via email to