I believe this is down to the Java Beans naming standard. Check out section
8.8 of the spec.
http://java.sun.com/products/javabeans/docs/beans.101.pdf - "capitalization
of inferred names".

Max

-----Original Message-----
From: Jonathan Melvin [mailto:[EMAIL PROTECTED]
Sent: 31 July 2003 11:49
To: [EMAIL PROTECTED]
Subject: Java2WSDL propety names


I am returning a bean from a web service.
Say the bean has 3 propeties as below

PROP_ONE
Prop_Two
PRop_Four

in the WSDL file these end up as

PROP_ONE
prop_Two
PRop_Four

Notice that the second property has had its first letter set to lowwer
case while the other names have been left alone.

Any ideas why this is happening and how I can stop it?

Jon M


This e-mail may contain privileged and confidential information and should
not be used by anyone who is not the original intended recipient(s). If you
have received this e-mail in error, please notify us immediately by using
the reply facility on your e-mail system.

Reply via email to