You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sh...@apache.org on 2008/04/22 15:27:21 UTC

svn commit: r650518 - /webservices/axis2/trunk/c/src/core/clientapi/op_client.c

Author: shankar
Date: Tue Apr 22 06:27:11 2008
New Revision: 650518

URL: http://svn.apache.org/viewvc?rev=650518&view=rev
Log:
Transport_in property copy is removed from axis2_op_client_two_way_send since whole msg_ctx option is copied.

Modified:
    webservices/axis2/trunk/c/src/core/clientapi/op_client.c

Modified: webservices/axis2/trunk/c/src/core/clientapi/op_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/clientapi/op_client.c?rev=650518&r1=650517&r2=650518&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/clientapi/op_client.c (original)
+++ webservices/axis2/trunk/c/src/core/clientapi/op_client.c Tue Apr 22 06:27:11 2008
@@ -1181,14 +1181,6 @@
     if (!response)
         return NULL;
 
-    property = axis2_msg_ctx_get_property(msg_ctx, env, AXIS2_TRANSPORT_IN);
-    if (property)
-    {
-        axis2_msg_ctx_set_property(response, env, AXIS2_TRANSPORT_IN, property);
-        property = NULL;
-    }
-
-
     axis2_msg_ctx_set_server_side(response, env, AXIS2_FALSE);
     axis2_msg_ctx_set_conf_ctx(response, env,
                                axis2_msg_ctx_get_conf_ctx(msg_ctx, env));



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