Generated wsdl 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.

Reply via email to