You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by ma...@apache.org on 2007/11/29 06:17:31 UTC

svn commit: r599275 - /webservices/sandesha/trunk/c/samples/rm_ping_1_0/rm_ping_1_0.c

Author: manjula
Date: Wed Nov 28 21:17:31 2007
New Revision: 599275

URL: http://svn.apache.org/viewvc?rev=599275&view=rev
Log:
Riverting the changes in the rm_ping client.

Modified:
    webservices/sandesha/trunk/c/samples/rm_ping_1_0/rm_ping_1_0.c

Modified: webservices/sandesha/trunk/c/samples/rm_ping_1_0/rm_ping_1_0.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_ping_1_0/rm_ping_1_0.c?rev=599275&r1=599274&r2=599275&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_ping_1_0/rm_ping_1_0.c (original)
+++ webservices/sandesha/trunk/c/samples/rm_ping_1_0/rm_ping_1_0.c Wed Nov 28 21:17:31 2007
@@ -52,8 +52,8 @@
     axis2_char_t *seq_key = NULL;
    
     /* Set up the environment */
-    env = axutil_env_create_all("rm_ping.log", AXIS2_LOG_LEVEL_TRACE);
-    /*env = axutil_env_create_all("rm_ping.log", AXIS2_LOG_LEVEL_DEBUG);*/
+    /*env = axutil_env_create_all("rm_ping.log", AXIS2_LOG_LEVEL_TRACE);*/
+    env = axutil_env_create_all("rm_ping.log", AXIS2_LOG_LEVEL_DEBUG);
 
     /* Set end point reference of echo service */
     address = "http://127.0.0.1:9090/axis2/services/RMSampleService";
@@ -136,18 +136,18 @@
     }
     
     /* Send request */
-    /*payload = build_om_programatically(env, "ping1", seq_key);
+    payload = build_om_programatically(env, "ping1", seq_key);
     status = axis2_svc_client_send_robust(svc_client, env, payload);
     if(status)
         printf("\nping client invoke SUCCESSFUL!\n");
-    payload = NULL;*/
+    payload = NULL;
     /*AXIS2_SLEEP(MAX_COUNT);*/
     
-    /*payload = build_om_programatically(env, "ping2", seq_key);
+    payload = build_om_programatically(env, "ping2", seq_key);
     status = axis2_svc_client_send_robust(svc_client, env, payload);
     if(status)
         printf("\nping client invoke SUCCESSFUL!\n");
-    payload = NULL;*/
+    payload = NULL;
     /*AXIS2_SLEEP(MAX_COUNT);*/
 
     property = axutil_property_create_with_args(env, 0, 0, 0, AXIS2_VALUE_TRUE);



---------------------------------------------------------------------
To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: sandesha-dev-help@ws.apache.org