There was the package name changed by backend guys. Thanks for the help. On Fri, Dec 5, 2014 at 4:17 PM, Alex Harui <[email protected]> wrote:
> > > On 12/5/14, 12:48 PM, "mark goldin" <[email protected]> wrote: > > >I am receiving some data from the server. > >Charles shows that Response's body is as of type .........ReportResults > >but in code I see that result is as of type ObjectProxy and I cannot cast > >it into ReportResults. > >That code worked before, what exactly went wrong? > > The package names have to match exactly, otherwise you’ll get ObjectProxy. > > Also, if your app has modules, if the module holds the data class and the > main app holds the RemoteObject instance, the underlying NetConnection may > not know about the data class as it is in a child ApplicationDomain. > > > -Alex > >
