简体   繁体   中英

Remote object in flex mobile application

Can anyone explain me, First of all is it possible to use remote object in Flex mobile application? If so then what could be the issue for getting following exception?

Error detail: "Channel.Connect.Failed error The application name specified during connect is invalid."

FaultString: "Send failed 
 in - [RemoteObject  destination="VuetalkerLogin" source="VueTalkerDotnet.VueTalkerContact" channelSet="[ChannelSet weborb-rtmp ]"]"

Here things to be noted is the same function is to be called properly if I call it using NetConnection.call();

Secondly, When I am trying to call the same source in Flex web application that remote object invocation works properly.

So can anyone guide me what could be the issue?

The "application name invalid" probably means that at the FMS server you don't have a sub-dir of that name (which you use in the connect() call) in ..../applications dir.

Or that you don't have a main.asc file in that sub-dir

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM