Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 16483 invoked from network); 6 Jun 2007 07:08:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Jun 2007 07:08:55 -0000 Received: (qmail 55549 invoked by uid 500); 6 Jun 2007 07:08:59 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 55518 invoked by uid 500); 6 Jun 2007 07:08:58 -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 55509 invoked by uid 99); 6 Jun 2007 07:08:58 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2007 00:08:58 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Wed, 06 Jun 2007 00:08:53 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E34A471419D for ; Wed, 6 Jun 2007 00:08:32 -0700 (PDT) Message-ID: <3656464.1181113712928.JavaMail.jira@brutus> Date: Wed, 6 Jun 2007 00:08:32 -0700 (PDT) From: "jimma (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Reopened: (CXF-520) Generated wsdl using runtime code for the following class is invalid : Port has no location attribute In-Reply-To: <9485832.1176202352426.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/CXF-520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] jimma reopened CXF-520: ----------------------- > Generated wsdl using runtime code for the following class is invalid : Port has no location attribute > ------------------------------------------------------------------------------------------------------- > > Key: CXF-520 > URL: https://issues.apache.org/jira/browse/CXF-520 > Project: CXF > Issue Type: Bug > Components: Tooling > Affects Versions: 2.0-RC > Reporter: jimma > Assignee: jimma > Fix For: 2.0 > > > package org.apache.cxf.tools.fortest.classnoanno.rpc; > import javax.jws.WebService; > import javax.jws.soap.SOAPBinding; > import javax.jws.soap.SOAPBinding.Style; > @WebService > @SOAPBinding(style = Style.RPC) > public interface Stock { > float getPrice(String tickerSymbol); > } -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.