Re: Cfhttp vs web services

2005-08-10 Thread Tanguy Rademakers
>Finally, there is stronger data typing in web services than you will >find in a form-posting solution. On a form post, your ID field (a >numeric) can be sent as "123abc" and you have no control over it. You >have to double-check on the server-side. On a web service, that field >would be guaran

Re: Cfhttp vs web services

2005-08-10 Thread Nathan Strutz
Web Developer > American City Business Journals > 704-973-1045 > [EMAIL PROTECTED] > > -Original Message- > From: Russ Michaels [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 10, 2005 5:15 AM > To: CF-Talk > Subject: Cfhttp vs web services > > I recently

RE: Cfhttp vs web services

2005-08-10 Thread Connie DeCinko
Is either any more or less secure than the other method? Is either subject to attack or abuse more than the other method? -Original Message- From: Matthew Small [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 10, 2005 5:29 AM To: CF-Talk Subject: RE: Cfhttp vs web services There&#

RE: Cfhttp vs web services

2005-08-10 Thread Dawson, Michael
ed to jump to the level of SOAP for this project. But, as Tanguy mentioned, I was the creator and consumer of both parts. M!ke -Original Message- From: RADEMAKERS Tanguy [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 10, 2005 9:15 AM To: CF-Talk Subject: RE: Cfhttp vs web services

RE: Cfhttp vs web services

2005-08-10 Thread RADEMAKERS Tanguy
service produced by somebody else, would you rather use cfhttp then some kind of parsing on the result, or just use a single cfinvoke tag? The ability to do the second depends on SOAP based web services... just my 0.02$ /t >-----Original Message- >Subject: Cfhttp vs web services >Fr

RE: Cfhttp vs web services

2005-08-10 Thread Matthew Small
-Talk Subject: Cfhttp vs web services I recently had an interesting question from one of our developers that I had a hard time answering. Had had an app that required web services, but it was written in CF5, so rather than move to CFMX, he just wrote a bunch of pages that could have forms posted to

Cfhttp vs web services

2005-08-10 Thread Russ Michaels
I recently had an interesting question from one of our developers that I had a hard time answering. Had had an app that required web services, but it was written in CF5, so rather than move to CFMX, he just wrote a bunch of pages that could have forms posted to them, with the commands in the for