You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Amila Chinthaka Suriarachchi (JIRA)" <ji...@apache.org> on 2006/11/07 11:36:51 UTC

[jira] Updated: (AXIS2-1633) Provide compatibility to Axis 1.x for generated code.

     [ http://issues.apache.org/jira/browse/AXIS2-1633?page=all ]

Amila Chinthaka Suriarachchi updated AXIS2-1633:
------------------------------------------------

    Attachment: 1633.tar

This patch should generate the backword compatible code for server side. when -b flag on

> 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
>         Attachments: 1633.tar
>
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org