I am not able to contact my cfc with FDS, even though it works like a charm with remoting.
As far as I am concerned, I have set everything up correcly: I am running the FDS JRun4 server, I have set up both my destination in data-management-config.xml and the coldfusion-dao adapter in services-config.xml (both in WEB-INF/flex folder of FDS default server). I have my cfc's in the CF root (Assembler, DAO, Bean) with all the required FDS methods/functions (fill, count, etc...) and made sure they are accessible. But it still tells me that it cannot find the Assembler component. Can anyone give me any pointers as to how I can find where the source of the problem is or how to debug this? I am running CF 7.0.2 w/ multiserver configuration using IIS, and using Flex Builder 2.0.1 and FDS 2 (w/ JRun4) Thank you!

