You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Damitha Kumarage (JIRA)" <ji...@apache.org> on 2006/07/28 13:27:14 UTC

[jira] Commented: (AXIS2C-149) Add dynamic invocation methods to Service Client API

    [ http://issues.apache.org/jira/browse/AXIS2C-149?page=comments#action_12424069 ] 
            
Damitha Kumarage commented on AXIS2C-149:
-----------------------------------------

axis2_svc_client_t* axis2_svc_client_create_with_conf_ctx_wsdl_url(axis2_env_t **env,
     axis2_conf_ctx_t *conf_ctx,
     axis2_url_t *wsdl_url,
     axis2_qname_t *wsdl_svc_name,
     axis2_char_t *port_name); 
is implemented as

axis2_svc_client_t* AXIS2_CALL
axis2_svc_client_create_with_conf_ctx_and_wsdl_uri_wsdl_svc_name_and_endpoint(
        const axis2_env_t *env,
        axis2_conf_ctx_t *conf_ctx,
        const axis2_uri_t *wsdl_uri,
        const axis2_qname_t *wsdl_svc_qname,
        const axis2_char_t *endpoint_name,
        const axis2_char_t *client_home)

The other function implementation is pending

> Add dynamic invocation methods to Service Client API
> ----------------------------------------------------
>
>                 Key: AXIS2C-149
>                 URL: http://issues.apache.org/jira/browse/AXIS2C-149
>             Project: Axis2-C
>          Issue Type: Task
>          Components: core/clientapi
>    Affects Versions: Current (Nightly)
>         Environment: All
>            Reporter: Nabeel Yoosuf
>             Fix For: 0.93
>
>
> Once Woden/C and XmlSchema parser are ready, the following create functions should be added to service client to be inline with Java API.
> axis2_svc_client_t* axis2_svc_client_create_with_conf_ctx_wsdl_def(axis2_env_t **env,
>      axis2_conf_ctx_t *conf_ctx,
>      axis2_wsdl_def_t *wsdl_def,
>      axis2_qname_t *wsdl_svc_name,
>      axis2_char_t *port_name);
> axis2_svc_client_t* axis2_svc_client_create_with_conf_ctx_wsdl_url(axis2_env_t **env,
>      axis2_conf_ctx_t *conf_ctx,
>      axis2_url_t *wsdl_url,
>      axis2_qname_t *wsdl_svc_name,
>      axis2_char_t *port_name);

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org