Flex remoting call to ColdFusion to call another web service.
I am new to ColdFusion and am planning an ambitous project that would use ColdFusion as a consumer. I am using Flex as a front end and, through Flash Remoting, would like to call a cfc that, in turn, calls a web service, but I don't see how to return the web service data back to Flex. I am guessing that the remoting call from within Flex will expect a return, and the web service call from within ColdFusion will expect a return variable, and that ColdFusion will automatically return to the return variable to the Flex call. Can someone please comment on this and send me in the right direction? Thanks.
