CFINVOKE
This tag lets you call a CFC, WebService or JavaComponent
Usage
<cfinvoke>
Attributes
| Attribute | default | required | summary |
|---|---|---|---|
| ATTRIBUTECOLLECTION | A structure containing the tag attributes | ||
| COMPONENT | The name of the component to call | ||
| METHOD | The name of the method from the component to call | ||
| RETURNVARIABLE | The name variable to put the result in | ||
| WEBSERVICE | The WSDL URL of the webservice to call | ||
| TIMEOUT | The timeout variable for the SOAP call | ||
| PROXYSERVER | The proxy server for the SOAP call | ||
| PROXYPORT | The proxy port for the SOAP call | ||
| PROXYUSER | The proxy username for the SOAP call | ||
| PROXYPASSWORD | The proxy password for the SOAP call | ||
| USERNAME | The username for the SOAP call | ||
| PASSWORD | The password for the SOAP call | ||
| SERVICEPORT | The port name for the SOAP call | ||
| ARGUMENTCOLLECTION | The structure that holds all the arguments |
