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.

Reply via email to