MACROMEDIA COLDFUSION MX 61-CFML Reference page 209

Cfml reference
Hide thumbs Also See for COLDFUSION MX 61-CFML:
Table of Contents

Advertisement

inputParam1 = "value1"
inputParam2 = "value2"
...
returnVariable = "var_name"
...>
OR
<!--- Syntax 4A - this syntax invokes a component.
This syntax shows instantiation with the cfobject tag.
This cfinvoke syntax applies to instantiating a component
with the cfobject tag and to instantiating a component
with the createobject function. --->
<cfobject
component = "component name"
name = "mystringname for instantiated object">
<cfinvoke
<!--- value is object name, within pound signs --->
component = "#mystringname for instantiated component#"
method = "method name"
returnVariable = "variable name"
argumentCollection = "argument collection"
...
>
OR
<!--- Syntax 4B - this syntax invokes a web service.
This syntax shows instantiation with the cfobject tag.
This cfinvoke syntax applies to instantiating a web service
with the cfobject tag and to instantiating a web service
with the createobject function. --->
<cfobject
webservice = "web service name"
name = "mystringname for instantiated object"
method = "operation_name">
<cfinvoke
<!--- value is object name, within pound signs --->
webservice = "#my stringname for instantiated web service#"
timeout = "request timeout in seconds"
proxyServer = "WSDL proxy server url
proxyPort = "numeric port on proxy server"
proxyUser = "string user id for proxy server"
proxyPassword = "string user password for proxy server"
>
See also
cfargument, cfcomponent, cffunction, cfinvokeargument, cfobject, cfproperty,
cfreturn
History
ColdFusion MX 6.1: Added the following attributes:
, and
proxyUser
proxyPassword
ColdFusion MX: Added this tag.
timeout
.
,
,
proxyServer
proxyPort
cfinvoke
,
209

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents