I am trying to work out the correct syntax for calling a dynamic method within ColdFusion 9. I have tried a number of variations and had a good
Assuming the method is in your current (variables) scope, you could try:
var result = variables[reflectionMethod.getMethodName()](argumentCollection = params);