Invoke
Method Signature
Invoke(object=[any], method=[string], arguments=[any])Arguments
Argument
Type
Required
Description
Default
Examples
Invoke a Java Method
invoke( createObject( "java", "java.util.HashMap" ), "size" );
Invoke a method on a component
Invoke a method on a webservice with one argument
Invoke a method on a webservice with multiple arguments
Additional Examples
Related
Last updated
Was this helpful?
