I have a problem when calling a CFC from Flex 2 Beta 3.

When I use :

<mx:RemoteObject id="phoneService"
            destination="ColdFusion"
            result="event.call.resultHandler(event)"
            fault="event.call.faultHandler(event)"
            showBusyCursor="true"
source="com.mycompany.phones.service.PhoneService" />

I get a message when the app starts saying that it cant find ColdFusion. It seems that the flex-enterprise-services.xml doesn't have the definition for ColdFusion in it.

What should have been added?

Can I add it manually?

I am using a CFMX 7 Multiserver configuration with the flex server on port 8700.

Kevin Roche




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




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to