From: szhark on
I having issues with soap webservices not responding which hangs the available
threads in CF server. Is there a way to timeout the soap webservice call?

ie:
ws = createObject("webservice", "http://www.google.com?wsdl");
ws = setTimeout(5000);
output = ws.search("foo");

thanks!