The Adobe Flex in a Week Day 2 covers web services (although not sure if they are CF specific....but good training on the Flex side of things at least).
One caveat with this as well is be sure to update your services-config.xml file so that ColdFusion arrays are serialized to ArrayCollections. <serialize-array-to-arraycollection>true</serialize-array-to-arraycollection> http://help.adobe.com/en_US/ColdFusion/9.0/Developing/WS5B9C73A8-5FA2-4a54-B0C6-CECA2E20052D.html --- Mary Jo --- In [email protected], Brendan Meutzner <bmeutzner@...> wrote: > > You need to look at using a RemoteObject, HTTPService, or WebService > component in Flex. > > There are plenty examples of using CF with Flex... here's a tutorial to get > started: > > http://www.adobe.com/devnet/flex/articles/fcf_getting_started_coldfusion_flex.html > > > > > On Tue, Sep 13, 2011 at 8:12 AM, lincoln <lincoln.a@...> wrote: > > > ** > > > > > > Hi , > > I want to parameters to cfm file from flex.. the parameters contains arrays > > and objects ... please help me how to do this > > > > > > >

