We found this interesting issue in Axis2 1.3 / 1.4. When an abstract class is
used to generate WSDL using Java2WSDL the schema type elements corresponding
to method arguments are named as param0, param1 whereas when a concrete
class is used it is able to retrieve correct parameter names e.g. username,
password which are used to generate WSDL. 

ParamReader.java has issues in retrieving parameter names from abstract
class.

I have attached eclipse project (TestParamReader.java) 
http://www.nabble.com/file/p19628588/SchemaGenIssue.zip SchemaGenIssue.zip
which retrieves parameter names using abstract class as well as concrete
class.

Is this a known issue? If no can you provide us a fix?

Balaji
-- 
View this message in context: 
http://www.nabble.com/Incorrect-schema-element-names-tp19628588p19628588.html
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to