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/10/03 13:35:47 UTC

svn commit: r452428 - /webservices/axis2/trunk/java/xdocs/1_1/userguide-new.html

Author: chatra
Date: Tue Oct  3 04:35:46 2006
New Revision: 452428

URL: http://svn.apache.org/viewvc?view=rev&rev=452428
Log:
more updations

Modified:
    webservices/axis2/trunk/java/xdocs/1_1/userguide-new.html

Modified: webservices/axis2/trunk/java/xdocs/1_1/userguide-new.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/1_1/userguide-new.html?view=diff&rev=452428&r1=452427&r2=452428
==============================================================================
--- webservices/axis2/trunk/java/xdocs/1_1/userguide-new.html (original)
+++ webservices/axis2/trunk/java/xdocs/1_1/userguide-new.html Tue Oct  3 04:35:46 2006
@@ -165,12 +165,12 @@
 <h2><a name="Introduction">Introduction</a></h2>
 
 <p>This User's Guide is written based on <a
-href="../download/1_1/download.html/#std-bin">Axis2 Standard Binary
-Distribution</a>. The standard binary distribution can be directly <a
+href="../download/1_1/download.html/#std-bin">Axis2 standard binary
+distribution</a>. The standard binary distribution can be directly <a
 href="[preferred]/ws/axis2/1_1/axis2-std-1.1-bin.zip"
 title="[preferred]/ws/axis2/1_1/axis2-std-1.1-bin.zip">downloaded</a> or
-built using the <a href="../download/1_1/download.html#src">Standard Source
-Distribution</a>. If you choose to go for the latter, then <a
+built using the <a href="../download/1_1/download.html#src">standard source
+distribution</a>. If you choose to go for the latter, then <a
 href="installationguide.html">Installation Guide</a> will instruct you on how
 to build Axis2 Standard Binary Distribution using the Source.</p>
 
@@ -186,8 +186,10 @@
 <h2><a name="Web_Services_Using_Axis2">Web Services Using Axis2</a></h2>
 
 <p>In this section, we will learn how to write and deploy Web services using
-Axis2. All the samples mentioned are located in the
-<b>"samples\userguide\src"</b> directory of the binary distribution.</p>
+Axis2. All the samples mentioned in this giude are located in the
+<b>"samples\userguide\src"</b> directory of <a
+href="../download/1_1/download.html/#std-bin">Axis2 binary
+distribution</a>.</p>
 
 <h3><a name="Getting_started">Getting Started</a></h3>
 
@@ -202,14 +204,14 @@
   <li><a href="#Writing_Web_Services_Using Axis2's_Primary_APIs">Use Axis2's
     primary interfaces (APIs) and implement the business logic.</a></li>
   <li><p><a href="#Writing_Web_Services_by_Code_Generating_Skeleton">Start
-    from the WSDL -&gt;Code generate the Skeleton -&gt;Implement the Business
-    Logic.</a></p>
+    from the WSDL -&gt; Code generate the Skeleton -&gt; Implement the
+    Business Logic.</a></p>
   </li>
 </ol>
 
-<p>The complete code for this example Web service (MyService) can be found in
-the "Axis2Home/samples/userguide/src" directory under "userguide/example1"
-package.</p>
+<p>The complete code of the example Web service -MyService which will be used
+in this exercise is found in the "Axis2_HOME/samples/userguide/src" directory
+under "userguide/example1" package.</p>
 
 <h3><a name="Writing_Web_Services_Using Axis2's_Primary_APIs">1. Writing Web
 Services Using Axis2's Primary APIs</a></h3>



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