Author: damitha
Date: Fri Nov 21 02:47:32 2008
New Revision: 719554
URL: http://svn.apache.org/viewvc?rev=719554&view=rev
Log:
When sending terminate sequence set the is_server side property to false
Modified:
webservices/sandesha/trunk/c/src/util/msg_creator.c
Modified: webservices/sandesha/trunk/c/src/util/msg_creator.c
URL:
http://svn.apache.org/viewvc/webservices/sandesha/trunk/c/src/util/msg_creator.c?rev=719554&r1=719553&r2=719554&view=diff
==============================================================================
--- webservices/sandesha/trunk/c/src/util/msg_creator.c (original)
+++ webservices/sandesha/trunk/c/src/util/msg_creator.c Fri Nov 21 02:47:32 2008
@@ -673,6 +673,7 @@
sandesha2_msg_creator_finalize_creation(env, ref_msg_ctx,
terminate_seq_msg_ctx);
axis2_msg_ctx_set_property(terminate_seq_msg_ctx, env, AXIS2_TRANSPORT_IN,
NULL);
+ axis2_msg_ctx_set_server_side(terminate_seq_msg_ctx, env, AXIS2_FALSE);
return terminate_rm_msg;
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]