Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 65847 invoked from network); 20 Apr 2006 09:38:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Apr 2006 09:38:31 -0000 Received: (qmail 77646 invoked by uid 500); 20 Apr 2006 09:38:09 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 77580 invoked by uid 500); 20 Apr 2006 09:38:09 -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 77551 invoked by uid 99); 20 Apr 2006 09:38:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Apr 2006 02:38:09 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Apr 2006 02:38:08 -0700 Received: from brutus (localhost.localdomain [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 067DE7142DC for ; Thu, 20 Apr 2006 09:37:07 +0000 (GMT) Message-ID: <32233378.1145525827023.JavaMail.jira@brutus> Date: Thu, 20 Apr 2006 09:37:07 +0000 (GMT+00:00) From: "Ajith Harshana Ranabahu (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-310) WSDL2java used with 'extension base' ignores base class In-Reply-To: <2133505902.1132921856112.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/AXIS2-310?page=comments#action_12375307 ] Ajith Harshana Ranabahu commented on AXIS2-310: ----------------------------------------------- I'm not really sure what the exact issue here is but it seems to be an XMLBeans issue to me. Would it be benificial if this is reported in the XMLBeans issue? > WSDL2java used with 'extension base' ignores base class > ------------------------------------------------------- > > Key: AXIS2-310 > URL: http://issues.apache.org/jira/browse/AXIS2-310 > Project: Apache Axis 2.0 (Axis2) > Type: Bug > Components: wsdl > Versions: 0.92 > Environment: Java 5.0, linux, latest svn > Reporter: trebor iksrazal > Assignee: Ajith Harshana Ranabahu > > This issue was present in 1.2 and resolved in 1.3 : > http://issues.apache.org/jira/browse/AXIS-2165 > This is the constructor in 1.3 : > public ReturnWeb_Login( > java.lang.String errorMessage, > int successErrorCode, > java.lang.String SOAP_Session_id, > java.lang.String web_user_name) { > super( > errorMessage, > successErrorCode); > this.SOAP_Session_id = SOAP_Session_id; > this.web_user_name = web_user_name; > } > This is the constructor in 2.0 from the latest svn : > public ReturnWebLoginImpl(org.apache.xmlbeans.SchemaType sType) > { > super(sType); > } > With getters and setters for SOAP_Session_id and web_user_name, but nothing > for errorMessage and successErrorCode. > This is the wsdl , validated by the SOA editor from cape clear, and with a few fixes applied from suggestions from the dev list. > > > > > > > > > type="int"/> > > > > > > type="string"/> > > > > > > > > > > > > > > > > > > > > > > > > > > type="tns:CallCentreWebEndpoint"> > > > > > > > > > > > > > > > I'm willing to help where ever I can. > iksrazal -- 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