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

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

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