[jboss-cvs] JBossAS SVN: r58611 - trunk/testsuite/src/resources/ws/jaxws/webserviceref/META-INF/wsdl

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Nov 18 12:03:03 EST 2006


Author: scott.stark at jboss.org
Date: 2006-11-18 12:03:02 -0500 (Sat, 18 Nov 2006)
New Revision: 58611

Modified:
   trunk/testsuite/src/resources/ws/jaxws/webserviceref/META-INF/wsdl/TestEndpoint.wsdl
Log:
hard code to localhost for now

Modified: trunk/testsuite/src/resources/ws/jaxws/webserviceref/META-INF/wsdl/TestEndpoint.wsdl
===================================================================
--- trunk/testsuite/src/resources/ws/jaxws/webserviceref/META-INF/wsdl/TestEndpoint.wsdl	2006-11-18 16:39:59 UTC (rev 58610)
+++ trunk/testsuite/src/resources/ws/jaxws/webserviceref/META-INF/wsdl/TestEndpoint.wsdl	2006-11-18 17:03:02 UTC (rev 58611)
@@ -44,7 +44,10 @@
  </binding>
  <service name='TestEndpointService'>
   <port binding='tns:TestEndpointBinding' name='TestEndpointPort'>
+   <!-- 
    <soap:address location='http://@jbosstest.host.name@:8080/jaxws-webserviceref/TestEndpoint'/>
+   -->
+   <soap:address location='http://localhost:8080/jaxws-webserviceref/TestEndpoint'/>
   </port>
  </service>
 </definitions>
\ No newline at end of file




More information about the jboss-cvs-commits mailing list