You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2006/03/20 03:41:40 UTC

svn commit: r387120 - /webservices/axis2/trunk/c/samples/server/echo/services.xml

Author: samisa
Date: Sun Mar 19 18:41:39 2006
New Revision: 387120

URL: http://svn.apache.org/viewcvs?rev=387120&view=rev
Log:
Changed the action mapping

Modified:
    webservices/axis2/trunk/c/samples/server/echo/services.xml

Modified: webservices/axis2/trunk/c/samples/server/echo/services.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/server/echo/services.xml?rev=387120&r1=387119&r2=387120&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/server/echo/services.xml (original)
+++ webservices/axis2/trunk/c/samples/server/echo/services.xml Sun Mar 19 18:41:39 2006
@@ -7,7 +7,7 @@
 
     <operation name="echoString">
             <!--messageReceiver class="axis2_receivers" /-->
-            <parameter name="wsamapping" >http://127.0.0.1:9090/axis2/services/echo/echoString</parameter>
+            <parameter name="wsamapping" >http://localhost:9090/axis2/services/echo/echoString</parameter>
     </operation>
 
 </service>