[prev in list] [next in list] [prev in thread] [next in thread] 

List:       axis-cvs
Subject:    svn commit: r373818 - in /webservices/axis2/trunk/c:
From:       samisa () apache ! org
Date:       2006-01-31 14:09:06
Message-ID: 20060131140907.13168.qmail () minotaur ! apache ! org
[Download RAW message or body]

Author: samisa
Date: Tue Jan 31 06:08:53 2006
New Revision: 373818

URL: http://svn.apache.org/viewcvs?rev=373818&view=rev
Log:
Added more compatibility stuff with Java echo sample

Modified:
    webservices/axis2/trunk/c/deploy/services/echo/services.xml
    webservices/axis2/trunk/c/test/client/echo/echo_client.c
    webservices/axis2/trunk/c/test/server/echo/echo_skeleton.c

Modified: webservices/axis2/trunk/c/deploy/services/echo/services.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/deploy/services/echo/services.xml?rev=373818&r1=373817&r2=373818&view=diff
 ==============================================================================
--- webservices/axis2/trunk/c/deploy/services/echo/services.xml (original)
+++ webservices/axis2/trunk/c/deploy/services/echo/services.xml Tue Jan 31 06:08:53 \
2006 @@ -5,7 +5,7 @@
         This is a testing service , to test the system is working or not
    </description>
 
-    <operation name="echo">
+    <operation name="echoString">
             <messageReceiver class="libaxis2_receivers.so" />
     </operation>
 

Modified: webservices/axis2/trunk/c/test/client/echo/echo_client.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/client/echo/echo_client.c?rev=373818&r1=373817&r2=373818&view=diff
 ==============================================================================
--- webservices/axis2/trunk/c/test/client/echo/echo_client.c (original)
+++ webservices/axis2/trunk/c/test/client/echo/echo_client.c Tue Jan 31 06:08:53 2006
@@ -47,7 +47,7 @@
     client_home = AXIS2_GETENV("AXIS2C_HOME");
 
     node = build_om_programatically(&env);
-    address = "http://localhost:9090/axis2/services/echo/echo";
+    address = "http://localhost:9090/axis2/services/echo/";
     stub = 
         axis2_stub_create_with_endpoint_uri_and_client_home(&env, address,
             client_home);

Modified: webservices/axis2/trunk/c/test/server/echo/echo_skeleton.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/server/echo/echo_skeleton.c?rev=373818&r1=373817&r2=373818&view=diff
 ==============================================================================
--- webservices/axis2/trunk/c/test/server/echo/echo_skeleton.c (original)
+++ webservices/axis2/trunk/c/test/server/echo/echo_skeleton.c Tue Jan 31 06:08:53 \
2006 @@ -55,7 +55,7 @@
                         axis2_env_t **env)
 {
     svc_skeleton->func_array = axis2_array_list_create(env, 0);
-    AXIS2_ARRAY_LIST_ADD(svc_skeleton->func_array, env, "echo");
+    AXIS2_ARRAY_LIST_ADD(svc_skeleton->func_array, env, "echoString");
 
     /* Any initialization stuff of echo goes here */
     return AXIS2_SUCCESS;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic