Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-2128

Endpoint address in generated WSDL doesn't reflect IP address of AS7 server, it's always localhost

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.0.Beta1
    • 7.1.0.Alpha1
    • Web Services
    • None

    Description

      Endpoint address in generated WSDL doesn't reflect IP address of AS7 server. It's always set to localhost, when I tried to deploy the same archive on EAP 5.1.1 the address was correct (10.34.3.154 in my case).

      Steps to reproduce:

      Run latest AS7 build on your public IP address:

      bin/standalone.sh --server-config=standalone.xml -b=10.34.3.154 -bmanagement=10.34.3.154
      

      Deploy jaxws-benchmark-datatypes-ejb3.jar from WS testsuite

      Check http://10.34.3.154:8080/jaxws-benchmark-datatypes-ejb3/EndpointEJB3WrappedDocImpl?wsdl

      ...
      <wsdl:service name="EndpointWrappedDocService">
        <wsdl:port binding="tns:EndpointWrappedDocServiceSoapBinding" name="EndpointWrappedDocPort">
          <soap:address location="http://localhost:8080/jaxws-benchmark-datatypes-ejb3/EndpointWrappedDocService/EndpointEJB3WrappedDocImpl"/>
        </wsdl:port>
      </wsdl:service>
      

      Attachments

        Activity

          People

            rhn-support-asoldano Alessio Soldano
            rsvoboda@redhat.com Rostislav Svoboda
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: