On 8/2/07, Andreas Schlicker <[EMAIL PROTECTED]> wrote:

This is the request header and the answer header before enabling vendor 
extensions:

The problem is most possibly not in the headers, but in the body.

I did some further testing with the following results:

Using:
XmlRpcServerConfigImpl serverConfig = (XmlRpcServerConfigImpl) xmlRpcServer.getConfig();
serverConfig.setEnabledForExtensions(true);
serverConfig.setContentLengthOptional(true);

works in all cases.

Using
config.setEnabledForExtensions(true);
config.setGzipRequesting(true);
config.setContentLengthOptional(true);

in the client works also, but it looks like the results are not compressed.

As soon as I add config.setGzipCompressing(true); in the client, it doesn't work anymore.

Andreas

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

Reply via email to