[jbossws-commits] JBossWS SVN: r16699 - stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/httpauth/WEB-INF/wsdl.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Sep 6 05:51:51 EDT 2012


Author: alessio.soldano at jboss.com
Date: 2012-09-06 05:51:51 -0400 (Thu, 06 Sep 2012)
New Revision: 16699

Modified:
   stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/httpauth/WEB-INF/wsdl/hello.wsdl
Log:
Minor change to change misleading path name


Modified: stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/httpauth/WEB-INF/wsdl/hello.wsdl
===================================================================
--- stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/httpauth/WEB-INF/wsdl/hello.wsdl	2012-09-06 03:51:14 UTC (rev 16698)
+++ stack/cxf/trunk/modules/testsuite/cxf-tests/src/test/resources/jaxws/cxf/httpauth/WEB-INF/wsdl/hello.wsdl	2012-09-06 09:51:51 UTC (rev 16699)
@@ -55,7 +55,7 @@
     </binding>
     <service name="HelloService">
         <port name="HelloPort" binding="tns:HelloBinding">
-            <soap:address location="http://localhost:8080/schemavalidation" />
+            <soap:address location="http://localhost:8080/jaxws-cxf-sec" />
         </port>
     </service>
 </definitions>



More information about the jbossws-commits mailing list