Grab a copy of Charles and see what the object is when it is returned.
Also, set a breakpoint when the result is returned and look at the
object type in the result.

You may not have the object bindings set correctly for Flex to auto
convert the objects.


--- In flexcoders@yahoogroups.com, Sceneshift <j...@...> wrote:
>
> 
> Thanks for the reply, although this is throwing an error for me. I'm
using
> WebOrb, if that makes any odds?
> 
> 
> kratosaurus wrote:
> > 
> > Try:
> > 
> > var testVO:TestVO = e.result.serverInfo.initialData as TestVO;
> > (depending on how you've constructed your data for return from php)
> > 
> > Also, throw a breakpoint into your app where the remote comes back
- then
> > take a look inside the *result* object.
> > 
> > You'll have the *result.serverInfo* object, which itself contains *
> > initialData*, *serviceName*, *columnNames* among others.
> > 
> > Cheers.
> > 
> > 
> 
> -- 
> View this message in context:
http://www.nabble.com/PHP-Remoting-and-value-objects-tp21674002p21683571.html
> Sent from the FlexCoders mailing list archive at Nabble.com.
>


Reply via email to