You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2007/07/23 07:51:26 UTC

svn commit: r558608 - in /webservices/axis2/trunk/c/samples/client: echo/echo.c math/math_client.c

Author: dinesh
Date: Sun Jul 22 22:51:23 2007
New Revision: 558608

URL: http://svn.apache.org/viewvc?view=rev&rev=558608
Log:
samples changed to work with soap body based dispatching

Modified:
    webservices/axis2/trunk/c/samples/client/echo/echo.c
    webservices/axis2/trunk/c/samples/client/math/math_client.c

Modified: webservices/axis2/trunk/c/samples/client/echo/echo.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/echo/echo.c?view=diff&rev=558608&r1=558607&r2=558608
==============================================================================
--- webservices/axis2/trunk/c/samples/client/echo/echo.c (original)
+++ webservices/axis2/trunk/c/samples/client/echo/echo.c Sun Jul 22 22:51:23 2007
@@ -164,7 +164,7 @@
     axiom_namespace_t *ns1 = NULL;
     axis2_char_t *om_str = NULL;
 
-    ns1 = axiom_namespace_create(env, "http://ws.apache.org/axis2/c/samples", "ns1");
+    ns1 = 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);
     text_om_ele = axiom_element_create(env, echo_om_node, "text", NULL, &text_om_node);
     axiom_element_set_text(text_om_ele, env, "Hello World!", text_om_node);

Modified: webservices/axis2/trunk/c/samples/client/math/math_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/client/math/math_client.c?view=diff&rev=558608&r1=558607&r2=558608
==============================================================================
--- webservices/axis2/trunk/c/samples/client/math/math_client.c (original)
+++ webservices/axis2/trunk/c/samples/client/math/math_client.c Sun Jul 22 22:51:23 2007
@@ -151,7 +151,7 @@
     axiom_output_t *om_output = NULL;
     axis2_char_t *buffer = NULL;
 
-    ns1 = axiom_namespace_create(env, "http://ws.apache.org/axis2/c/samplesmath", "ns1");
+    ns1 = axiom_namespace_create(env, "http://ws.apache.org/axis2/services/math", "ns1");
 
     math_om_ele = axiom_element_create(env, NULL, operation, ns1, &math_om_node);
 



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