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 "Samisa Abeysinghe (JIRA)" <ji...@apache.org> on 2006/08/31 20:45:22 UTC

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

     [ http://issues.apache.org/jira/browse/AXIS2C-149?page=all ]

Samisa Abeysinghe resolved AXIS2C-149.
--------------------------------------

    Resolution: Fixed

I thik we can call this done as the URL case is implemented and I do not see the need for the other function

> 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