Re: Web Services and CFMX6.1 -- Why doesn't it work?

2004-04-13 Thread Sung Woo
Ryan -- yes, I do have that vdir on both production and test... [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Re: Web Services and CFMX6.1 -- Why doesn't it work?

2004-04-13 Thread Sung Woo
Thanks for all your help, guys.  I tried the snippet on my production server, and sure enough, it runs just fine.  So I guess it is my server config.  What could it be, though?  I don't understand what inside CF could cause this, when all evidence points to the file being exactly where it should be

RE: Web Services and CFMX6.1 -- Why doesn't it work?

2004-04-13 Thread Ryan Kime
You said IIS, do you have the virtual directory for JrunScripts in this web? -Original Message- From: Sung Woo [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 10:02 AM To: CF-Talk Subject: Re: Web Services and CFMX6.1 -- Why doesn't it work? I don't get a blank page

RE: Web Services and CFMX6.1 -- Why doesn't it work?

2004-04-13 Thread Hua Wei
I tested on my server, it worked. So the code is fine. You may want to check your server config. Hua -Original Message- From: Sung Woo [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 9:31 AM To: CF-Talk Subject: Web Services and CFMX6.1 -- Why doesn't it work? I'm at my wit's e

Re: Web Services and CFMX6.1 -- Why doesn't it work?

2004-04-13 Thread Sung Woo
I don't get a blank page, but I do get a redirect to the component browser, which looks something like this: ws.helloworld Component helloworld hierarchy: WEB-INF.cftags.component   ws.helloworld path: E:\webroot\ws\helloworld.cfc properties:    methods: getMessage * - private method

RE: Web Services and CFMX6.1 -- Why doesn't it work?

2004-04-13 Thread Ryan Kime
: Sung Woo [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 9:21 AM To: CF-Talk Subject: Re: Web Services and CFMX6.1 -- Why doesn't it work? Hi Michael, Thanks, but that doesn't seem to work, either. I don't understand why I'd use port 8500...I'm not using th

Re: Web Services and CFMX6.1 -- Why doesn't it work?

2004-04-13 Thread Sung Woo
Yup, I can browse it just fine.  If I use the ?wsdl after the helloworld.cfc, I generate the XML file fine, too. And even stranger...I'm doing this because we're evaluating Vignette, which has nice interactivity with web services.  This web service is recognized and fully usable by Vignette!  So i

RE: Web Services and CFMX6.1 -- Why doesn't it work?

2004-04-13 Thread Michael Corbridge
Subject: Re: Web Services and CFMX6.1 -- Why doesn't it work? Hi Michael, Thanks, but that doesn't seem to work, either. I don't understand why I'd use port 8500...I'm not using the built-in webserver, I'm using IIS?   _ [Todays Threads] [This Message] [Sub

Re: Web Services and CFMX6.1 -- Why doesn't it work?

2004-04-13 Thread Sung Woo
Hi Michael, Thanks, but that doesn't seem to work, either. I don't understand why I'd use port 8500...I'm not using the built-in webserver, I'm using IIS? [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: Web Services and CFMX6.1 -- Why doesn't it work?

2004-04-13 Thread Michael Corbridge
Sung, Don't get too frustrated. The problem here is that you are not invoking the webservice through the correct path,  Try: Let me know how it goes, Michael Corbridge   _   From: Sung Woo [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 13, 2004 9:31 AM To: CF-Talk Subject: Web Servic