Long shot but for sh*ts and giggles have you tried inserting all the queries
directly into the CFC rather than includes?

As for the /cfide mapping, I'd be very surprised if it was a requirement but
I can't confirm.

Stace

-----Original Message-----
From: Justin Scott [mailto:[EMAIL PROTECTED]] 
Sent: Sunday, June 16, 2002 2:07 PM
To: CF-Talk
Subject: Re: CFC Weirdness..


> A) Did you register the web service in the CFAdmin?

Nope.  I'm calling it by the URL directly instead of a mapping in admin. The
less settings I have to move between servers the better, as this will likely
end up running on a cluster in the future.  I did notice that CF added an
entry for it in the admin anyway, using the URL as the mapping name.

> B) I had the same issue with arguments in the include file. I believe 
> it's a bug in the final release. I basically took the same approach 
> you did.

Yeah..  I remember someone else saying it was a bug in the RC, but this is
release, so I suspect it was not completely corrected.

> C) Are you able to invoke the component via the URL rather then as a 
> web service? Just to see if the CFC on it's own is functioning 
> properly. 
> http://mydomain.com/mycfc.cfc?method=useradd&username=joe&password=blo
> w

Yeah..  I tried that already.  I'm almost to the point of just calling it
that way with CFHTTP to see what sort of results I get.  I'm afraid if I use
that another whole can o' beans will spill out in front of me <sigh>.

One other thing I thought of..  is a valid "/cfide" needed on the domain the
CFC is being called from when invoked as a web service?  I don't think this
web has a mapping for that and it's not on the default domain.

-Justin Scott, Lead Developer
 Sceiron Internet Services, Inc.
 http://www.sceiron.com



______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to