cfinvoke returnvariable
I'm not completely clear on how cfinvoke works.
Am I using the returnvariable correctly with this cfinvoke?
Would the variable scope name be the returnvariable name?
Is it returned parsed?
Can the return value come back to the same page that had the cfinvoke on it or should it be a separate page?
<cfinvoke component="#PaymentGateway#" method="createSubscription" returnvariable="result">
<cfoutput>#result.resultcode#</cfoutput>
Thanks!
