Has anyone actually tried to create a CFC that is used as a Web Service,
and within that CFC it invokes another CFC?? I cannot for the life of me
figure out why CF throws a "Cannot find component" error (works under
all normal circumstances). I am missing something?


Extract of error:
------------------------------------------------------------------------
----------
coldfusion.runtime.CfJspPage$NoSuchTemplateException
------------------------------------------------------------------------
----------

Extract from CFC:
------------------------------------------------------------------------
----------
<cffunction name="method" access="remote" returntype="struct"
output="no">

        <cfargument name="argument" required="Yes" type="numeric">

        <cfset stSuccess = StructNew()>
        <cfset stSuccess.bSuccess = true>
        <cfset stSuccess.message = "Report returned">

        <cfscript>
                oObject = CreateObject("component","whatever.location");

------------------------------------------------------------------------
----------


Regards, 

Darryl Lyons
Senior Systems Developer
Fuzion: http://www.fuzion.com.au 

Email : [EMAIL PROTECTED]
Phone : (07) 3620 1000 
Fax   : (07) 3620 1001              
Technical Support : 1300 888 480 

'merging business + technology'  

---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia
http://www.mxdu.com/ + 24-25 February, 2004

Reply via email to