Hello,

I'm trying to connect to a CFC, but I can't seem to get the 
mappings/settings right.

I have this configured in the flex-enterprise-services.xml...

<destination id="zipflex">
   <channels>
      <channel ref="my-cfamf"/>
   </channels>
   <properties>
      <source>*</source>
      <access>
         <use-mappings>true</use-mappings>
         <method-access-level>remote</method-access-level>
      </access>
   </properties>
</destination>


And I have this in my mxml file...

<mx:RemoteObject id="zs" destination="cfc.zipflex">
  <mx:method name="RJP_Get_Tree">
    <mx:arguments>
      <acctno>{acct.selectedItem.data}</acctno>
    </mx:arguments>
  </mx:method>
</mx:RemoteObject>

We have a mapping in the CF Administrator which directs 'cfc' to a 
folder that containcs our cfc's, and it works fine in ColdFusion.  I 
thought if the 'use-mappings' property of the <destination> was set 
to true, then you could use the CF Admin mappings.  Am I wrong?  Why 
can't it find the CFC?

Thanks.






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to