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 sa...@apache.org on 2006/05/04 10:05:29 UTC

svn commit: r399596 - /webservices/axis2/trunk/c/modules/core/clientapi/op_client.c

Author: samisa
Date: Thu May  4 01:05:26 2006
New Revision: 399596

URL: http://svn.apache.org/viewcvs?rev=399596&view=rev
Log:
Added setting options to message context

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

Modified: webservices/axis2/trunk/c/modules/core/clientapi/op_client.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/clientapi/op_client.c?rev=399596&r1=399595&r2=399596&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/clientapi/op_client.c (original)
+++ webservices/axis2/trunk/c/modules/core/clientapi/op_client.c Thu May  4 01:05:26 2006
@@ -315,9 +315,7 @@
 		return AXIS2_FAILURE;
 	}
 	
-	msg_info_headers = AXIS2_OPTIONS_GET_MSG_INFO_HEADERS(op_client_impl->options,
-							env);	
-	AXIS2_MSG_CTX_SET_MSG_INFO_HEADERS(msg_ctx, env, msg_info_headers);
+	AXIS2_MSG_CTX_SET_OPTIONS(msg_ctx, env, op_client_impl->options);
 	
 	/** 
 	if the transport to use for sending is not specified, try to find it