Axis2 Backward compatibility mode
---------------------------------

                 Key: AXIS2-1523
                 URL: http://issues.apache.org/jira/browse/AXIS2-1523
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Improvement
          Components: codegen
            Reporter: Eran Chinthaka


When we code-gen out of a WSDL in Axis2 and when we compare that generated code 
with that you get from Axis 1.X there are couple of differences. Out of them if 
following can be done, when makeBackwardCompatible flag is on, it will great 
for  users who are transferring from Axis 1.x to Axis2.

1. Remove the wrapping of generated request/response objects. Axis 1.x does not 
generate classes for top level element, or at least they are not visible in 
method signatures.

2. Rename the Axis2 generated impl/interface class to follow the same 
naming convention and interface as in axis1.1.
    For example:

         <servicename>Skeleton.java (Axis2) should be renamed to 
<servicename>BindingImpl (Axis1)
         <servicename>SkeletonInterface (Axis2) should be renamed to 
<sevicename>Interface (Axis1)

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