Re: [KCFusion] cfhttp vs soap

2003-01-17 Thread Bradley Miller
At 09:56 AM 1/17/03 -0600, you wrote: OK so what would be the difference if any if I used SOAP to get at information on another server or just using cfhttp and a scripting language on the remote server to do the processing. Speed im guessing but anything else? A. The ColdFusion remot

RE: [KCFusion] cfhttp vs soap

2003-01-17 Thread Glenn Crocker
Title: Message The biggest advantage I see to SOAP is that it gives you a standard interface, so if someone else wants to talk to the service in the future, it's easy for them to do so.   -glenn   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of A

[KCFusion] cfhttp vs soap

2003-01-17 Thread Adaryl Wakefield
Title: Message OK so what would be the difference if any if I used SOAP to get at information on another server or just using cfhttp and a scripting language on the remote server to do the processing. Speed im guessing but anything else? A.