[wsf-c-dev] svn commit r414 - wsf/c/wsclient/src

svn at wso2.com svn at wso2.com
Fri Jan 12 06:31:10 PST 2007


Author: dinesh
Date: Fri Jan 12 06:31:05 2007
New Revision: 414

Modified:
   wsf/c/wsclient/src/wsclient.c
Log:
options updated

Modified: wsf/c/wsclient/src/wsclient.c
==============================================================================
--- wsf/c/wsclient/src/wsclient.c	(original)
+++ wsf/c/wsclient/src/wsclient.c	Fri Jan 12 06:31:05 2007
@@ -43,7 +43,7 @@
 	    array_list = wsclient_process_options (argc, argv, env);
 		AXIS2_LOG_INFO(env->log, "[wsclient]invoking wsclient stub  ");
 	    status = wsclient_stub_invoke (env, array_list, dest_uri, *input);
-		AXIS2_LOG_INFO(env->log, "[wsclient]wsclient successfully invoked ");
+		AXIS2_LOG_INFO(env->log, "[wsclient]wsclient invoked ");
 	    if (status == WSCLIENT_ERROR_NO_DESTURI)
 	    {
 			printf ("please enter valid destURI \n");
@@ -215,6 +215,11 @@
 			("\
        --output-http-headers FILE   output the HTTP headers in the response to FILE.\n"),
 			"\n",
+			("\
+SSL OPTIONS:\n"),
+			("\
+       --server-cert PATH           path to certificate file to use with https transport.\n"),
+			"\n",
 	    };
 	int i = 0;
 	for (i = 0; i < array_sizeof(help); i++)




More information about the Wsf-c-dev mailing list