Urgent ! CFHTTP ....Connection Failed

2001-08-07 Thread JAIME HOI
hi have anyone tried sending sms using coldfusion ?? I was trying to do a CFHTTP on a website that enables sending of mesages to a specific service provider. But somehow , i also get this error Connection failed. I was not able to retrieve the specific web page. I was thinking , could it be

RE: Urgent ! CFHTTP ....Connection Failed

2001-08-07 Thread James Maltby
if it's the code or the middle-ware? HTH James -Original Message- From: JAIME HOI [mailto:[EMAIL PROTECTED]] Sent: 07 August 2001 10:01 To: CF-Talk Subject: Urgent ! CFHTTP Connection Failed hi have anyone tried sending sms using coldfusion ?? I was trying to do a CFHTTP

RE: Urgent ! CFHTTP ....Connection Failed

2001-08-07 Thread David Siew
Hi Jaime, You have a space after ...default.asp . Removing it would help. HTH. Regards David -Original Message- From: JAIME HOI [mailto:[EMAIL PROTECTED]] Sent: 07 August 2001 17:01 To: CF-Talk Subject: Urgent ! CFHTTP Connection Failed hi have anyone tried sending sms using

RE: Urgent ! CFHTTP ....Connection Failed

2001-08-07 Thread JAIME HOI
, 2001 5:18 PM To: CF-Talk Subject: RE: Urgent ! CFHTTP Connection Failed Jamie - we are working on an out-of-the-box custom tag application that you could just plug-in to your website (using CF) with a subscription to an SMS service centre (it will cost to send per message). If you

RE: Urgent ! CFHTTP ....Connection Failed

2001-08-07 Thread JAIME HOI
? -Original Message- From: David Siew [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 5:28 PM To: CF-Talk Subject: RE: Urgent ! CFHTTP Connection Failed Hi Jaime, You have a space after ...default.asp . Removing it would help. HTH. Regards David -Original Message- From

RE: Urgent ! CFHTTP ....Connection Failed

2001-08-07 Thread David Siew
Hi Jaime, Tried it from my side.. it worked without any problems. Can't say why it didn't work for you. Regards David Siew -Original Message- From: JAIME HOI [mailto:[EMAIL PROTECTED]] Sent: 07 August 2001 17:43 To: CF-Talk Subject: RE: Urgent ! CFHTTP Connection Failed Hi

RE: Urgent ! CFHTTP ....Connection Failed

2001-08-07 Thread Dick Applebaum
Probably the reason for the failure is that cfhttp doesn't resolve the urls for css. You can display the output with: cfoutput#Replace(CFHTTP.FileCOntent, , lt;, All)#/cfoutput HTH Dick At 5:42 PM +0800 8/7/01, JAIME HOI wrote: Hi David, thanks ! i juz realised that

RE: Urgent ! CFHTTP ....Connection Failed

2001-08-07 Thread Peter Lutwyche
To: CF-Talk Subject: RE: Urgent ! CFHTTP Connection Failed Hi David, thanks ! i juz realised that using CFHTTP alone works, as in no errors were returned. But when i try to do a cfoutput#cfhttp.FileContent#/cfoutput, it gives me the error of Connection Failure . I have

RE: Urgent ! CFHTTP ....Connection Failed

2001-08-07 Thread Stephen Moretti
Subject: Urgent ! CFHTTP Connection Failed hi have anyone tried sending sms using coldfusion ?? I was trying to do a CFHTTP on a website that enables sending of mesages to a specific service provider. But somehow , i also get this error Connection failed. I was not able to retrieve

RE: Urgent ! CFHTTP ....Connection Failed

2001-08-07 Thread Zachary S. Bedell
: Tuesday, August 07, 2001 5:01 AM To: CF-Talk Subject: Urgent ! CFHTTP Connection Failed hi have anyone tried sending sms using coldfusion ?? I was trying to do a CFHTTP on a website that enables sending of mesages to a specific service provider. But somehow , i also get

RE: Urgent ! CFHTTP ....Connection Failed

2001-08-07 Thread JAIME HOI
:26 PM To: CF-Talk Subject: RE: Urgent ! CFHTTP Connection Failed Jaime, Just so you know - you are unlikely to be able to send an SMS through this page as the SMS form is generated by a Java applet and not a standard HTML form. Regards Stephen -Original Message- From: JAIME HOI

RE: Urgent ! CFHTTP ....Connection Failed

2001-08-07 Thread JAIME HOI
all of u for your help... -Original Message- From: Dick Applebaum [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 6:25 PM To: CF-Talk Subject: RE: Urgent ! CFHTTP Connection Failed Probably the reason for the failure is that cfhttp doesn't resolve the urls for css

RE: Urgent ! CFHTTP ....Connection Failed

2001-08-07 Thread JAIME HOI
Nope...still doesn't work. -Original Message- From: Peter Lutwyche [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 07, 2001 6:47 PM To: CF-Talk Subject: RE: Urgent ! CFHTTP Connection Failed Hi Jaime, Is CFHTTP working for any URL? Try something basic like