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

List:       axis-cvs
Subject:    svn commit: r373871 -
From:       samisa () apache ! org
Date:       2006-01-31 16:53:00
Message-ID: 20060131165301.11157.qmail () minotaur ! apache ! org
[Download RAW message or body]

Author: samisa
Date: Tue Jan 31 08:52:55 2006
New Revision: 373871

URL: http://svn.apache.org/viewcvs?rev=373871&view=rev
Log:
More eye candy

Modified:
    webservices/axis2/trunk/c/test/client/echo/echo_client.c

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=373871&r1=373870&r2=373871&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 08:52:55 2006
@@ -104,13 +104,16 @@
     axis2_om_element_t* echo_om_ele = NULL;
     axis2_om_node_t* text_om_node = NULL;
     axis2_om_element_t * text_om_ele = NULL;
+    axis2_om_namespace_t *ns1 = NULL;
     
 
     axis2_xml_writer_t *xml_writer = NULL;
     axis2_om_output_t *om_output = NULL;
     axis2_char_t *buffer = NULL;
 
-    echo_om_ele = axis2_om_element_create(env, NULL, "echoString", NULL, \
&echo_om_node); +    ns1 = axis2_om_namespace_create (env, \
"http://localhost:9090/axis2/services/echo", "ns1"); +
+    echo_om_ele = axis2_om_element_create(env, NULL, "echoString", ns1, \
&echo_om_node);  
     text_om_ele = axis2_om_element_create(env, echo_om_node, "text", NULL, \
&text_om_node);  


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

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