[cfaussie] Re: suggestions best practices in consuming webservices? (timeout woes)

2008-08-20 Thread Mark Ireland
How do you test for a webservice timeout? Date: Thu, 21 Aug 2008 09:03:25 +1000 From: [EMAIL PROTECTED] To: cfaussie@googlegroups.com Subject: [cfaussie] suggestions best practices in consuming webservices? (timeout woes) I suspect it's because of dodgyness of our networks but we're

[cfaussie] Re: suggestions best practices in consuming webservices? (timeout woes)

2008-08-20 Thread Barry Beattie
that's a good point (OK, so I haven't gotten to that far yet) CFThread and getTickCount()? On Thu, Aug 21, 2008 at 9:13 AM, Mark Ireland [EMAIL PROTECTED] wrote: How do you test for a webservice timeout? Date: Thu, 21 Aug 2008 09:03:25 +1000 From: [EMAIL PROTECTED] To:

[cfaussie] Re: suggestions best practices in consuming webservices? (timeout woes)

2008-08-20 Thread Kym Kovan
Barry Beattie wrote: that's a good point (OK, so I haven't gotten to that far yet) CFThread and getTickCount()? We have a client that uses a webservice for their main engine and the website is just one of several wrappers for it. They actually have two web services, one in Brisbane and

[cfaussie] Re: suggestions best practices in consuming webservices? (timeout woes)

2008-08-20 Thread Barry Beattie
many thanks Kym. a couple of interesting / worthwhile ideas in there. I really do like the cfhttp try before you buy approach. thanx b On Thu, Aug 21, 2008 at 10:00 AM, Kym Kovan [EMAIL PROTECTED] wrote: Barry Beattie wrote: that's a good point (OK, so I haven't gotten to that far yet)