svn commit: r713305 - in /webservices/sandesha/trunk/c/samples/rm_echo_single_1_0_large_sequence: echo_util.c rm_echo_single.c

[email protected]
Newsgroups gmane.comp.apache.webservices.fx.devel
Message-ID <[email protected]>
Author: damitha
Date: Wed Nov 12 00:08:25 2008
New Revision: 713305

URL: http://svn.apache.org/viewvc?rev=713305&view=rev
Log:
Remove result node printing for larget sequences

Modified:
    webservices/sandesha/trunk/c/samples/rm_echo_single_1_0_large_sequence/echo_util.c
    webservices/sandesha/trunk/c/samples/rm_echo_single_1_0_large_sequence/rm_echo_single.c

Modified: webservices/sandesha/trunk/c/samples/rm_echo_single_1_0_large_sequence/echo_util.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_echo_single_1_0_large_sequence/echo_util.c?rev=713305&r1=713304&r2=713305&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_echo_single_1_0_large_sequence/echo_util.c (original)
+++ webservices/sandesha/trunk/c/samples/rm_echo_single_1_0_large_sequence/echo_util.c Wed Nov 12 00:08:25 2008
@@ -43,12 +43,12 @@
     axiom_element_set_text(seq_om_ele, env, seq, seq_om_node);
     
     om_str = axiom_node_to_string(echo_om_node, env);
-    if (om_str)
+    /*if (om_str)
     {
         printf("\nSending OM : %s\n", om_str);
         AXIS2_FREE(env->allocator, om_str);
         om_str = NULL;
-    }
+    }*/
 
     return echo_om_node;
 }

Modified: webservices/sandesha/trunk/c/samples/rm_echo_single_1_0_large_sequence/rm_echo_single.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/samples/rm_echo_single_1_0_large_sequence/rm_echo_single.c?rev=713305&r1=713304&r2=713305&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/samples/rm_echo_single_1_0_large_sequence/rm_echo_single.c (original)
+++ webservices/sandesha/trunk/c/samples/rm_echo_single_1_0_large_sequence/rm_echo_single.c Wed Nov 12 00:08:25 2008
@@ -185,13 +185,13 @@
         result = axis2_svc_client_send_receive(svc_client, env, payload);
         if(result)
         {
-            axis2_char_t *om_str = NULL;
+            /*axis2_char_t *om_str = NULL;
             om_str = axiom_node_to_string(result, env);
             if (om_str)
             {
                 printf("\nReceived OM : %s\n", om_str);
                 AXIS2_FREE(env->allocator, om_str);
-            }
+            }*/
             printf("\necho client two way single channel invoke SUCCESSFUL!\n");
             result = NULL;
         }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.