I'm trying to create an API framework that will allow authentication without passing the user data for every call. Essentially I'd be making a Web Service call to a CFC, but before the CFC is invoked I'd like to run a security process based off the session information passed within the SOAP header and then manually invoke the CFC being called by the Web Service. Also, the CFC that I'd like to invoke manually would already be instantiated within the application scope. I know that right now a Web Service automatically instantiates the CFC that's being called, but I'd like a bit more control over that via something like the onCFCRequest method from within the Application.cfc. The Web Service indeed is being called via a Flex app. Daniel
On Tue, Sep 15, 2009 at 8:29 PM, Alan Holden <[email protected]> wrote: > > Are you trying to get your Flex app to call a web service that's an > OpenBD CFC and then read a query that's contained in the result? > > Or something else? > > Alan K. Holden > > > > > > --~--~---------~--~----~------------~-------~--~----~ Open BlueDragon Public Mailing List http://groups.google.com/group/openbd?hl=en official site @ http://www.openbluedragon.org/ !! save a network - trim replies before posting !! -~----------~----~----~----~------~----~------~--~---
