Hi
I m facing some
problem while the deserialization of SOAP result from a RPC
call . This error is coming
"org.apache.axis.encoding.ser.BeanPropertyTarget
set - Could not convert java.lang.Boolean to bean field
'<my_bool_var>', type
java.lang.String"
After some investigation i came to know that this was
coming because my classes are not according to bean specification. Some
variables have getter which returns boolean and setter which takes string. Due
to this , the soap cannot be deserialized at the client side
.
I dont want to change my classes as this will have
impact on many other things.
The other way is that i implement some custom
serialization/deserialization of my classes . Please tell me if this is possible
and if it is , how can it be done.
Any links or samples or alternative solution to
this problem will be very helpfull in solving this problem quickly
.
Thanks
Atul
