services-config.xml has changed quite a lot in CF9
I've noticed that the services-config.xml has changed quite a lot in CF9
I can't see
<destination id="ColdFusion">
<channels>
<channel ref="my-cfamf"/>
</channels>
in the file.
So I wonder how my flex apps still work with code like this:
<mx:RemoteObject id="myService" destination="ColdFusion"
