There should be a stub creation api function that take axis2 configuration
context as parameter
-----------------------------------------------------------------------------------------------
Key: AXIS2C-1329
URL: https://issues.apache.org/jira/browse/AXIS2C-1329
Project: Axis2-C
Issue Type: Improvement
Reporter: Damitha Kumarage
It is desired to have the above api function so that when creating a stub an
existing configuration context could be used.
axis2_stub_create_with_conf_ctx_and_endpoint_ref_and_client_home(
const axutil_env_t * env,
axis2_conf_ctx_t *con_ctx,
axis2_endpoint_ref_t * endpoint_ref,
const axis2_char_t * client_home));
which in turn call already available api function
axis2_svc_client_create_with_conf_ctx_and_svc(
const axutil_env_t * env,
const axis2_char_t * client_home,
axis2_conf_ctx_t * conf_ctx,
axis2_svc_t * svc);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.