On Fri, Dec 07, 2007 at 01:20:55PM -0000, triggersoftware wrote:

> It looks to me like the Flash deserialising code can't deal when an
> array is sent back with other objects at the same level:
> 
> <someObject>
>    <grades>
>    <grades>
>    <grades>
>    <someOtherObject>
> </someObject>
> 
> It doesn't work properly out that it's an array unless all sibling
> "nodes" are of the same type:
> 
> <someObject>
>    <gradeWrapper>
>      <grades>
>      <grades>
>      <grades>
>    </gradeWrapper>
>    <someOtherObject>
> </someObject>

We found the same thing, luckily we are only consuming our own services and we 
were able to wrap all the arrays in wrapper elements as you describe.


-Jeff

Reply via email to