You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Jervis Liu (JIRA)" <ji...@apache.org> on 2007/01/16 11:39:27 UTC

[jira] Updated: (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 ]

Jervis Liu updated CXF-188:
---------------------------

    Component/s: Tooling

> 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.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira