[jboss-jira] [JBoss JIRA] (AS7-2128) Endpoint address in generated WSDL doesn't reflect IP address of AS7 server, it's always localhost

Alessio Soldano (Updated) (JIRA) jira-events at lists.jboss.org
Tue Oct 18 04:26:45 EDT 2011


     [ https://issues.jboss.org/browse/AS7-2128?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alessio Soldano updated AS7-2128:
---------------------------------

    Fix Version/s: 7.1.0.Beta1
         Priority: Major  (was: Critical)

    
> Endpoint address in generated WSDL doesn't reflect IP address of AS7 server, it's always localhost
> --------------------------------------------------------------------------------------------------
>
>                 Key: AS7-2128
>                 URL: https://issues.jboss.org/browse/AS7-2128
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Web Services
>    Affects Versions: 7.1.0.Alpha1
>            Reporter: Rostislav Svoboda
>            Assignee: Alessio Soldano
>             Fix For: 7.1.0.Beta1
>
>
> 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:
> {code}
> bin/standalone.sh --server-config=standalone.xml -b=10.34.3.154 -bmanagement=10.34.3.154
> {code}
> Deploy jaxws-benchmark-datatypes-ejb3.jar from WS testsuite
> Check http://10.34.3.154:8080/jaxws-benchmark-datatypes-ejb3/EndpointEJB3WrappedDocImpl?wsdl
> {code}
> ...
> <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>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list