Skip to main content
nikos101
Inspiring
September 21, 2009
Question

I want to allow my local Flex projects to communicate with remote cfcs

  • September 21, 2009
  • 1 reply
  • 1553 views

I want to allow my local Flex projects to communicate with remote cfcs that are hosted on an external server.


For example I usually develop my flex apps locally and upload them to a server for testing. If could do the above I could have just have one database to test and run live data.

How to I set up my services-config.xml to do this. Is this something I should set up in Flex builder?

This topic has been closed for replies.

1 reply

Inspiring
September 21, 2009

You can set up your project in flex builder to connect to the remote server instead of the local one. Also, you could add remote database as a datasource in the cold fusion administrator for the localhost; this would allow you to have single database for testing and production. Personally i like to have my localhost mirroring the production server this allows me to test localy and make sure that everything is working properly before publishing to the live server.

nikos101
nikos101Author
Inspiring
October 8, 2009

thanks