Operation and message level policies in client side

2009-01-29 Thread Manjula Peiris
Hi devs, In order to fix https://issues.apache.org/jira/browse/AXIS2C-619 we need to change the following function signature in the svc_client API. AXIS2_EXTERN axis2_status_t AXIS2_CALL axis2_svc_client_set_policy( axis2_svc_client_t * svc_client, const axutil_env_t * env,

Re: Operation and message level policies in client side

2009-01-29 Thread Supun Kamburugamuva
How about adding another method with a name like axis2_svc_client_set_policy_with_type. We can have a default value for axis2_policy_types in the first method. Supun. On Thu, Jan 29, 2009 at 2:49 PM, Manjula Peiris manj...@wso2.com wrote: Hi devs, In order to fix

Re: Operation and message level policies in client side

2009-01-29 Thread Uthaiyashankar
On Thu, Jan 29, 2009 at 11:23 PM, Manjula Peiris manj...@wso2.com wrote: On Thu, 2009-01-29 at 15:45 +0500, Supun Kamburugamuva wrote: How about adding another method with a name like axis2_svc_client_set_policy_with_type. We can have a default value for axis2_policy_types in the first