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

svn at wso2.com svn at wso2.com
Mon Jan 15 20:29:28 PST 2007


Author: dinesh
Date: Mon Jan 15 20:29:09 2007
New Revision: 430

Modified:
   wsf/c/wsclient/src/wsclient_stub.c
Log:
if you are using wsf c need to set WSFC_HOME environment variable

Modified: wsf/c/wsclient/src/wsclient_stub.c
==============================================================================
--- wsf/c/wsclient/src/wsclient_stub.c	(original)
+++ wsf/c/wsclient/src/wsclient_stub.c	Mon Jan 15 20:29:09 2007
@@ -622,7 +622,7 @@
 					"[wsclient] payload %s \n", input);
 	payload = wsclient_payload (env, input);
 
-	client_home = AXIS2_GETENV("AXIS2C_HOME");
+	client_home = AXIS2_GETENV("WSFC_HOME");
 	if (!client_home)
 	{
 		printf ("AXIS2C_HOME environment variable doesn't set properly.Please recheck\n");




More information about the Wsf-c-dev mailing list