Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 22429 invoked from network); 10 Mar 2008 10:28:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Mar 2008 10:28:49 -0000 Received: (qmail 47658 invoked by uid 500); 10 Mar 2008 10:28:44 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 47353 invoked by uid 500); 10 Mar 2008 10:28:43 -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 47342 invoked by uid 99); 10 Mar 2008 10:28:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Mar 2008 03:28:43 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [156.80.1.71] (HELO mclniron01-ext.bah.com) (156.80.1.71) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Mar 2008 10:28:04 +0000 x-SBRS: None X-REMOTE-IP: 156.80.7.152 X-IronPort-AV: E=Sophos;i="4.25,473,1199682000"; d="scan'208";a="6611871" Received: from bahmail.bah.com (HELO mclnexbh02.resource.ds.bah.com) ([156.80.7.152]) by mclniron01-int.bah.com with ESMTP; 10 Mar 2008 06:28:11 -0400 Received: from MCLNEXVS07.resource.ds.bah.com ([156.80.7.143]) by mclnexbh02.resource.ds.bah.com with Microsoft SMTPSVC(6.0.3790.1830); Mon, 10 Mar 2008 06:28:11 -0400 x-mimeole: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: [jira] Resolved: (AXIS2-3551) Java2WSDL creates WSDLs that fail Eclipse validation Date: Mon, 10 Mar 2008 06:28:08 -0400 Message-ID: In-Reply-To: <504023089.1205141869098.JavaMail.jira@brutus> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [jira] Resolved: (AXIS2-3551) Java2WSDL creates WSDLs that fail Eclipse validation Thread-Index: AciCkp4WYxR53jpuTcKbfTFgsMoICwABoJUA References: <636684077.1204103331254.JavaMail.jira@brutus> <504023089.1205141869098.JavaMail.jira@brutus> From: "Hoda, Nadeem [USA]" To: X-OriginalArrivalTime: 10 Mar 2008 10:28:11.0138 (UTC) FILETIME=[70A2BE20:01C88299] X-Virus-Checked: Checked by ClamAV on apache.org Deepal,=20 This may also fix:=20 https://issues.apache.org/jira/browse/AXIS2-3444 I need to do further testing, but my initial results seem very promising. Thanks,=20 Nadeem=20 -----Original Message----- From: Deepal Jayasinghe (JIRA) [mailto:jira@apache.org]=20 Sent: Monday, March 10, 2008 1:38 PM To: axis-dev@ws.apache.org Subject: [jira] Resolved: (AXIS2-3551) Java2WSDL creates WSDLs that fail Eclipse validation [ https://issues.apache.org/jira/browse/AXIS2-3551?page=3Dcom.atlassian.jir= a .plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe resolved AXIS2-3551. -------------------------------------- Resolution: Fixed Issue should be fixed in the current SVN head Thank you, Deepal > Java2WSDL creates WSDLs that fail Eclipse validation > ---------------------------------------------------- > > Key: AXIS2-3551 > URL: https://issues.apache.org/jira/browse/AXIS2-3551 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: codegen, wsdl > Affects Versions: 1.3 > Reporter: Paul Fremantle > Assignee: Deepal Jayasinghe > Fix For: 1.4 > > > I recently used the Eclipse WebTools WSDL validator. It doesn't like=20 > the way that Axis2 creates Schemas. If you look at the AddressBook=20 > WSDL that gives you a good example. > > attributeFormDefault=3D"qualified" elementFormDefault=3D"qualified" > targetNamespace=3D"http://service.addressbook.sample"> > > .... wrapper elements here > > attributeFormDefault=3D"qualified" elementFormDefault=3D"qualified" > targetNamespace=3D"http://entry.addressbook.sample/xsd"> > > .... data type elements here The problem is that the=20 > wrapper elements refer to the data-type complextypes, which are=20 > defined in two separate schema chunks. So the Eclipse WSDL validator=20 > sees these as separate and cannot resolve the cross references. > Now the reason - I'm guessing - that Axis2 generates these in separate > schema chunks, is because it wants to give them separate target=20 > namespaces. > So either this needs to create a single Schema chunk or a link between them. -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org