Try adding <mx:TraceTarget /> to you main application file and run the application in debug mode. You should get more information in the console window showing traffic.
Also test that the endpoint is working: example: https://local/doh2/applinks/ServiceTester/messagebroker/amfsecure Also deploy ds-console.war you will find this at the main dir created during install You hit it with this URL http://localhost:8400/ds-console/ Change your port # ect... This will allow you to see what is going on inside the server Steps to Create Flex Project in Eclipse File>New >Flex Project Under Server Technology Choose J2EE Next> Set the Root Folder ect... This should work I have done this many times More Help http://learn.adobe.com/wiki/display/Flex/Creating+Flex+Builder+Project s+that+Use+Server+Technologies http://techblogging.wordpress.com/2008/03/02/setting-up-blazeds-with- flex/

