You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ma...@apache.org on 2009/03/06 10:19:00 UTC

svn commit: r750814 - /webservices/axis2/trunk/c/include/axis2_svc_client.h

Author: manjula
Date: Fri Mar  6 09:18:56 2009
New Revision: 750814

URL: http://svn.apache.org/viewvc?rev=750814&view=rev
Log:
Removing the dynamic invocation function.

Modified:
    webservices/axis2/trunk/c/include/axis2_svc_client.h

Modified: webservices/axis2/trunk/c/include/axis2_svc_client.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_svc_client.h?rev=750814&r1=750813&r2=750814&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_svc_client.h (original)
+++ webservices/axis2/trunk/c/include/axis2_svc_client.h Fri Mar  6 09:18:56 2009
@@ -505,30 +505,6 @@
         axis2_svc_t * svc);
 
     /**
-     * Creates a service client struct. This constructor is used in dynamic
-     * invocation.
-     * @param env pointer to environment struct
-     * @param conf_ctx pointer to configuration context. Newly created client 
-     * assumes ownership of the conf_ctx
-     * @param wsdl_uri pointer to Uri of the wsdl file.
-     * @param wsdl_svc_qname pointer to qname of the wsdl service. If this is NULL
-     * first service is assumed
-     * @param endpoint_name pointer to endpoint name. If this is NULL first endpoint
-     * is assumed.
-     * @param client_home name of the directory that contains the Axis2/C repository
-     * @return a pointer to newly created service client struct,
-     *         or NULL on error with error code set in environment's error
-     */
-    AXIS2_EXTERN axis2_svc_client_t *AXIS2_CALL
-    axis2_svc_client_create_for_dynamic_invocation(
-        const axutil_env_t * env,
-        axis2_conf_ctx_t * conf_ctx,
-        const axutil_uri_t * wsdl_uri,
-        const axutil_qname_t * wsdl_svc_qname,
-        const axis2_char_t * endpoint_name,
-        const axis2_char_t * client_home);
-
-    /**
      * Gets the last response SOAP envelope. 
      * @param svc_client pointer to service_client struct
      * @param env env pointer to environment struct