Provide compatibility to Axis 1.x for generated code.
-----------------------------------------------------

                 Key: AXIS2-1633
                 URL: http://issues.apache.org/jira/browse/AXIS2-1633
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: New Feature
          Components: codegen
         Environment: any
            Reporter: Amila Chinthaka Suriarachchi
            Priority: Minor


The generated code with WSDL2Java in axis 1.x has followed a different 
convention than the Axis2. Therefore it is difficult, one to test the existing 
service implementation class (for axis 1.x)  with Axis2. There are mainly two 
reasons for this.
1. Class names are different both in serverside and client side.
      Axis 1.1 has used the <portType name> as the interface class name and the 
<binding name> + "Impl" as the Skelton class name. In client side stub name has 
taken as the <binding name> + "Stub". See the user guide 
http://ws.apache.org/axis/java/user-guide.html

2. Method singatures are different.
    Axis 1.x remove the wrapper of the request objects at the method signature.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Reply via email to