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:30:18 UTC

svn commit: r489329 - in /webservices/axis2/branches/java/1_1/xdocs/1_1: userguide-creatingclients-jibx.html userguide-creatingclients-xmlbeans.html userguide-creatingclients.html

Author: chatra
Date: Thu Dec 21 03:30:17 2006
New Revision: 489329

URL: http://svn.apache.org/viewvc?view=rev&rev=489329
Log:
corrected script name-changed to lower case

Modified:
    webservices/axis2/branches/java/1_1/xdocs/1_1/userguide-creatingclients-jibx.html
    webservices/axis2/branches/java/1_1/xdocs/1_1/userguide-creatingclients-xmlbeans.html
    webservices/axis2/branches/java/1_1/xdocs/1_1/userguide-creatingclients.html

Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/userguide-creatingclients-jibx.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/1_1/userguide-creatingclients-jibx.html?view=diff&rev=489329&r1=489328&r2=489329
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/1_1/userguide-creatingclients-jibx.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/1_1/userguide-creatingclients-jibx.html Thu Dec 21 03:30:17 2006
@@ -243,7 +243,7 @@
   <li>Remove the xsd2jibx-related *.jar files from your CLASSPATH and add the
     Axis2 jar files back onto it. Execute the following command to generate
     the stubs:
-    <pre>%AXIS2_HOME%\bin\WSDL2Java -uri Axis2UserGuide.wsdl -p org.apache.axis2.axis2userguide -d jibx -Ebindingfile org\apache\axis2\axis2userguide\binding.xml -s</pre>
+    <pre>%AXIS2_HOME%\bin\wsdl2java -uri Axis2UserGuide.wsdl -p org.apache.axis2.axis2userguide -d jibx -Ebindingfile org\apache\axis2\axis2userguide\binding.xml -s</pre>
   </li>
   <li>Create the client file in the org/apache/axis2/axis2userguide
   directory.</li>
@@ -374,7 +374,7 @@
 stubs.</p>
 
 <p><b>Code Listing 3: Generating the stubs</b></p>
-<pre>%AXIS2_HOME%\bin\WSDL2Java -uri Axis2UserGuide.wsdl -p org.apache.axis2.axis2userguide -d jibx -Ebindingfile org\apache\axis2\axis2userguide\binding.xml -s</pre>
+<pre>%AXIS2_HOME%\bin\wsdl2java -uri Axis2UserGuide.wsdl -p org.apache.axis2.axis2userguide -d jibx -Ebindingfile org\apache\axis2\axis2userguide\binding.xml -s</pre>
 
 <p>Create the client file, Client.java, in the
 org/apache/axis2/axis2userguide directory. Add the following code in Code

Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/userguide-creatingclients-xmlbeans.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/1_1/userguide-creatingclients-xmlbeans.html?view=diff&rev=489329&r1=489328&r2=489329
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/1_1/userguide-creatingclients-xmlbeans.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/1_1/userguide-creatingclients-xmlbeans.html Thu Dec 21 03:30:17 2006
@@ -218,7 +218,7 @@
     and unpack the Apache Axis2 Standard Distribution.</li>
   <li>Create the client classes with the following command:<br />
 
-    <pre>%AXIS2_HOME%\bin\WSDL2Java -uri Axis2UserGuide.wsdl -p org.apache.axis2.axis2userguide -d xmlbeans -s</pre>
+    <pre>%AXIS2_HOME%\bin\wsdl2java -uri Axis2UserGuide.wsdl -p org.apache.axis2.axis2userguide -d xmlbeans -s</pre>
   </li>
   <li>Create the client (for example, Client.java) and save it in the
     org/apache/axis2/axis2userguide directory.</li>
@@ -251,7 +251,7 @@
 <p>To generate the client, issue the following command in Listing 2.</p>
 
 <p><b>Code Listing 2. Generating the client</b></p>
-<pre>%AXIS2_HOME%\bin\WSDL2Java -uri Axis2UserGuide.wsdl -p org.apache.axis2.axis2userguide -d xmlbeans -s</pre>
+<pre>%AXIS2_HOME%\bin\wsdl2java -uri Axis2UserGuide.wsdl -p org.apache.axis2.axis2userguide -d xmlbeans -s</pre>
 
 <p>This command analyzes the WSDL file and creates the stubs in the package
 org.apache.axis2.axis2userguide. The options specify that you want the

Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/userguide-creatingclients.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/1_1/userguide-creatingclients.html?view=diff&rev=489329&r1=489328&r2=489329
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/1_1/userguide-creatingclients.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/1_1/userguide-creatingclients.html Thu Dec 21 03:30:17 2006
@@ -139,7 +139,7 @@
   <li>If you have not done it already, <a href="http://ws.apache.org/axis2/download/1_1_1/download.cgi#std-bin">download</a> and unpack the
     Apache Axis2 Standard Distribution.</li>
   <li>Create the client stub with the following command:
-    <pre>%AXIS2_HOME%\bin\WSDL2Java -uri Axis2UserGuide.wsdl -p org.apache.axis2.axis2userguide -d adb -s</pre>
+    <pre>%AXIS2_HOME%\bin\wsdl2java -uri Axis2UserGuide.wsdl -p org.apache.axis2.axis2userguide -d adb -s</pre>
   </li>
   <li>Create the client (for example, Client.java), a Java application that
     uses the generated stub, and save it in the
@@ -169,7 +169,7 @@
 command in Code Listing 6.</p>
 
 <h3><b>Code Listing 6 - Generating the Client</b></h3>
-<pre>%AXIS2_HOME%\bin\WSDL2Java -uri Axis2UserGuide.wsdl -p org.apache.axis2.axis2userguide -d adb -s</pre>
+<pre>%AXIS2_HOME%\bin\wsdl2java -uri Axis2UserGuide.wsdl -p org.apache.axis2.axis2userguide -d adb -s</pre>
 
 <p>This command analyzes the WSDL file and creates the stub in the package
 org.apache.axis2.axis2userguide. The options specify that you want the ADB



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