You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "jimma (JIRA)" <ji...@apache.org> on 2007/06/06 09:08:36 UTC

[jira] Resolved: (CXF-520) Generated wsdl using runtime code for the following class is invalid : Port has no location attribute

     [ https://issues.apache.org/jira/browse/CXF-520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jimma resolved CXF-520.
-----------------------

    Resolution: Fixed

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