You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2008/02/03 07:01:39 UTC

svn commit: r617954 - /webservices/axis2/trunk/c/tools/codegen/javatool/README.txt

Author: samisa
Date: Sat Feb  2 22:01:37 2008
New Revision: 617954

URL: http://svn.apache.org/viewvc?rev=617954&view=rev
Log:
Fixed some typos

Modified:
    webservices/axis2/trunk/c/tools/codegen/javatool/README.txt

Modified: webservices/axis2/trunk/c/tools/codegen/javatool/README.txt
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/tools/codegen/javatool/README.txt?rev=617954&r1=617953&r2=617954&view=diff
==============================================================================
--- webservices/axis2/trunk/c/tools/codegen/javatool/README.txt (original)
+++ webservices/axis2/trunk/c/tools/codegen/javatool/README.txt Sat Feb  2 22:01:37 2008
@@ -1,26 +1,29 @@
-lLWSDL2C.sh/bat
-=========
-
-This file is to simplify the C code geneation using WSDL2C java tool. 
-
-How to use
-----------
-1. Set AXIS2_HOME envionment vaiable to you axis2 java installation diectoy . 
-   eg: 'expot AXIS2_HOME=/home/axis2java' 
-3. un WSDL2C.sh giving WSDL2C command line aguments as the aguments to the shell scipt.
-
-Note: Same fo the bat file as wel. 
-
-
-Examples
---------
-
-To geneate a seve skeleton in C:
-	sh WSDL2C.sh -ui inteoptestdoclitpaametes.wsdl -ss -sd -d adb -u
-    o  WSDL2C.bat -ui inteoptestdoclitpaametes.wsdl -ss -sd -d adb -u
-
-To geneate a client stub in C: 
-
-	sh WSDL2C.sh -ui inteoptestdoclitpaametes.wsdl -d adb -u 
-    o  WSDL2C.bat -ui inteoptestdoclitpaametes.wsdl -d adb -u 
-
+WSDL2C.sh and WSDL2C.bat
+========================
+
+These scripts are provided to simplify the C code geneation using WSDL2C Java tool that comes with Apache Axis2/Java. 
+
+How to use
+----------
+1. Set AXIS2_HOME envionment vaiable to you Axis2 Java installation diectoy. 
+   eg: 'expot AXIS2_HOME=/home/axis2java' 
+3. Run WSDL2C.sh giving WSDL2C command line aguments as the aguments to the shell scipt.
+
+Note: Do the same for the bat file on Windows. 
+
+
+Examples
+--------
+
+To geneate a seve skeleton in C:
+Linux:
+	sh WSDL2C.sh -ui inteoptestdoclitpaametes.wsdl -ss -sd -d adb -u
+Windows:
+      WSDL2C.bat -ui inteoptestdoclitpaametes.wsdl -ss -sd -d adb -u
+
+To geneate a client stub in C: 
+Linux: 
+	sh WSDL2C.sh -ui inteoptestdoclitpaametes.wsdl -d adb -u 
+Windows
+      WSDL2C.bat -ui inteoptestdoclitpaametes.wsdl -d adb -u 
+



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org