User Guide
cfinvoke 257
History
ColdFusion MX 7: Added the servicePort attribute.
ColdFusion MX 6.1: Added the following attributes:
timeout, proxyServer, proxyPort,
proxyUser, and proxyPassword.
ColdFusion MX: Added this tag.
Attributes
Attribute Req/Opt Default Description
component See
Usage.
String or component object; a reference to a
component, or component to instantiate.
method See
Usage.
Name of a method. For a web service, the
name of an operation.
returnVariable Optional Name of a variable for the invocation result.
argumentCollection Optional Name of a structure; associative array of
arguments to pass to the method.
username Optional Overrides username specified in
Administrator > Web Services.
password Optional Overrides password specified in
Administrator > Web Services.
webservice Required The URL of the WSDL file for the web
service.
timeout Optional The timeout for the web service request, in
seconds
proxyServer Optional http.proxyHost
system property, if
any.
The proxy server required to access the
webservice URL.
proxyPort Optional http.proxyPort
system property, if
any.
The port to use on The proxy server.
proxyUser Optional http.proxyUser
system property, if
any
The user ID to send to the proxy server.
proxyPassword Optional http.proxyPassword
system property, if
any
The user’s password on the proxy server.










