Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 25950 invoked from network); 16 Nov 2006 11:01:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Nov 2006 11:01:01 -0000 Received: (qmail 40308 invoked by uid 500); 16 Nov 2006 11:01:11 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 40273 invoked by uid 500); 16 Nov 2006 11:01:10 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 40240 invoked by uid 99); 16 Nov 2006 11:01:10 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Nov 2006 03:01:10 -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, 16 Nov 2006 03:00:59 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B2307714326 for ; Thu, 16 Nov 2006 03:00:39 -0800 (PST) Message-ID: <23269047.1163674839727.JavaMail.jira@brutus> Date: Thu, 16 Nov 2006 03:00:39 -0800 (PST) From: "Bozhong Lin (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Updated: (CXF-188) invalid wsdl generated by java2wsdl tool In-Reply-To: <19743266.1162197556720.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/CXF-188?page=all ] Bozhong Lin updated CXF-188: ---------------------------- Fix Version/s: 2.0-RC (was: 2.0-M1) Affects Version/s: 2.0-RC (was: 2.0-M1) > invalid wsdl generated by java2wsdl tool > ---------------------------------------- > > Key: CXF-188 > URL: http://issues.apache.org/jira/browse/CXF-188 > Project: CXF > Issue Type: Bug > Affects Versions: 2.0-RC > Reporter: jimma > Assigned To: jimma > Fix For: 2.0-RC > > > Th generated wsdl by java2wsdl tool with the following class is invalid. > import javax.jws.WebService; > import javax.jws.soap.SOAPBinding; > > @SOAPBinding(style=javax.jws.soap.SOAPBinding.Style.RPC, use=javax.jws.soap.SOAPBinding.Use.LITERAL) > @WebService(portName="DemoPort", targetNamespace="http://demo.iona.com/", serviceName="DemoService", endpointInterface="com.iona.demo.Demo", name="Demo") > > public interface Demo { > public void sayHi() ; > } -- 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