<cfobject component="testcfc.cfc" name="myCFC">
<cfinvoke component="#myCFC#" method="func1" returnvariable="anothervar">
<cfinvoke component="#myCFC#" method="func2" returnvariable="myNewVar">
Web Service invocations behave as if you have the following cfinvokes:
<cfinvoke component="myCFC" method="func1" returnvariable="anothervar"> <cfinvoke component="myCFC" method="func2" returnvariable="myNewVar">
Note: "myCFC" not "#myCFC#" - these operate on separate instances, just as web service calls do.
Is this a intended behaviour (because of whatever must be in web services),
am I just missing something obvious here, or could it be a bug?
Intended behavior.
Sean A Corfield -- http://www.corfield.org/blog/
"If you're not annoying somebody, you're not really alive." -- Margaret Atwood
----------------------------------------------------------
You are subscribed to cfcdev. To unsubscribe, send an email
to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email.
CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
An archive of the CFCDev list is available at www.mail-archive.com/[EMAIL PROTECTED]
