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 2006/10/30 09:39:16 UTC

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

invalid wsdl generated by java2wsdl tool 
-----------------------------------------

                 Key: CXF-188
                 URL: http://issues.apache.org/jira/browse/CXF-188
             Project: CXF
          Issue Type: Bug
            Reporter: jimma
         Assigned To: jimma


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: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "jimma (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Bozhong Lin (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/CXF-188?page=all ]

Bozhong Lin updated CXF-188:
----------------------------

        Fix Version/s: 2.0-M1
    Affects Version/s: 2.0-M1

> invalid wsdl generated by java2wsdl tool
> ----------------------------------------
>
>                 Key: CXF-188
>                 URL: http://issues.apache.org/jira/browse/CXF-188
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.0-M1
>            Reporter: jimma
>         Assigned To: jimma
>             Fix For: 2.0-M1
>
>
> 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: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Bozhong Lin (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/CXF-188?page=all ]

Bozhong Lin updated CXF-188:
----------------------------

        Fix Version/s: 2.0-RC
                           (was: 2.0-M1)
    Affects Version/s: 2.0-RC
                           (was: 2.0-M1)

> invalid wsdl generated by java2wsdl tool
> ----------------------------------------
>
>                 Key: CXF-188
>                 URL: http://issues.apache.org/jira/browse/CXF-188
>             Project: CXF
>          Issue Type: Bug
>    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: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Jervis Liu (JIRA)" <ji...@apache.org>.
     [ 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