MACROMEDIA COLDFUSION MX 61-CFML Reference page 210

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

Advertisement

Attributes
Attribute
component
method
returnVariable
argumentCollection Optional
username
password
webservice
timeout
proxyServer
proxyPort
proxyUser
proxyPassword
input_params ...
Note: If you do not specify any the proxy attributes, and a corresponding system property is set
(typically in the JVM startup arguments) ColdFusion uses the system property value.
Usage
The following table shows when you can use each attribute:
This attribute is
required, optional,
ignored, or invalid:
component
method
returnVariable
argumentCollection
210
Chapter 2: ColdFusion Tags
Req/Opt
Default
See Usage
section
See Usage
section
Optional
Optional
Optional
Required
Optional
Optional
http.proxyHost
system property, if
any.
Optional
http.proxyPort
system property, if
any.
Optional
http.proxyUser
system property, if
any
Optional
http.proxyPasswor
d system property,
if any
For this
cfinvoke
Syntax 1
Syntax 2
Required
Optional
Required
Required
Optional
Optional
Optional
Optional
Description
String or component object; a reference to a
component, or component to instantiate.
Name of a method. For a web service, the
name of an operation.
Name of a variable for the invocation result.
Name of a structure; associative array of
arguments to pass to the method.
Overrides username specified in
Administrator > Web Services.
Overrides password specified in
Administrator > Web Services.
The URL of the WSDL file for the web
service.
The timeout for the web service request, in
seconds
The proxy server required to access the
webservice URL.
The port to use on The proxy server.
The user ID to send to the proxy server.
The user's password on the proxy server.
Input parameters. For each named input
parameter specify paramName=paramValue.
tag syntax:
Syntax 3
Invalid
Required
Optional
Optional
Syntax 4A
Syntax 4B
Required
Invalid
Required
Required
Optional
Optional
Optional
Optional

Advertisement

Table of Contents
loading

This manual is also suitable for:

Coldfusion mx

Table of Contents