Re: ColdFusion 5.0 supports Web Services?

2004-11-19 Thread Rick Root
I used to do pseudo web services a long time ago I wrote some applications that could be called via a CFHTTP form request, and returned data in WDDX format... Before Amazon had their web service, there was CF_AMAZON... the CF_AMAZON tag actually contacted my server, which went out and

Re: ColdFusion 5.0 supports Web Services?

2004-11-19 Thread amy chiu
Does anyone know of any third party CF tags that would allow me to publish and consume web services in ColdFusion 5.0? ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message

RE: ColdFusion 5.0 supports Web Services?

2004-11-19 Thread Dave Watts
Only CFMX provides built-in tools for publishing and consuming web services. There's no reason you can't use CF5 for web services work, but CF isn't going to help you in any way, so you'll have to manually do all the SOAP and WSDL stuff manually, which would be a nightmare.

ColdFusion 5.0 supports Web Services?

2004-11-18 Thread amy chiu
Does anyone know if coldfusion 5.0 supports web services or does it have to be coldFusion MX? ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message: http

Re: ColdFusion 5.0 supports Web Services?

2004-11-18 Thread Barney Boisvert
On Thu, 18 Nov 2004 16:24:12 -0400, amy chiu [EMAIL PROTECTED] wrote: Does anyone know if coldfusion 5.0 supports web services or does it have to be coldFusion MX? -- Barney Boisvert [EMAIL PROTECTED] 360.319.6145 http://www.barneyb.com/blog

Re: ColdFusion 5.0 supports Web Services?

2004-11-18 Thread Keith Gaughan
Barney Boisvert wrote: Only CFMX provides built-in tools for publishing and consuming web services. There's no reason you can't use CF5 for web services work, but CF isn't going to help you in any way, so you'll have to manually do all the SOAP and WSDL stuff manually, which would be a

Re: ColdFusion 5.0 supports Web Services?

2004-11-18 Thread amy chiu
Can you tell me what REST stands for so that I can google it. Alternatively, you could go the REST route, which is nowhere near as painful. Or XML-RPC even. K. -- Keith Gaughan, Developer Digital Crew Ltd., Pembroke House, Pembroke Street, Cork, Ireland http://digital-crew.com/

Re: ColdFusion 5.0 supports Web Services?

2004-11-18 Thread Joe Rinehart
Hey Amy, Representational State Transfer. -Joe On Thu, 18 Nov 2004 19:26:58 -0400, amy chiu [EMAIL PROTECTED] wrote: Can you tell me what REST stands for so that I can google it. Alternatively, you could go the REST route, which is nowhere near as painful. Or XML-RPC even. K. --

CFMAIL Zero Byte File Problem - ColdFusion 5.0

2004-11-16 Thread Warrick, Mark
Hello All, I'm getting desperate for a solution here. I will give the first person who helps me solve this problem two tickets to the movies. I recently moved all my code from a ColdFusion 4.5 enterprise environment to a ColdFusion 5.0 enterprise environment. Nothing about the code has

RE: CFMAIL Zero Byte File Problem - ColdFusion 5.0

2004-11-16 Thread Paul Vernon
Wasn't this a known bug for which the solution was to upgrade to CFMX Paul ~| Special thanks to the CF Community Suite Gold Sponsor - CFHosting.net http://www.cfhosting.net Message:

ColdFusion 5.0 (INSIDETEXT Error)

2003-09-15 Thread Joe Eugene
We have Some Old ColdFusion Applications on CF 5.0 ENT throwing out this error quite often and it spreads to other applications on the Server making ColdFusion 5.0 Un-stable. Has anybody else experienced these problems? I am not familiar with the code, it seems to be using Alot of Evaluate

RE: ColdFusion 5.0 (INSIDETEXT Error)

2003-09-15 Thread Mark A. Kruger - CFG
an IFF / DE type expression. -Mark -Original Message- From: Joe Eugene [mailto:[EMAIL PROTECTED] Sent: Monday, September 15, 2003 10:33 AM To: CF-Talk Subject: ColdFusion 5.0 (INSIDETEXT Error) We have Some Old ColdFusion Applications on CF 5.0 ENT throwing out this error quite often

Re: ColdFusion 5.0 (INSIDETEXT Error)

2003-09-15 Thread Joe Eugene
- CFG [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, September 15, 2003 2:20 PM Subject: RE: ColdFusion 5.0 (INSIDETEXT Error) Joe, I have a clue for you. I have seen this error before in a CFIF statement when a developers practice is to place a variable directly as a boolean

coldfusion 5.0 java applet for form controls question

2002-11-30 Thread michael firth
Hey gang, Was wondering if anybody knew or had a bookmark for the page on macromedia to fix the java security certificate expired for form controls in coldfusion 5.0, and it says distrubted by allaire corp. Thanks, Mike Firth - Do you Yahoo!? Yahoo! Mail

RE: coldfusion 5.0 java applet for form controls question

2002-11-30 Thread Jeff Garza
http://www.macromedia.com/v1/Handlers/index.cfm?ID=21782Method=Full Fixes several issues with the CFFORM applets in CF5.0. HTH, Jeff -Original Message- From: michael firth [mailto:[EMAIL PROTECTED]] Sent: Saturday, November 30, 2002 10:29 AM To: CF-Talk Subject: coldfusion 5.0 java

RE: how to add a MS Access Database as a datasource in SuSE Linux 8.0 ColdFusion 5.0

2002-11-24 Thread Michael Wolfe
: how to add a MS Access Database as a datasource in SuSE Linux 8.0 ColdFusion 5.0 Have a look at OpenLink Software: www.openlinksw,com ~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http

Re: how to add a MS Access Database as a datasource in SuSE Linux 8.0 ColdFusion 5.0

2002-11-23 Thread Dick Applebaum
= - Original Message - From: Abdusselam Karatas [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Friday, November 22, 2002 9:45 AM Subject: how to add a MS Access Database as a datasource in SuSE Linux 8.0 ColdFusion 5.0 | Can anyone tell me how to add a MS Access Database

how to add a MS Access Database as a datasource in SuSE Linux 8.0 ColdFusion 5.0

2002-11-22 Thread Abdusselam Karatas
Can anyone tell me how to add a MS Access Database as a datasource in SuSE Linux 8.0 ColdFusion 5.0? Thanks. Abdüsselam KARATAÞ [EMAIL PROTECTED] Truva Ýletiþim Hizmetleri Ltd. Þti. Salih Omurtak Cd. No:79 81020, Koþuyolu / Ýstanbul TURKEY Tel: +90 216 339 06 10 Faks: +90 216 339 02 42

Re: how to add a MS Access Database as a datasource in SuSE Linux 8.0 ColdFusion 5.0

2002-11-22 Thread Stephen Moretti
Can anyone tell me how to add a MS Access Database as a datasource in SuSE Linux 8.0 ColdFusion 5.0? Thanks. You can't. MS Access is not supported on non-windows platforms. Switch to mySQL or another database that runs well on Linux. Regards Stephen

Re: how to add a MS Access Database as a datasource in SuSE Linux 8.0 ColdFusion 5.0

2002-11-22 Thread samcfug
ColdFusion 5.0 | Can anyone tell me how to add a MS Access Database as a datasource in SuSE Linux 8.0 ColdFusion 5.0? | | Thanks. | | Abdüsselam KARATAÞ | [EMAIL PROTECTED] | Truva Ýletiþim Hizmetleri Ltd. Þti. | Salih Omurtak Cd. No:79 | 81020, Koþuyolu / Ýstanbul | TURKEY | Tel: +90 216 339 06 10

RE: ColdFusion 5.0 Applets

2001-08-30 Thread Ricardo Villalobos
hotfixes including the CFGrid one. Kind Regards - Mike Brunt -Original Message- From: Ricardo Villalobos [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 7:53 AM To: CF-Talk Subject: ColdFusion 5.0 Applets Did Macromedia change the java applets in version 5.0

ColdFusion 5.0 Applets

2001-08-29 Thread Ricardo Villalobos
Did Macromedia change the java applets in version 5.0? It seems to me like they upgraded them to Java 1.3.1 but I wanted to verify with you guys... Best Regards! Ricardo Villalobos Dimasys, Inc. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives:

RE: ColdFusion 5.0 Applets

2001-08-29 Thread Mike Brunt
AM To: CF-Talk Subject: ColdFusion 5.0 Applets Did Macromedia change the java applets in version 5.0? It seems to me like they upgraded them to Java 1.3.1 but I wanted to verify with you guys... Best Regards! Ricardo Villalobos Dimasys, Inc. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

RE: ColdFusion 5.0 Applets

2001-08-29 Thread Aaron Rouse
-Original Message- From: Ricardo Villalobos [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 29, 2001 7:53 AM To: CF-Talk Subject: ColdFusion 5.0 Applets Did Macromedia change the java applets in version 5.0? It seems to me like they upgraded them to Java 1.3.1 but I wanted

Re: ColdFusion 5.0 Applets

2001-08-29 Thread David Green
29, 2001 8:49 AM Subject: RE: ColdFusion 5.0 Applets Isn't there also a issue with CFTree in that one of the old JavaScripts that it used to make is no longer made in CF5? I have yet to upgrade to CF5 on the one site I use CFTree on, so have no first hand experience with this. I think

COLDFUSION 5.0 CERTIFICATION

2001-04-27 Thread Erika L Walker
Well here's some good news for a change ==COLDFUSION 5.0 CERTIFICATION EXAMS ==Macromedia is planning to release its ColdFusion 5.0 certification exam on June 25th, 2001. Those of you who are already certified in ColdFusion

RE: Coldfusion 5.0

2001-01-10 Thread Philip Arnold - ASP
I have just finished watching the presentation on Allaire Developer Conference 2000 and I must say I'm very impressed with ColdFusion 5.0! Can't wait to get my hands on it soon. However, can anyone tell me what's the difference between its new ability to have user-defined function and its

Coldfusion 5.0

2001-01-09 Thread Roger Lim
Hi, I have just finished watching the presentation on Allaire Developer Conference 2000 and I must say I'm very impressed with ColdFusion 5.0! Can't wait to get my hands on it soon. However, can anyone tell me what's the difference between its new ability to have user-defined function and its

Re: Coldfusion 5.0

2001-01-09 Thread Jeffry Houser
Roger Lim wrote: Hi, I have just finished watching the presentation on Allaire Developer Conference 2000 and I must say I'm very impressed with ColdFusion 5.0! Can't wait to get my hands on it soon. However, can anyone tell me what's the difference between its new ability to have user