Hello List, I'm using xmlrpc-client-3.0 calling a XML RPC method on apache running on windows. When I make a certain call it causes apache to hang on the windows machine. Now I have my XML RPC client configured like this:
XmlRpcClientConfigImpl config = new XmlRpcClientConfigImpl(); config.setServerURL(url); config.setReplyTimeout(60000); _client = new XmlRpcClient(); _client.setConfig(config); Now I would expect that when this call hangs the client should wait around for 60 seconds then throw an exception, but instead it waits around until I restart the apache server. Is there a way to configure the client to not hang when the server does? Thanks Craig Spry If you are not an authorised recipient of this e-mail, please contact me at Redflex immediately by return phone call or by email. In this case, you should not read, print, retransmit, store or act in reliance on this e-mail or any attachments, and should destroy all copies of them. This e-mail and any attachments are confidential and may contain privileged information and/or copyright material of Redflex or third parties. You should only retransmit, distribute or commercialise the material if you are authorised to do so. This notice should not be removed.
