[RPC Fault faultString="[MessagingError message='Destination 'MusicService' eith

因这个问题费了好大劲,不过最后终于弄出来了!希望对大家会有帮助。
这种情况有以下几种情况:
1.看你的前台是与后台同时发布在服务器上,如果是的话,那就是flex下services-config.xml中配置出错了。检查下里面的配置是不相互的对应,flex中的destination,和channel-definition中的endpoint。endpoint中的uri正确的配置是:uri="http://{server.name}:{server.port}/(你的项目名)/messagebroker/amf";
http://www.iteye.com/topic/368600 有对endpoint的发表的博文
2.你的前台不是与后台同时发布在服务器上,则需要指定前台mxml文件的中的remoteObject节点的endpoint,正常为endpoint="//server:端口/你的项目名/messagebroker/amf",可以根据endpoint获得远程调用的Destination ,当然如果
同时发布在服务器上的话,则无须指定endpoint了

http://www.iteye.com/wiki/topic/791459,也有对类似情况的处理方案

你可能感兴趣的:(flex,Flex,ITeye,XML)