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?