You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by da...@apache.org on 2008/10/07 08:51:37 UTC

svn commit: r702359 - /webservices/sandesha/trunk/c/src/util/sandesha2_utils.c

Author: damitha
Date: Mon Oct  6 23:51:37 2008
New Revision: 702359

URL: http://svn.apache.org/viewvc?rev=702359&view=rev
Log:
Adding msg_ctx to op_ctx

Modified:
    webservices/sandesha/trunk/c/src/util/sandesha2_utils.c

Modified: webservices/sandesha/trunk/c/src/util/sandesha2_utils.c
URL: http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/util/sandesha2_utils.c?rev=702359&r1=702358&r2=702359&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/util/sandesha2_utils.c (original)
+++ webservices/sandesha/trunk/c/src/util/sandesha2_utils.c Mon Oct  6 23:51:37 2008
@@ -568,6 +568,7 @@
 
     op_ctx = axis2_op_ctx_create(env, op_new, svc_ctx);
     axis2_msg_ctx_set_op_ctx(new_msg, env, op_ctx);
+    axis2_op_ctx_add_msg_ctx(op_ctx, env, new_msg);
     axis2_msg_ctx_set_svc_ctx(new_msg, env, svc_ctx);
     axis2_msg_ctx_set_svc_grp_ctx(new_msg, env, axis2_msg_ctx_get_svc_grp_ctx(ref_msg, env));
 



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