Hello,

We are using cfinvoke to invoke a web service on a remote, third-party server. The 
syntax:

<cfinvoke 
 webservice = "http://www.something.com?wsdl"; 
 method = "GetWeatherInfo" 
 zipCode = "#attributes.zip#" 
 returnvariable = "Weather">

This works great, but from time to time the service takes a while - like 30 seconds or 
more. This causes the entire requested page to take that long. Is there any way to set 
a timeout so the invocation quits and throws an error or something after X seconds?

This is a somewhat rare problem, especially because we cache the data returned by the 
service. We would like to eliminate the problem completely, however.

Thanks
Mike Mertsock
Alfred University Web Team
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/lists.cfm?link=t:4
Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Get the mailserver that powers this list at 
http://www.coolfusion.com

Reply via email to