Author: damitha
Date: Mon Oct 6 22:45:17 2008
New Revision: 702354
URL: http://svn.apache.org/viewvc?rev=702354&view=rev
Log:
Set the parent of the operation
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=702354&r1=702353&r2=702354&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/util/sandesha2_utils.c (original)
+++ webservices/sandesha/trunk/c/src/util/sandesha2_utils.c Mon Oct 6 22:45:17
2008
@@ -561,6 +561,7 @@
svc_ctx = axis2_msg_ctx_get_svc_ctx(ref_msg, env);
op = axis2_msg_ctx_get_op(ref_msg, env);
op_new = axis2_op_create(env);
+ axis2_op_set_parent(op_new, env, axis2_op_get_parent(op, env));
axis2_op_set_msg_exchange_pattern(op_new, env,
axis2_op_get_msg_exchange_pattern(op, env));
axis2_op_set_out_flow(op_new, env, axis2_op_get_out_flow(op, env));
axis2_op_set_in_flow(op_new, env, axis2_op_get_in_flow(op, env));
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]