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

soap:address in wsdl ignores <url-pattern>

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • jbossws-1.0.4
    • jbossws-1.0.0
    • jbossws-native
    • None

      Currently when I change the web.xml <servlet-mapping><url-pattern> the JSR-181 deployment does not reflect that change in the soap:address entry in the wsdl.

      If I modify the wsdl to be consistent with the <servlet-mapping>, all works as expected:

      web.xml:
      ...
      <servlet-mapping>
      <servlet-name>OrderService</servlet-name>
      <url-pattern>/service/*</url-pattern>
      </servlet-mapping>

      wsdl:

      <soap:address location="http://jboss:8080/TestService/OrderService"/>

      I would have expected
      wsdl:

      <soap:address location="http://jboss:8080/TestService/service/OrderService"/>

      And this in fact works.

            tdiesler@redhat.com Thomas Diesler
            tdiesler@redhat.com Thomas Diesler
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: