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 aj...@apache.org on 2005/06/07 16:35:42 UTC

svn commit: r188784 - in /webservices/axis/trunk/java/xdocs: ServiceArchiveToolReference.html userguide.html

Author: ajith
Date: Tue Jun  7 07:35:41 2005
New Revision: 188784

URL: http://svn.apache.org/viewcvs?rev=188784&view=rev
Log:
Making some minor spelling mistakes

Modified:
    webservices/axis/trunk/java/xdocs/ServiceArchiveToolReference.html
    webservices/axis/trunk/java/xdocs/userguide.html

Modified: webservices/axis/trunk/java/xdocs/ServiceArchiveToolReference.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/ServiceArchiveToolReference.html?rev=188784&r1=188783&r2=188784&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/ServiceArchiveToolReference.html (original)
+++ webservices/axis/trunk/java/xdocs/ServiceArchiveToolReference.html Tue Jun  7 07:35:41 2005
@@ -3,10 +3,12 @@
 an Eclipse plug-in and can be downloaded from the downloads section. The 
 following sections describe how the tool can be used.</p>
 <h2>Installation</h2>
-<p>Download the binary version of the plug-in and extract the content of the zip 
+<p>
+Download the binary version of the plug-in and extract the content of the zip 
 file into the Eclipse installation folder. (The plug-in will actually go into 
-the plugins directory in the Eclipse installation root). Restart Eclipse to set 
-the plug-in automatically.</p>
+the plugins directory in the Eclipse installation root). Restarting Eclipse will set 
+the plug-in automatically.
+</p>
 <h2>Operation</h2>
 <p>If the plug-in is properly installed you should see a new wizard under the 
 &quot;New&quot; section.(use the File -&gt; New -&gt; Other or Ctrl + N ) </p>
@@ -15,7 +17,7 @@
 <p>Selecting the wizard and pressing the next button will start the code 
 generator wizard. Following is the first wizard page.</p>
 <p><img border="0" src="images/tools/ServicePage1.JPG" width="500" height="500"></p>
-<p>Once the class file location is given (which should be a folder in the file 
+<p>Once the class file folder&nbsp; is given (which should be a folder in the file 
 system) the next button will be enabled. Page 2 of the wizard requires you to 
 locate the server.xml</p>
 <p><img border="0" src="images/tools/ServicePage2.JPG" width="500" height="500"></p>
@@ -29,4 +31,4 @@
 <p>&nbsp;</p>
 <p>&nbsp;</p>
 <p>&nbsp;</p>
-<p>&nbsp;</p>
+<p>&nbsp;</p>
\ No newline at end of file

Modified: webservices/axis/trunk/java/xdocs/userguide.html
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/userguide.html?rev=188784&r1=188783&r2=188784&view=diff
==============================================================================
--- webservices/axis/trunk/java/xdocs/userguide.html (original)
+++ webservices/axis/trunk/java/xdocs/userguide.html Tue Jun  7 07:35:41 2005
@@ -145,7 +145,7 @@
 &quot;<b>services</b>&quot; directory. Once these steps are completed, please start the servlet container (if you have not already started) and check the link &quot;List Available services&quot; in the page http://localhost:8080/axis2/index.jsp and see whether the MyService is deployed properly. If 
 everything is ok, you will see the following out put.. </p>
 <p align="center"><img src="images/userguide/MyServiceDeployed.jpg" width="797" height="654"> </p>
-<p>If you can see the above out put then you have successfully deployed MyService on Axis2. Now let's see how we can write Web Service client to use this services. 
+<p>If you can see the above output then you have successfully deployed MyService on Axis2. Now let's see how we can write Web Service client to use this services. 
 Axis2 provides an easy way to deploy a Web Services using, index.jsp. (See the 
 installation guide for more information on this)</p>
 <h2> Web Service Clients Using Axis2 </h2>