[jbossws-issues] [JBoss JIRA] Commented: (JBWS-1609) Address in WSDL - Port value is -1 when server is requested with default port 80

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Tue Jun 26 06:38:16 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBWS-1609?page=comments#action_12366784 ] 
            
Thomas Diesler commented on JBWS-1609:
--------------------------------------

Result for

    <!--property name="webServiceHost">${jboss.bind.address}</property-->
    <property name="modifySOAPAddress">false</property>

<service name='ValidURLService'>
  <port binding='tns:HelloWsBinding' name='ValidURLPort'>
   <soap:address location='http://somehost:80/somepath'/>
  </port>
 </service>
 <service name='InvalidSecureURLService'>
  <port binding='tns:HelloWsBinding' name='InvalidSecureURLPort'>
   <soap:address location='https://tddell:8443/jaxrpc-addressrewrite/InvalidSecureURL'/>
  </port>
 </service>
 <service name='ValidSecureURLService'>
  <port binding='tns:HelloWsBinding' name='ValidSecureURLPort'>
   <soap:address location='https://somehost:443/some-secure-path'/>
  </port>
 </service>
 <service name='InvalidURLService'>
  <port binding='tns:HelloWsBinding' name='InvalidURLPort'>
   <soap:address location='http://tddell:80/jaxrpc-addressrewrite/InvalidURL'/>
  </port>
 </service>

> 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, 30 minutes
>  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

        



More information about the jbossws-issues mailing list