Add dynamic invocation methods to Service Client API
----------------------------------------------------

         Key: AXIS2C-149
         URL: http://issues.apache.org/jira/browse/AXIS2C-149
     Project: Axis2-C
        Type: Task

  Components: core/clientapi  
 Environment: All
    Reporter: Nabeel Yoosuf


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

Reply via email to