The code actually works as expected as long as I am calling from the
webroot (ex. myApp.cfc.SomeComponent)  -However, I have posted it
below for your review.

        <mx:RemoteObject id="myService"
         destination="ColdFusion"
         result="event.token.resultHandler(event)"
         fault="event.token.faultHandler(event)"
         source="{myMapping.myService'}"
         showBusyCursor="true" />

As far as the two XML files are concerned, I do not have the file
flex-enterprise-services.xml on my local machine. The only file I have
is services-config.xml

Keep in mind that on my machine locally, I am running the developer
edition of CF7.

Thanks you all for helping me to try and figure this out.







--
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/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> 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