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 ch...@apache.org on 2006/12/21 12:26:03 UTC

svn commit: r489327 - in /webservices/axis2/branches/java/1_1/xdocs/1_1: installationguide.html reference.html

Author: chatra
Date: Thu Dec 21 03:26:02 2006
New Revision: 489327

URL: http://svn.apache.org/viewvc?view=rev&rev=489327
Log:
corrected script file names

Modified:
    webservices/axis2/branches/java/1_1/xdocs/1_1/installationguide.html
    webservices/axis2/branches/java/1_1/xdocs/1_1/reference.html

Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/installationguide.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/1_1/installationguide.html?view=diff&rev=489327&r1=489326&r2=489327
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/1_1/installationguide.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/1_1/installationguide.html Thu Dec 21 03:26:02 2006
@@ -258,10 +258,10 @@
         WSDL.<br>
 
 
-        <p><em>Usage:  WSDL2Java.{sh|bat} [OPTION]... -uri &lt;Location of
+        <p><em>Usage:  wsdl2java.{sh|bat} [OPTION]... -uri &lt;Location of
         WSDL&gt;</em></p>
 
-        <p>Eg:  WSDL2Java.sh -uri ../wsdl/Axis2Sample.wsdl</p>
+        <p>Eg:  wsdl2java.sh -uri ../wsdl/Axis2Sample.wsdl</p>
 
         <p>A more detailed reference about this script can be found <a
         href="reference.html">here</a></p>

Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/reference.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/1_1/reference.html?view=diff&rev=489327&r1=489326&r2=489327
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/1_1/reference.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/1_1/reference.html Thu Dec 21 03:26:02 2006
@@ -13,11 +13,11 @@
 <a name="wsdl2code"></a>
 <h2> WSDL2Java Reference</h2>
 <pre>NAME
-       WSDL2Java.sh or WSDL2Java.bat - Generates java code according to a given WSDL file to handle Web service invocation.
+       wsdl2java.sh or wsdl2java.bat - Generates java code according to a given WSDL file to handle Web service invocation.
        These scripts can be found under the bin directory of the Axis2 distribution.
 
 SYNOPSIS
-       WSDL2Java.sh [OPTION]... -uri &lt;Location of WSDL&gt;
+       wsdl2java.sh [OPTION]... -uri &lt;Location of WSDL&gt;
 
 DESCRIPTION
        Given a WSDL file, this generates java code to handle Web service invocations.
@@ -46,9 +46,9 @@
 	-R &lt;folder name&gt; : Generated resources folder name. (Default: resources)
 	
 EXAMPLES
-       WSDL2Java.sh -uri ../samples/wsdl/Axis2SampleDocLit.wsdl
-       WSDL2Java.sh -uri ../samples/wsdl/Axis2SampleDocLit.wsdl -ss -sd 
-       WSDL2Java.sh -uri ../samples/wsdl/Axis2SampleDocLit.wsdl -ss -sd -d xmlbeans -o ../samples -p org.apache.axis2.userguide</pre>
+       wsdl2java.sh -uri ../samples/wsdl/Axis2SampleDocLit.wsdl
+       wsdl2java.sh -uri ../samples/wsdl/Axis2SampleDocLit.wsdl -ss -sd 
+       wsdl2java.sh -uri ../samples/wsdl/Axis2SampleDocLit.wsdl -ss -sd -d xmlbeans -o ../samples -p org.apache.axis2.userguide</pre>
 
 <a name="wsdl2java"></a>
 <h2> Java2WSDL Reference</h2>



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