调用RemoteObject时一个很奇怪的现象

不知为什么每次在调用ReomteObject时,都会出现这种错误:

[RPC Fault faultString="No destination with id 'userRO' is registered with any service." faultCode="Server.Processing" faultDetail="null"],

意思大概是说,userRO这个service没注册,所以找不到。

 

然后我在<mx:RemoteObject id="user" destination="userRO">...</mx:RemoteObject>标签

上加入endpoint="http://localhost:9999/crm/messagebroker/amf"后就能正常运行,然后我尝试

把endpoint="http://localhost:9999/crm/messagebroker/amf"这句删除了,然后再调用,居然

也是正常的,很奇怪,开始我没有加endpoint="http://localhost:9999/crm/messagebroker/amf"

不能正常运行,而加了之后又删除了却能正常运行。。。

 

奇怪ing。。。

你可能感兴趣的:(xml)