After reviewing the following topics:
ColdFusion 9 Dynamic Method Call
I still have a question regarding an error. I made an illustration to try and make it clear:
I am wanting to use a variably named function. (But this is Not the problem I am having, I can run a variably named function)
I think it's coming back as undefined because service2's method is being called from the context of service1, and cannot call a method in service1 because service1 is "locked", awaiting a return value from service2 first.
I would like to keep the methods where they are, unless there is no workaround. Am I understanding the problem correctly?
Using CF16 and Framework1.