Upgrade to CF9 breaks Flex to CF remoting
I have been developing Flex 2 (Cairngorm) remoting applications with Coldfusion 8 with integrated LCDS on IIS. I recently upgraded the server to CF9. Prior to the upgrade, remoting to my CFCs worked flawlessly. However, after the upgrade I get this error when calling Remote Object:
[RPC Fault faultString="Send failed" faultCode="Client.Error.MessageSend" faultDetail="Channel.Connect.Failed error Invalid URL"]
I develop on a machine (Michael) and the web root is on IIS server (mdr009). The web root on the IIS server is C:\Inetpub\wwwroot (which is also a shared folder). My compiler argument in Flex Builder is "-services "\\mdr009\wwwroot\WEB-INF\flex\services-config.xml" -locale en_US". This configuration worked with CF8 no problem, and works again when I uninstall CF9 and revert back to CF8.
I tried to disconnect the CF8/IIS connector, stop the CF8 services and set them to manual startup, but this doesn't seem to help any. I can change the URI endpoint in services-config.xml to any location like http://neverneverland/flex2gateway and still get the same error.
I have tried MANY different fixes, but can't seem to get it working. I'd be glad to supply more information if needed. Can anyone help me please?
-Michael
