[
https://issues.apache.org/jira/browse/CXF-540?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Daniel Kulp updated CXF-540:
----------------------------
Fix Version/s: 2.0-RC
> Runtime ignore the className, namespace attribute definied in the annotation
> @RequestWrapper and @ResponseWrapper
> -----------------------------------------------------------------------------------------------------------------
>
> Key: CXF-540
> URL: https://issues.apache.org/jira/browse/CXF-540
> Project: CXF
> Issue Type: Sub-task
> Reporter: jimma
> Assignee: jimma
> Fix For: 2.0-RC
>
>
> 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
> );
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.