services-config.xml is the right file, i think remoting-config is for when using LCDS but i'm not really sure on that, look for
<method-access-level>remote</method-access-level> in your destination definition. On 10/26/07, geoffreymina <[EMAIL PROTECTED]> wrote: > > Thanks for the answer. I only have the services-config.xml where is > the remoting-config.xml file? Is this server side, or client side? > > Thanks, > Geoff > > --- In [email protected] <flexcoders%40yahoogroups.com>, João > Fernandes > <[EMAIL PROTECTED]> wrote: > > > > by default you can only invoke remote functions, not public ones. To > > allow public functions to be called from a flex front-end you need to > > change de configuration of the ColdFusion destination. > > Check the remoting-config.xml if you have the method-access-level > > property set to remote. To allow both public and remote this value is > > set to 'public and remote'. > > -- > > > > João Fernandes > > > > http://www.onflexwithcf.org > > http://www.riapt.org > > > > >

