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] Assigned: (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 ]

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.