I have a Java Bean with protected setters (getters are public). BeanSerializer seems to work fine (i checked soap xml), but after deserialization the resulting object returns incorrect values. No exceptions are thrown in axis.log. If I change setters in my bean class to 'public', everything works. So, it seems like BeanDeserializer can only deserialize if setters are public. Is that so, and if 'yes' is there any way trick to make the deserializer work if setters are non-public (say protected)?

thanks
-nikita
begin:vcard
fn:Nikita Tovstoles
n:Tovstoles;Nikita
adr:;;;;CA;;USA
email;internet:[EMAIL PROTECTED]
tel;work:408-276-5348
tel;cell:408-276-5348
x-mozilla-html:TRUE
version:2.1
end:vcard

Reply via email to