[ 
https://issues.apache.org/jira/browse/AXIS2C-1329?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Lazarski resolved AXIS2C-1329.
-------------------------------------
    Resolution: Workaround

  1. Workaround exists: Create svc_client with conf_ctx separately, then use    
              
  axis2_stub_set_svc_client()                                                   
              
  2. API evolution: The stub API has been simplified for HTTP/2 JSON 
architecture             
  3. Age and inactivity: 16+ years old with no votes or follow-up 

> 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 N.M. Kumarage
>            Priority: Major
>
> 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 was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to