Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-4444

Ability to set WSDL URL

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • 8.2.0.Final
    • Web Services
    • None

      There's no way to correctly set a WSDL URL. The properties are:

                  <modify-wsdl-address>true</modify-wsdl-address>
                  <wsdl-host>${public.app.host:localhost}</wsdl-host>
                  <wsdl-port>${public.http.port:80}</wsdl-port>
                  <wsdl-secure-port>${public.https.port:443}</wsdl-secure-port>
      

      We need a way to set the WSDL URL, regardless of the protocol used. The issue being that our app servers run on HTTP, but the incoming request to the first load balancer is over HTTPS. The result is that the WSDL generated includes http://public-host:80/ instead of https://public-host:443/

            rhn-support-asoldano Alessio Soldano
            meetoblivion_jira John Ament (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: