[
https://issues.apache.org/jira/browse/AXIS2C-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
S.Uthaiyashankar updated AXIS2C-1329:
-------------------------------------
Component/s: core/clientapi
code generation
> 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
> Components: code generation, core/clientapi
> 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.