I guess <method-access-level>remote</method-access-level> in this case means public *and* remote.
I may be wrong but that's how I understand it. Since my CFC is set to public access and my services-config states remote I can access both CFCs makred as remote and public. Someone please correct me if I am wrong. Cheers Stefan On 14 Feb 2008, at 23:39, João_Fernandes wrote: > Kym I understand that but why then there is that parameter > (method-access-level) in the ColdFusion Remoting definition if all > public methods are available anyway? > > --------------------------------------------------------------------------------------------------------- > <properties> > <source>*</source> > <!-- define the resolution rules and access level of the > cfc > being invoked --> > <access> > <!-- Use the ColdFusion mappings to find CFCs, by > default only CFC files under your webroot can be found. --> > <use-mappings>false</use-mappings> > <!-- allow "public and remote" or just "remote" methods > to be invoked --> > <method-access-level>remote</method-access-level> > </access> > --------------------------------------------------------------------------------------------------------- > -- > > João Fernandes > > http://www.onflexwithcf.org > http://www.riapt.org > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:4947 Subscription: http://www.houseoffusion.com/groups/Flex/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
