[
http://jira.jboss.com/jira/browse/JBWS-1609?page=all ]
Magesh Kumar B reopened JBWS-1609:
----------------------------------
When you modify the connector in Tomcat like below
<Connector port="80" address="${jboss.bind.address}" .... />
and comment the host in jboss-beans.xml as below:
<!--
......
If 'webServiceHost' is not set, JBossWS uses requesters protocol host when
rewriting the <soap:address>.
-->
<!--<property
name="webServiceHost">${jboss.bind.address}</property>-->
and navigate to
http://localhost/jbossws/services you can see that all the service wsdl
urls are displayed as
http://jbossws.undefined.host:80 and when you navigate to the
particular wsdl by replacing the jbossws.undefined.host with localhost the wsdl's
soap:address is displayed as
http://localhost:-1
Address in WSDL - Port value is -1 when server is requested with
default port 80
--------------------------------------------------------------------------------
Key: JBWS-1609
URL:
http://jira.jboss.com/jira/browse/JBWS-1609
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: jbossws-jaxws
Affects Versions: jbossws-1.2.0.SP1
Environment: JBoss AS 4.0.5 running in port 80 and SSL port 443
Reporter: Magesh Kumar B
Assigned To: Thomas Diesler
Fix For: jbossws-2.0.0
Time Spent: 2 days, 7 hours
Remaining Estimate: 0 minutes
When the server is running on default ports 80 the Webservices list and the WSDL URL
shows the port as "-1" and when the SSL port 443 is used the Webservice list
shows as "-1" and the WSDL URL shows as
"http://jbossws.undefined.host:80"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira