Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-5792

WSDLGetUtils Customization

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.7.12, 3.0.1
    • Simple Frontend
    • None
    • Unknown

    Description

      JbossWS requests the ability to customize the published URL of the soap:address
      location written to the wsdl file.

      We propose doing this by replacing the existing WSDLGetUtils in WSDLGetInterceptor
      in the following manner.

      for (Endpoint ep : getService().getEndpoints().values()) {
      final List<Interceptor<? extends Message>> inList = ep.getInInterceptors();
      for (Interceptor<? extends Message> in : inList) {
      if (in instanceof WSDLGetInterceptor)

      { ((WSDLGetInterceptor)in).setWsdlGetUtil(new WSDLSoapAddressRewriteUtils()); }

      }
      }

      Attachments

        1. jbossws.patch
          52 kB
          Rebecca Searls

        Activity

          People

            dkulp Daniel Kulp
            rsearls Rebecca Searls
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: