Thanks for the replies.  I'm not wanting an array.  Yes, I could just stick the 
returned single ObjectProxy in an array, but now I have an undefined object 
inside of an array.  This works if I'm taking the returned data and binding it 
to some control, but I'm actually needing tp parse the returned data in an 
intelligent way.  I'd like to access the object directly as the VO, not a 
generic object, that is, typed to my VO, not ObjectProxy.  I understand why it 
does this, it does this because it was expecting an array of VOs and when it 
only gets one, it can't deserialize it to the VO.  The problem is, how to get 
it to work in both cases (single object returned, and array of objects).

The VOs are defined on the client side.



Reply via email to