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 du...@apache.org on 2007/08/21 09:19:54 UTC

svn commit: r567990 - /webservices/axis2/trunk/c/samples/client/echo/echo.c

Author: dushshantha
Date: Tue Aug 21 00:19:53 2007
New Revision: 567990

URL: http://svn.apache.org/viewvc?rev=567990&view=rev
Log:
engaged Addressing module to the client programatically.

Modified:
    webservices/axis2/trunk/c/samples/client/echo/echo.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?rev=567990&r1=567989&r2=567990&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/echo/echo.c (original)
+++ webservices/axis2/trunk/c/samples/client/echo/echo.c Tue Aug 21 00:19:53 2007
@@ -128,7 +128,7 @@
     axis2_svc_client_set_options(svc_client, env, options);
 
     /* Engage addressing module */
-    axis2_svc_client_disengage_module(svc_client, env, AXIS2_MODULE_ADDRESSING);
+    axis2_svc_client_engage_module(svc_client, env, AXIS2_MODULE_ADDRESSING);
 
 
 



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