Author: damitha
Date: Wed Feb 27 21:29:08 2008
New Revision: 631850

URL: http://svn.apache.org/viewvc?rev=631850&view=rev
Log: (empty)

Modified:
    webservices/sandesha/trunk/c/samples/rm_echo_1_0/rm_echo.c
    webservices/sandesha/trunk/c/samples/rm_echo_1_0_large_sequence/rm_echo.c

Modified: webservices/sandesha/trunk/c/samples/rm_echo_1_0/rm_echo.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_echo_1_0/rm_echo.c?rev=631850&r1=631849&r2=631850&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_echo_1_0/rm_echo.c (original)
+++ webservices/sandesha/trunk/c/samples/rm_echo_1_0/rm_echo.c Wed Feb 27 
21:29:08 2008
@@ -68,6 +68,7 @@
     axutil_string_t *soap_action = NULL;
     axis2_char_t *seq_key = NULL;
     int c;
+    int i = 0;
    
     /* Set up the environment */
     env = axutil_env_create_all("rm_echo_1_0.log", 
@@ -166,8 +167,7 @@
         axis2_options_set_property(options, env, SANDESHA2_CLIENT_SEQ_KEY, 
             property);
     }
-    int i = 0;
-    for(i = 1; i < 100; i++)
+    for(i = 1; i < 3; i++)
     {
         axis2_char_t echo_str[7];
         sprintf(echo_str, "%s%d", "echo", i);
@@ -181,7 +181,7 @@
     axis2_svc_client_remove_all_headers(svc_client, env);
     property = axutil_property_create_with_args(env, 0, 0, 0, 
AXIS2_VALUE_TRUE);
     axis2_options_set_property(options, env, "Sandesha2LastMessage", property);
-    payload = build_om_payload_for_echo_svc(env, "echo100", seq_key);
+    payload = build_om_payload_for_echo_svc(env, "echo3", seq_key);
     callback2 = axis2_callback_create(env);
     axis2_callback_set_on_complete(callback2, rm_echo_callback_on_complete);
     axis2_callback_set_on_error(callback2, rm_echo_callback_on_error);

Modified: 
webservices/sandesha/trunk/c/samples/rm_echo_1_0_large_sequence/rm_echo.c
URL: 
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_echo_1_0_large_sequence/rm_echo.c?rev=631850&r1=631849&r2=631850&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_echo_1_0_large_sequence/rm_echo.c 
(original)
+++ webservices/sandesha/trunk/c/samples/rm_echo_1_0_large_sequence/rm_echo.c 
Wed Feb 27 21:29:08 2008
@@ -68,6 +68,7 @@
     axutil_string_t *soap_action = NULL;
     axis2_char_t *seq_key = NULL;
     int c;
+    int i = 0;
    
     /* Set up the environment */
     env = axutil_env_create_all("rm_echo_1_0.log", 
@@ -166,7 +167,6 @@
         axis2_options_set_property(options, env, SANDESHA2_CLIENT_SEQ_KEY, 
             property);
     }
-    int i = 0;
     for(i = 1; i < 10; i++)
     {
         axis2_char_t echo_str[7];



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to