Hi,

I came across a problem in Apache Soap 2.2, that I am wondering if the
developers can fix it in the next release.  I post this to this group
first so other users can verify my problem.  In a Java bean
deserializer, the getName() method of a PropertyDescriptor
(pds[i].getName), by default, returns the name of the property with
first character of the name of the property in lowercase.  However, in
apache soap (propertyName.equals(pds[i].getName())) was used, which is
case-sensitive -- resulting a Unable to retrieve PropertyDescriptor for
property "..." error, if the property name is in proper case (like
Property instead of property)  

I'd greatly appreciate it if the next release of the library can fix
this problem.

Thanks,
Adrian

Reply via email to