[
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.