Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 1133 invoked from network); 30 Jul 2008 05:28:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jul 2008 05:28:29 -0000 Received: (qmail 99433 invoked by uid 500); 30 Jul 2008 05:28:24 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 99312 invoked by uid 500); 30 Jul 2008 05:28:24 -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 99288 invoked by uid 99); 30 Jul 2008 05:28:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 29 Jul 2008 22:28:23 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jul 2008 05:27:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id AC37A234C185 for ; Tue, 29 Jul 2008 22:27:31 -0700 (PDT) Message-ID: <1486167886.1217395651704.JavaMail.jira@brutus> Date: Tue, 29 Jul 2008 22:27:31 -0700 (PDT) From: "Dhirendra Singh (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Issue Comment Edited: (AXIS-2755) The code generated by AXIS gets compilation errors when using a complex WSDL that includes other XSDs In-Reply-To: <1273791402.1217310991763.JavaMail.jira@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 [ https://issues.apache.org/jira/browse/AXIS-2755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617710#action_12617710 ] dhirendra_logicon edited comment on AXIS-2755 at 7/29/08 10:27 PM: ----------------------------------------------------------------- It contains the WSDL file used to generate codes using AXIS 1.4 > The code generated by AXIS gets compilation errors when using a complex WSDL that includes other XSDs > ----------------------------------------------------------------------------------------------------- > > Key: AXIS-2755 > URL: https://issues.apache.org/jira/browse/AXIS-2755 > Project: Axis > Issue Type: Bug > Affects Versions: 1.4 > Environment: SunOS 5.10 (Solaris), Java 1.4 > Reporter: Dhirendra Singh > Priority: Blocker > Fix For: 1.4 > > Attachments: CodeGenerated.zip, MessageInterfaces.zip > > Original Estimate: 2h > Remaining Estimate: 2h > > The code generated by AXIS in our software gets compilation errors when using a complex WSDL that includes other XSDs. > The attached MessageInterfaces.zip file contains the xsdl file at MessageInterfaces\wsdl\billingServices\v3.3\GetProfile.wsdl. This file contain references to other xsd files which are located in different directories inside the zip file. CodeGenerated.zip file contains the codes generated by AXIS 1.4. The problem in the generated files is that in some classes like CustomerListEntity and Phone, constructors of the super classes are called with input parameters in different orders than specified in the constructor definition. > It's a problem in Pre-Production environment and need an urgent solution. Due to this problem, our product is not at all configurable at the customer end. -- 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: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org