Hello List, Just to give you an update, I've tried xmlrpc-client-3.1.1, configuring it this way: XmlRpcClientConfigImpl config = new XmlRpcClientConfigImpl(); config.setServerURL(url); config.setReplyTimeout(60000); config.setConnectionTimeout(60000); _client = new XmlRpcClient(); _client.setConfig(config);
And I still get the same result. Thanks, Craig -----Original Message----- From: Craig Spry [mailto:[EMAIL PROTECTED] Sent: Friday, 10 October 2008 10:33 AM To: [email protected] Subject: XML RPC call hangs 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. 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.
