Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-2216

Soap address incorrect for https

XMLWordPrintable

    • Hide

      Users have to define the same

      /web-app/security-constraint/web-resource-collection/url-pattern value

      for each

      /web-app/servlet-mapping/url-pattern value

      Show
      Users have to define the same /web-app/security-constraint/web-resource-collection/url-pattern value for each /web-app/servlet-mapping/url-pattern value

      The soap address is incorrect for https.
      There's no way to change the soap address to https.

      Althouth I've in jboss-beans.xml

      <property name="webServiceHost">localhost</property>
      <property name="modifySOAPAddress">true</property>
      <property name="webServiceSecurePort">8545</property>
      <property name="webServicePort">8080</property>

      And I've the CONFIDENTIAL transport-guarantee in the webapp that has the ws.
      <user-data-constraint>
      <description>SSL</description>
      <transport-guarantee>CONFIDENTIAL</transport-guarantee>
      </user-data-constraint>

      The generated WDSL always has soap:address with http

      <port binding="ns1:repositoriDocumentsBinding" name="RepositoriDocumentsWSPort">
      <soap:address location="http://localhost:8080/xcpwsserver/RepositoriDocuments" />
      </port>

            ropalka Richard Opalka
            lujop Joan Pujol Espinar (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: