Hello there,
I guess I should post this topic to some Apache forum but I clould not find one. So I hope someone can get me some clue.
I created an XMLRPC client like this:
XmlRpcClientConfigImpl config = new XmlRpcClientConfigImpl();
config.setServerURL(url);
client = new XmlRpcClient();
client.setConfig(config);
Now it appears that the socket is closed automatically after there is no traffic for 10 seconds. Is it possible to alter this time-out period or disable it? The documentation gives me no clue.
Thanks in advance,
Bart.