Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
mike #1
using cfinvoke
Can I use
<!--- file abc.cfc--->
<cfcomponent>
<cffunction>
<cfquery>
</cfquery>
<cfreturn xyz>
</cffunction>
</cfcomponent>
<!--- file test.cfm--->
<cfinvoke component="abc">
in ColdFusion.ProductVersion 5, 0, 0, 0
mike Guest
-
CFInvoke Tag... dumb question
Hi, I would like to know if the CFInvoke tag is available for all versions of CF or just CFMX7? Is it supported on a default install? If not,... -
Using WS Stubs in CFINVOKE Tags
Hi there, I am developing a CF family of web service components that make use of complex data types. I've noticed that CFMX generates stub Java... -
CFINVOKE
Hi, I've a problem invoking 2 cfc's in one function which has same return variable. please see the below code. my question is how does it affect... -
the saxexception on cfinvoke wsdl
this seems to be a pretty common error and Macromedia has yet to give a consistent answer... I'm trying to use cfinvoke to use a web service, and... -
passing structures using cfinvoke.
Quick question. Can I create a structure in a cfc and then return in? If so does anyone have a simple example. Thanks.



Reply With Quote

