Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 70527 invoked from network); 31 Oct 2006 16:54:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Oct 2006 16:54:13 -0000 Received: (qmail 47400 invoked by uid 500); 31 Oct 2006 16:54:20 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 47354 invoked by uid 500); 31 Oct 2006 16:54:20 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 47343 invoked by uid 99); 31 Oct 2006 16:54:20 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Oct 2006 08:54:20 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Oct 2006 08:54:06 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 663F97142BF for ; Tue, 31 Oct 2006 08:53:46 -0800 (PST) Message-ID: <7567886.1162313626401.JavaMail.root@brutus> Date: Tue, 31 Oct 2006 08:53:46 -0800 (PST) From: "Thilina Gunarathne (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Resolved: (AXIS2-1523) Axis2 Backward compatibility mode In-Reply-To: <25526386.1161935416491.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/AXIS2-1523?page=all ] Thilina Gunarathne resolved AXIS2-1523. --------------------------------------- Resolution: Fixed Applied the patch http://svn.apache.org/viewvc?view=rev&rev=469535. Thanx Amila > 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 > Attachments: AxisServiceBasedMultiLanguageEmitter.java-patch-311006.txt > > > 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: > Skeleton.java (Axis2) should be renamed to > BindingImpl (Axis1) > SkeletonInterface (Axis2) should be renamed to > 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: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org