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/03/26 04:50:32 UTC

[jira] Resolved: (CXF-188) invalid wsdl generated by java2wsdl tool

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

jimma resolved CXF-188.
-----------------------

    Resolution: Fixed

> invalid wsdl generated by java2wsdl tool
> ----------------------------------------
>
>                 Key: CXF-188
>                 URL: https://issues.apache.org/jira/browse/CXF-188
>             Project: CXF
>          Issue Type: Bug
>          Components: Tooling
>    Affects Versions: 2.0-RC
>            Reporter: jimma
>         Assigned To: jimma
>             Fix For: 2.0-RC
>
>
> Th generated wsdl  by java2wsdl tool with the following class is invalid.
> import javax.jws.WebService;
> import javax.jws.soap.SOAPBinding;
>  
> @SOAPBinding(style=javax.jws.soap.SOAPBinding.Style.RPC, use=javax.jws.soap.SOAPBinding.Use.LITERAL)
> @WebService(portName="DemoPort", targetNamespace="http://demo.iona.com/", serviceName="DemoService", endpointInterface="com.iona.demo.Demo", name="Demo")
>  
> public interface Demo {
>     public void sayHi() ;
> }  

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.