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

configurability of published soap:address location on jaxws endpoints

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 2.0.4
    • Configuration
    • None
    • Novice

    Description

      Add an publishedEndpointUrl attribute to the jaxws:endpoint spring configuration element that sets the soap:address location attribute in the WSDL that is published for the given web service.

      Basically make this:

      (beans.xml....)
      <jaxws:endpoint id="publishedEndpointUrl"
      implementor="#greeter"
      address="http://localhost:8080/publishedEndpointUrl"
      publishedEndpointUrl="http://cxf.apache.org/GreeterEndpoint"/>
      (....)

      Do this:

      (http://localhost:8080/publishedEndpointUrl?wsdl....)
      <wsdl:service name="GreeterService">
      <wsdl:port binding="tns:GreeterServiceSoapBinding" name="GreeterPort">
      <soap:address location="http://cxf.apache.org/GreeterEndpoint"/>
      </wsdl:port>
      </wsdl:service>
      (....)

      Mailing list conversation: http://www.nabble.com/configurability-of-published-soap-3Aaddress-location-on-jaxws-endpoints-to14127128.html

      Attachments

        1. publishedEndpointUrl.1.diff
          13 kB
          Christian Vest Hansen

        Issue Links

          Activity

            People

              njiang Willem Jiang
              karmazilla Christian Vest Hansen
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: