You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2006/01/17 12:57:04 UTC

svn commit: r369760 - in /webservices/axis2/trunk/c/deploy/services: services.xml test.so

Author: damitha
Date: Tue Jan 17 03:56:56 2006
New Revision: 369760

URL: http://svn.apache.org/viewcvs?rev=369760&view=rev
Log:
This test file is not needed

Removed:
    webservices/axis2/trunk/c/deploy/services/test.so
Modified:
    webservices/axis2/trunk/c/deploy/services/services.xml

Modified: webservices/axis2/trunk/c/deploy/services/services.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/deploy/services/services.xml?rev=369760&r1=369759&r2=369760&view=diff
==============================================================================
--- webservices/axis2/trunk/c/deploy/services/services.xml (original)
+++ webservices/axis2/trunk/c/deploy/services/services.xml Tue Jan 17 03:56:56 2006
@@ -1,26 +1,12 @@
-<service name="RMInteropService">
-    <parameter name="ServiceClass" locked="xsd:false">sandesha2.samples.interop.RMInteropService</parameter>
-
-   <module ref="Sandesha2-0.9"/>
+<service name="echo">
+    <parameter name="ServiceClass" locked="xsd:false">echo.so</parameter>
 
    <description>
         This is a testing service , to test the system is working or not
    </description>
 
-    <operation name="ping">  
-        <messageReceiver class="org.apache.axis2.receivers.RawXMLINOnlyMessageReceiver" />
-    </operation>
-
-    <operation name="Ping">  
-        <messageReceiver class="org.apache.axis2.receivers.RawXMLINOnlyMessageReceiver" />
-    </operation>
-    
-    <operation name="echoString">
+    <operation name="echo">
             <messageReceiver class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver" />
     </operation>
 
-    <operation name="EchoString">
-            <messageReceiver class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver" />
-    </operation>
-    
-</service>
\ No newline at end of file
+</service>