Incorrect schema element names
------------------------------

                 Key: AXIS2-4047
                 URL: https://issues.apache.org/jira/browse/AXIS2-4047
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: wsdl
    Affects Versions: 1.3, 1.4
         Environment: windows xp pro
            Reporter: Balaji Hari
            Priority: Critical
         Attachments: SchemaGenIssue.zip

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) SchemaGenIssue.zipwhich 
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 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to