Hi,

Thanks for your reply...

Our problem is that the http service isn't returning e4x or xml (even though
the returnResult is set to that) if the data levels are 4 or more. It's
coming back as untyped Objects.

Normally we would call the HTTP Service asking for e4x, get the data back in
the response and pass the XML through a parser so it returns a type Object.


Cheers,
Nick




2010/1/6 claudiu ursica <the_bran...@yahoo.com>

>
>
> You should have parser/unmarshaller for the e4x/xml returned by the service
> and handle this situation in there. On the other hand what you are trying to
> achieive doesn't work like that out of the box I mean the conversion. Google
> for the ObjectTranslator utility for flex/as3 and use that to convert your
> object.
>
> HTH,
> C
>

Reply via email to