do nested complex types require custom deserializers in axis? in other words,
if i have a response that looks something like this:
<Employee>
<FavoriteColor>
<description>a very beautiful blue</description>
<color>blue</color>
</FavoriteColor>
<Age>13</Age>
<Height>5' 11"</Height>
</Employee>
is it insufficient to register a TypeMapping just for the Employee class? do
i also have to define a TypeMapping for the FavoriteColor and somehow link it
into the Employee TypeMapping?
if so, ... how?
-c
--
17:05:00 up 6:35, 10 users, load average: 0.58, 0.46, 0.30