Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Runtime ignore the className attribute in RequestWrapper and ResponseWrapper , the related schema can not be generated :
@ResponseWrapper(targetNamespace = "http://apache.org/hello_world_async_soap_http/types", className = "org.apache.hello_world_async_soap_http.types.GreetMeSometimeResponse", localName = "greetMeSometimeResponse")
@RequestWrapper(targetNamespace = "http://apache.org/hello_world_async_soap_http/types", className = "org.apache.hello_world_async_soap_http.types.GreetMeSometime", localName = "greetMeSometime")
@WebResult(targetNamespace = "http://apache.org/hello_world_async_soap_http/types", name = "responseType")
@WebMethod
public java.lang.String greetMeSometime(
@WebParam(targetNamespace = "http://apache.org/hello_world_async_soap_http/types", name = "requestType")
java.lang.String requestType
);