|
From: szhark on 18 Apr 2008 12:38 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!
|
Pages: 1 Prev: CFINPUT (TEXT) BIND Next: decryptBinary() no longer working on large files aftermigration |