[jbossws-commits] JBossWS SVN: r6567 - in framework/trunk/testsuite/test/resources/jaxws: samples/asynchronous/WEB-INF/wsdl and 4 other directories.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Apr 21 08:12:17 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-04-21 08:12:17 -0400 (Mon, 21 Apr 2008)
New Revision: 6567

Modified:
   framework/trunk/testsuite/test/resources/jaxws/jbws1969/META-INF/wsdl/echo/TestService.wsdl
   framework/trunk/testsuite/test/resources/jaxws/samples/asynchronous/WEB-INF/wsdl/TestService.wsdl
   framework/trunk/testsuite/test/resources/jaxws/samples/context/WEB-INF/wsdl/TestEndpoint.wsdl
   framework/trunk/testsuite/test/resources/jaxws/samples/eardeployment/WEB-INF/wsdl/TestEndpoint.wsdl
   framework/trunk/testsuite/test/resources/jaxws/samples/serviceref/META-INF/wsdl/TestEndpoint.wsdl
   framework/trunk/testsuite/test/resources/jaxws/samples/webserviceref/META-INF/wsdl/TestEndpoint.wsdl
Log:
Test* classes are picked up by surefire

Modified: framework/trunk/testsuite/test/resources/jaxws/jbws1969/META-INF/wsdl/echo/TestService.wsdl
===================================================================
--- framework/trunk/testsuite/test/resources/jaxws/jbws1969/META-INF/wsdl/echo/TestService.wsdl	2008-04-21 11:50:42 UTC (rev 6566)
+++ framework/trunk/testsuite/test/resources/jaxws/jbws1969/META-INF/wsdl/echo/TestService.wsdl	2008-04-21 12:12:17 UTC (rev 6567)
@@ -20,11 +20,11 @@
     </message>
     <portType name='Endpoint'>
         <operation name='echo' parameterOrder='echo'>
-            <input message='tns:TestEndpoint_echo'></input>
-            <output message='tns:TestEndpoint_echoResponse'></output>
+            <input message='tns:Endpoint_echo'></input>
+            <output message='tns:Endpoint_echoResponse'></output>
         </operation>
     </portType>
-    <binding name='EndpointBinding' type='tns:TestEndpoint'>
+    <binding name='EndpointBinding' type='tns:Endpoint'>
         <soap:binding style='document' transport='http://schemas.xmlsoap.org/soap/http'/>
         <operation name='echo'>
             <soap:operation soapAction=''/>
@@ -37,7 +37,7 @@
     </operation>
     </binding>
     <service name='EndpointService'>
-        <port binding='tns:TestEndpointBinding' name='EndpointPort'>
+        <port binding='tns:EndpointBinding' name='EndpointPort'>
             <soap:address location='http://127.0.0.1:8080/jaxws-jbws1969'/>
         </port>
     </service>

Modified: framework/trunk/testsuite/test/resources/jaxws/samples/asynchronous/WEB-INF/wsdl/TestService.wsdl
===================================================================
--- framework/trunk/testsuite/test/resources/jaxws/samples/asynchronous/WEB-INF/wsdl/TestService.wsdl	2008-04-21 11:50:42 UTC (rev 6566)
+++ framework/trunk/testsuite/test/resources/jaxws/samples/asynchronous/WEB-INF/wsdl/TestService.wsdl	2008-04-21 12:12:17 UTC (rev 6567)
@@ -22,11 +22,11 @@
   </message>
   <portType name='Endpoint'>
     <operation name='echo' parameterOrder='String_1'>
-      <input message='tns:TestEndpoint_echo'/>
-      <output message='tns:TestEndpoint_echoResponse'/>
+      <input message='tns:Endpoint_echo'/>
+      <output message='tns:Endpoint_echoResponse'/>
     </operation>
   </portType>
-  <binding name='EndpointBinding' type='tns:TestEndpoint'>
+  <binding name='EndpointBinding' type='tns:Endpoint'>
     <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
     <operation name='echo'>
       <soap:operation soapAction=''/>
@@ -39,7 +39,7 @@
     </operation>
   </binding>
   <service name='EndpointService'>
-    <port binding='tns:TestEndpointBinding' name='EndpointPort'>
+    <port binding='tns:EndpointBinding' name='EndpointPort'>
       <soap:address location='http://tdvaio:8080/jaxws-samples-asynchronous/TestEndpoint'/>
     </port>
   </service>

Modified: framework/trunk/testsuite/test/resources/jaxws/samples/context/WEB-INF/wsdl/TestEndpoint.wsdl
===================================================================
--- framework/trunk/testsuite/test/resources/jaxws/samples/context/WEB-INF/wsdl/TestEndpoint.wsdl	2008-04-21 11:50:42 UTC (rev 6566)
+++ framework/trunk/testsuite/test/resources/jaxws/samples/context/WEB-INF/wsdl/TestEndpoint.wsdl	2008-04-21 12:12:17 UTC (rev 6567)
@@ -16,19 +16,19 @@
  </message>
  <portType name='Endpoint'>
   <operation name='GetMessageContext'>
-   <input message='tns:TestEndpoint_testGetMessageContext'/>
-   <output message='tns:TestEndpoint_testGetMessageContextResponse'/>
+   <input message='tns:Endpoint_testGetMessageContext'/>
+   <output message='tns:Endpoint_testGetMessageContextResponse'/>
   </operation>
   <operation name='GetUserPrincipal'>
-   <input message='tns:TestEndpoint_testGetUserPrincipal'/>
-   <output message='tns:TestEndpoint_testGetUserPrincipalResponse'/>
+   <input message='tns:Endpoint_testGetUserPrincipal'/>
+   <output message='tns:Endpoint_testGetUserPrincipalResponse'/>
   </operation>
   <operation name='IsUserInRole' parameterOrder='arg0'>
