3 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
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 i