A CFC file can be placed anywhere that a traditional CFM file can be 
placed, within the directories of your OpenBD application. If you are 
able to get your OpenBD app up and running (and can see the successful 
results of the default index page that was packaged within), I would 
start by putting your first CFC file there for testing.

Once you can get a successful [filename].cfc?wsdl XML response on a 
browser, you're ready to point your Flex app to the same URL for testing.

In Flex, you may need to put a breakpoint or two inside the event 
handler function that fires when your Flex app receives the response 
from your new CFC, because the event.result structure might not be 
exactly the same as a the traditional Adobe version, and you'll want to 
stop there and look at it; to insure you use the correct dot notation - 
or ActionScript - to reference your CFC's "payload".

Alan K Holden



--~--~---------~--~----~------------~-------~--~----~
Open BlueDragon Public Mailing List
 http://groups.google.com/group/openbd?hl=en
 official site @ http://www.openbluedragon.org/

!! save a network - trim replies before posting !!
-~----------~----~----~----~------~----~------~--~---

Reply via email to