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 ma...@apache.org on 2008/07/04 11:21:36 UTC

svn commit: r673973 - /webservices/axis2/branches/c/post_1_4_mtom/c/samples/server/mtom/mtom.c

Author: manjula
Date: Fri Jul  4 02:21:35 2008
New Revision: 673973

URL: http://svn.apache.org/viewvc?rev=673973&view=rev
Log:
Commiting a minor change in samples.

Modified:
    webservices/axis2/branches/c/post_1_4_mtom/c/samples/server/mtom/mtom.c

Modified: webservices/axis2/branches/c/post_1_4_mtom/c/samples/server/mtom/mtom.c
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/c/post_1_4_mtom/c/samples/server/mtom/mtom.c?rev=673973&r1=673972&r2=673973&view=diff
==============================================================================
--- webservices/axis2/branches/c/post_1_4_mtom/c/samples/server/mtom/mtom.c (original)
+++ webservices/axis2/branches/c/post_1_4_mtom/c/samples/server/mtom/mtom.c Fri Jul  4 02:21:35 2008
@@ -137,7 +137,7 @@
                     {
                         axiom_data_handler_t *data_handler_res = NULL;
 
-                        data_handler_res = axiom_data_handler_create(env, "/home/manjula/axis2/mtom/c/deploy/bin/samples/resources/deep.tar.gz", NULL);
+                        data_handler_res = axiom_data_handler_create(env, "/home/manjula/axis2/mtom/c/deploy/bin/samples/resources/Gungunare.DAT", NULL);
 
                         axis2_msg_ctx_set_doing_mtom (msg_ctx, env, AXIS2_TRUE);
                         ret_node = build_response2(env, data_handler_res);