-   <input message='tns:TestEndpoint_testIsUserInRole'/>
-   <output message='tns:TestEndpoint_testIsUserInRoleResponse'/>
+   <input message='tns:Endpoint_testIsUserInRole'/>
+   <output message='tns:Endpoint_testIsUserInRoleResponse'/>
   </operation>
  </portType>
- <binding name='EndpointBinding' type='tns:TestEndpoint'>
+ <binding name='EndpointBinding' type='tns:Endpoint'>
   <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
   <operation name='GetMessageContext'>
    <soap:operation soapAction=''/>
@@ -59,7 +59,7 @@
   </operation>
  </binding>
  <service name='EndpointService'>
-  <port binding='tns:TestEndpointBinding' name='EndpointPort'>
+  <port binding='tns:EndpointBinding' name='EndpointPort'>
    <soap:address location='http://@jboss.bind.address@:8080/jaxws-samples-context'/>
   </port>
  </service>

Modified: framework/trunk/testsuite/test/resources/jaxws/samples/eardeployment/WEB-INF/wsdl/TestEndpoint.wsdl
===================================================================
--- framework/trunk/testsuite/test/resources/jaxws/samples/eardeployment/WEB-INF/wsdl/TestEndpoint.wsdl	2008-04-21 11:50:42 UTC (rev 6566)
+++ framework/trunk/testsuite/test/resources/jaxws/samples/eardeployment/WEB-INF/wsdl/TestEndpoint.wsdl	2008-04-21 12:12:17 UTC (rev 6567)
@@ -24,11 +24,11 @@
   </message>
   <portType name="Endpoint">
     <operation name="echo" parameterOrder="arg0">
-      <input message="tns:TestEndpoint_echo"/>
-      <output message="tns:TestEndpoint_echoResponse"/>
+      <input message="tns:Endpoint_echo"/>
+      <output message="tns:Endpoint_echoResponse"/>
     </operation>
   </portType>
-  <binding name="EndpointBinding" type="tns:TestEndpoint">
+  <binding name="EndpointBinding" type="tns:Endpoint">
     <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
     <operation name="echo">
       <soap:operation soapAction=""/>
@@ -41,7 +41,7 @@
     </operation>
   </binding>
   <service name="EndpointService">
-    <port binding="tns:TestEndpointBinding" name="EndpointPort">
+    <port binding="tns:EndpointBinding" name="EndpointPort">
       <soap:address location="http://REPLACE_ON_DEPLOY"/>
     </port>
   </service>

Modified: framework/trunk/testsuite/test/resources/jaxws/samples/serviceref/META-INF/wsdl/TestEndpoint.wsdl
===================================================================
--- framework/trunk/testsuite/test/resources/jaxws/samples/serviceref/META-INF/wsdl/TestEndpoint.wsdl	2008-04-21 11:50:42 UTC (rev 6566)
+++ framework/trunk/testsuite/test/resources/jaxws/samples/serviceref/META-INF/wsdl/TestEndpoint.wsdl	2008-04-21 12:12:17 UTC (rev 6567)
@@ -8,11 +8,11 @@
  </message>
  <portType name='Endpoint'>
   <operation name='echo' parameterOrder='arg0'>
-   <input message='tns:TestEndpoint_echo'/>
-   <output message='tns:TestEndpoint_echoResponse'/>
+   <input message='tns:Endpoint_echo'/>
+   <output message='tns:Endpoint_echoResponse'/>
   </operation>
  </portType>
- <binding name='EndpointBinding' type='tns:TestEndpoint'>
+ <binding name='EndpointBinding' type='tns:Endpoint'>
   <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
   <operation name='echo'>
    <soap:operation soapAction=''/>
@@ -25,7 +25,7 @@
   </operation>
  </binding>
  <service name='EndpointService'>
-  <port binding='tns:TestEndpointBinding' name='EndpointPort'>
+  <port binding='tns:EndpointBinding' name='EndpointPort'>
    <soap:address location='http://@jboss.bind.address@:8080/jaxws-samples-serviceref'/>
   </port>
  </service>

Modified: framework/trunk/testsuite/test/resources/jaxws/samples/webserviceref/META-INF/wsdl/TestEndpoint.wsdl
===================================================================
--- framework/trunk/testsuite/test/resources/jaxws/samples/webserviceref/META-INF/wsdl/TestEndpoint.wsdl	2008-04-21 11:50:42 UTC (rev 6566)
+++ framework/trunk/testsuite/test/resources/jaxws/samples/webserviceref/META-INF/wsdl/TestEndpoint.wsdl	2008-04-21 12:12:17 UTC (rev 6567)
@@ -12,12 +12,12 @@
  
  <portType name='Endpoint'>
   <operation name='echo' parameterOrder='arg0'>
-   <input message='tns:TestEndpoint_echo'/>
-   <output message='tns:TestEndpoint_echoResponse'/>
+   <input message='tns:Endpoint_echo'/>
+   <output message='tns:Endpoint_echoResponse'/>
   </operation>
  </portType>
  
- <binding name='EndpointBinding' type='tns:TestEndpoint'>
+ <binding name='EndpointBinding' type='tns:Endpoint'>
   <soap:binding style='rpc' transport='http://schemas.xmlsoap.org/soap/http'/>
   <operation name='echo'>
    <soap:operation soapAction=''/>
@@ -31,7 +31,7 @@
  </binding>
  
  <service name='EndpointService'>
-  <port binding='tns:TestEndpointBinding' name='EndpointPort'>
+  <port binding='tns:EndpointBinding' name='EndpointPort'>
    <soap:address location='http://@jboss.bind.address@:8080/jaxws-samples-webserviceref'/>
   </port>
  </service>




More information about the jbossws-commits mailing list