[
https://issues.apache.org/jira/browse/CXF-520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
jimma updated CXF-520:
----------------------
Summary: Generated wsdl using runtime code for the following class is
invalid : Port has no location attribute (was: Generated wsdl for the
following class is invalid : Port has no location attribute )
> 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
> Reporter: jimma
>
> 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.