Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-516 Replace the old java2wsdlProcess to use JaxWsServiceBuilder to generate wsdl
  3. CXF-540

Runtime ignore the className, namespace attribute definied in the annotation @RequestWrapper and @ResponseWrapper

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0-RC
    • 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
      );

      Attachments

        Activity

          People

            ema Jim Ma
            ema Jim Ma
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: