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/07/10 10:44:04 UTC

[jira] Created: (CXF-774) java2wsdl generates shema element with no type.

java2wsdl generates shema element with no type.
-----------------------------------------------

                 Key: CXF-774
                 URL: https://issues.apache.org/jira/browse/CXF-774
             Project: CXF
          Issue Type: Bug
            Reporter: jimma


Use the below class to generate wsdl , will get the schema which element with no type info "<xsd:element minOccurs="0" name="return"/>" : 
 
@WebService(name="ListTest", targetNamespace="http://apache.cxf/")

public interface ListTest {  

      @WebMethod(operationName="sayHi", exclude=false)

      @ResponseWrapper(className="cxf.apacheSayHiResponse", localName="sayHiResponse", targetNamespace="http://apache.cxf//")

      @RequestWrapper(className="cxf.apache.SayHi", localName="sayHi", targetNamespace="http:/apache.cxf//")

      public List sayHi(String hi);

}

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


[jira] Closed: (CXF-774) java2wsdl generates shema element with no type.

Posted by "Bozhong Lin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bozhong Lin closed CXF-774.
---------------------------

    Resolution: Fixed

this is fixed with revision http://svn.apache.org/viewvc?view=rev&rev=554891

> java2wsdl generates shema element with no type.
> -----------------------------------------------
>
>                 Key: CXF-774
>                 URL: https://issues.apache.org/jira/browse/CXF-774
>             Project: CXF
>          Issue Type: Bug
>            Reporter: jimma
>            Assignee: jimma
>
> Use the below class to generate wsdl , will get the schema which element with no type info "<xsd:element minOccurs="0" name="return"/>" : 
>  
> @WebService(name="ListTest", targetNamespace="http://apache.cxf/")
> public interface ListTest {  
>       @WebMethod(operationName="sayHi", exclude=false)
>       @ResponseWrapper(className="cxf.apacheSayHiResponse", localName="sayHiResponse", targetNamespace="http://apache.cxf//")
>       @RequestWrapper(className="cxf.apache.SayHi", localName="sayHi", targetNamespace="http:/apache.cxf//")
>       public List sayHi(String hi);
> }

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


[jira] Assigned: (CXF-774) java2wsdl generates shema element with no type.

Posted by "jimma (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-774?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jimma reassigned CXF-774:
-------------------------

    Assignee: jimma

> java2wsdl generates shema element with no type.
> -----------------------------------------------
>
>                 Key: CXF-774
>                 URL: https://issues.apache.org/jira/browse/CXF-774
>             Project: CXF
>          Issue Type: Bug
>            Reporter: jimma
>            Assignee: jimma
>
> Use the below class to generate wsdl , will get the schema which element with no type info "<xsd:element minOccurs="0" name="return"/>" : 
>  
> @WebService(name="ListTest", targetNamespace="http://apache.cxf/")
> public interface ListTest {  
>       @WebMethod(operationName="sayHi", exclude=false)
>       @ResponseWrapper(className="cxf.apacheSayHiResponse", localName="sayHiResponse", targetNamespace="http://apache.cxf//")
>       @RequestWrapper(className="cxf.apache.SayHi", localName="sayHi", targetNamespace="http:/apache.cxf//")
>       public List sayHi(String hi);
> }

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