You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2007/10/06 17:01:57 UTC

svn commit: r582502 - /webservices/axis2/trunk/c/samples/user_guide/clients/echo_util.c

Author: dinesh
Date: Sat Oct  6 08:01:56 2007
New Revision: 582502

URL: http://svn.apache.org/viewvc?rev=582502&view=rev
Log:
changed body first namespace to match with service

Modified:
    webservices/axis2/trunk/c/samples/user_guide/clients/echo_util.c

Modified: webservices/axis2/trunk/c/samples/user_guide/clients/echo_util.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/user_guide/clients/echo_util.c?rev=582502&r1=582501&r2=582502&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/user_guide/clients/echo_util.c (original)
+++ webservices/axis2/trunk/c/samples/user_guide/clients/echo_util.c Sat Oct  6 08:01:56 2007
@@ -31,7 +31,7 @@
     axis2_char_t *om_str = NULL;
 
     ns1 =
-        axiom_namespace_create(env, "http://ws.apache.org/axis2/c/samples",
+        axiom_namespace_create(env, "http://ws.apache.org/axis2/services/echo",
                                "ns1");
     echo_om_ele =
         axiom_element_create(env, NULL, "echoString", ns1, &echo_om_node);



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