Hi all I'm using CFINVOKE to make a web service call and I've added the timeout attribute but it's not timing out. I've set it to 5 secounds and wrapped the block in a CFTIMER tag (to confirm the duration) but it's still hanging on for 60 seconds (I'm guessing the 60s is the default timeout setting in CF). I need to override the default timeout for this specific web service call only. Any ideas?
<cftimer label="Web service call" type="inline"> <cfinvoke webservice="#WSDL#" method="doSearch" returnvariable="SearchResult" timeout="5"> <cfinvokeargument name="in0" value="foo" /> </cfinvoke> </cftimer> Cheers Matthew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to cfaussie@googlegroups.com To unsubscribe from this group, send email to cfaussie+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---