Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

How to access data in different server with flex3 remoteobject

Avatar

Level 1
I am trying to access data from cfc that is in different pc
through network and coldfusion 8, flex3 and sql server are in diff.
pcs. So how can I access the cfc file in different pc using remote
object which will return the data from another server using dsn? I
can connect to the service if coldfusion and flex are kept in same
pc. How can I access it in diff. pc?what will be destination and
source param values?



Any help is appreciated.
1 Reply

Avatar

Level 2
Hi,



You should be able to achieve this by changing the end point
URL of the channel you are using in the services-config.xml. The
end point URL should point to the server where your CF is deployed.




Hope this helps.