All,

Thank you for the input. Extremely valuable lessons learned.

My issue was that the CF server did not have the WEB-INF/flex folder
nor the services-config.xml installed in the web root. It was in a
sub-folder of the web root.

Moved the folder to the web root, recompiled and 'voila...all works as
advertised.

jh

--- In flexcoders@yahoogroups.com, "jch92592" <jch92...@...> wrote:
>
> I am trying to get a Flex App to access a Cold Fusion CFC on my CF 7.0.2
> server.
> 
> I get the following error:
> 
> MessagingError message='Destination 'ColdFusion' either does not exist
> or the destination has no channels defined (and the application does
> not define any default channels 
> 
> 
> Using:
> 
>  <mx:RemoteObject
>         id="userRequest"
>         destination="ColdFusion"
>         source="flexapp.returnusers">
> 
>     <mx:method name="returnRecords" result="returnHandler(event)"
>      fault="mx.controls.Alert.show(event.fault.faultString)"/>
>     <mx:method name="insertRecord" result="insertHandler()"
>          fault="mx.controls.Alert.show(event.fault.faultString)"/>
> </mx:RemoteObject>
> 
> (This and the CFC are sample files from the Flex 3 Docs.)
> 
> If I use the local developer edition of the CF server (same version)
> all works well, no errors.
> 
> Does anyone have an idea of what the issue could be?
> How about a good resource (book, article, consultant) to assist?
> 
> Can anyone explain what the "Destination" parameter is? 
> 
> thank you in advance.
> 
> jh
>


Reply via email to