Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 32648 invoked from network); 2 Nov 2006 11:33:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Nov 2006 11:33:43 -0000 Received: (qmail 51011 invoked by uid 500); 2 Nov 2006 11:33:51 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 50966 invoked by uid 500); 2 Nov 2006 11:33:50 -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 50937 invoked by uid 99); 2 Nov 2006 11:33:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Nov 2006 03:33:50 -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; Thu, 02 Nov 2006 03:33:38 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 652417142C1 for ; Thu, 2 Nov 2006 03:33:18 -0800 (PST) Message-ID: <15235399.1162467198410.JavaMail.root@brutus> Date: Thu, 2 Nov 2006 03:33:18 -0800 (PST) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Reopened: (AXIS2-1561) Java2WSDL generates incorrect WSDL In-Reply-To: <3689575.1162287796915.JavaMail.root@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org [ http://issues.apache.org/jira/browse/AXIS2-1561?page=3Dall ] Davanum Srinivas reopened AXIS2-1561: ------------------------------------- Assignee: Deepal Jayasinghe =20 Deepal, Please look into this. thanks, dims > Java2WSDL generates incorrect WSDL > ---------------------------------- > > Key: AXIS2-1561 > URL: http://issues.apache.org/jira/browse/AXIS2-1561 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Bug > Affects Versions: nightly > Reporter: Manuel Ernstberger > Assigned To: Deepal Jayasinghe > > When I generate a WSDL from a Java class with the latest nightly build of= Axis2, in the generated WSDL the "wsdl:fault" element has no "name" attrib= ute, as it is supposed to be. > My Java class looks like that: > public class TestWSImpl implements TestWS { > public void ping(String text){ > System.out.println(text); > } > =20 > public String echo(String text) { > System.out.println(text); > return text; =20 > } > } > And this is the resulting WSDL: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > = --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://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