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 ch...@apache.org on 2006/09/20 13:50:06 UTC

svn commit: r448170 - in /webservices/axis2/trunk/java/xdocs/1_1: userguide2.html userguide3.html userguide4.html userguide5.html

Author: chatra
Date: Wed Sep 20 04:50:06 2006
New Revision: 448170

URL: http://svn.apache.org/viewvc?view=rev&rev=448170
Log:
finalized path for userguide samples in the dist 

Modified:
    webservices/axis2/trunk/java/xdocs/1_1/userguide2.html
    webservices/axis2/trunk/java/xdocs/1_1/userguide3.html
    webservices/axis2/trunk/java/xdocs/1_1/userguide4.html
    webservices/axis2/trunk/java/xdocs/1_1/userguide5.html

Modified: webservices/axis2/trunk/java/xdocs/1_1/userguide2.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/1_1/userguide2.html?view=diff&rev=448170&r1=448169&r2=448170
==============================================================================
--- webservices/axis2/trunk/java/xdocs/1_1/userguide2.html (original)
+++ webservices/axis2/trunk/java/xdocs/1_1/userguide2.html Wed Sep 20 04:50:06 2006
@@ -22,8 +22,8 @@
 
 <p><b><font size="4">Note (on samples):</font></b> In this page of the user's
 guide we will look at how to write and deploy Web Services using Axis2. All
-samples mentioned in this guide are located in the <b>"samples/src"</b>
-directory of the binary distribution.</p>
+samples mentioned in this guide are located in the
+<b>"samples\userguide\src"</b> directory of the binary distribution.</p>
 
 <h2><a name="Web_Services_Using_Axis2">Web Services Using Axis2</a></h2>
 

Modified: webservices/axis2/trunk/java/xdocs/1_1/userguide3.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/1_1/userguide3.html?view=diff&rev=448170&r1=448169&r2=448170
==============================================================================
--- webservices/axis2/trunk/java/xdocs/1_1/userguide3.html (original)
+++ webservices/axis2/trunk/java/xdocs/1_1/userguide3.html Wed Sep 20 04:50:06 2006
@@ -23,7 +23,7 @@
 <p><b><font size="4">Note (on samples):</font></b> In this page of the user's
 guide we will look at how to write Web Service Clients using Axis2. All
 samples mentioned in this guide are located at the <b><font
-color="#000000">"samples/src"</font></b> directory of the binary
+color="#000000">"samples\userguide\src"</font></b> directory of the binary
 distribution. So... let's explore the samples.</p>
 
 <h2><a name="Web_Service_Clients_Using_Axis2">Web Service Clients Using
@@ -330,9 +330,8 @@
 <p><font color="#0000ff"><font color="#000000">The boolean flag (value true)
 in the "<b>options.setUseSeparateListener(...)</b>" method informs the Axis2
 engine to use separate transport connections for request and response.
-Finally "<b>service.finalizeInvoke()</b>" informs the Axis2 engine to
-stop the client side listener started to retrieve the
-response.</font></font></p>
+Finally "<b>service.finalizeInvoke()</b>" informs the Axis2 engine to stop
+the client side listener started to retrieve the response.</font></font></p>
 
 <p>Before we run the sample client we have one more step to perform. As
 mentioned earlier Axis2 uses addressing based correlation mechanism, hence we
@@ -344,8 +343,8 @@
 href="Axis2ArchitectureGuide.html" target="_blank">Architecture Guide</a> for
 more details about phases)  and hence "engaging" means simply adding module
 reference in the "axis2.xml" (NOT the "services.xml"). Now add the following
-line to the "axis2.xml" that you can find in the "/webapps/axis2/WEB-INF/conf"
-directory in the servlet container. 
+line to the "axis2.xml" that you can find in the
+"/webapps/axis2/WEB-INF/conf" directory in the servlet container. 
 <pre style="margin-bottom: 0.2in"> &lt;module ref="addressing"/&gt;</pre>
 
 <p>Note: <font color="#000000">Once you change the "axis2.xml" you need to

Modified: webservices/axis2/trunk/java/xdocs/1_1/userguide4.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/1_1/userguide4.html?view=diff&rev=448170&r1=448169&r2=448170
==============================================================================
--- webservices/axis2/trunk/java/xdocs/1_1/userguide4.html (original)
+++ webservices/axis2/trunk/java/xdocs/1_1/userguide4.html Wed Sep 20 04:50:06 2006
@@ -21,8 +21,8 @@
 href="userguide3.html">3</a>, <b>4</b>, <a href="userguide5.html">5</a></p>
 
 <p><b><font size="4">Note (on samples):</font></b> All samples mentioned in
-the user's guide are located at <b>"samples/src"</b> directory of the binary
-distribution.</p>
+the user's guide are located at <b>"samples\userguide\src"</b> directory of
+the binary distribution.</p>
 
 <h2><a name="Modules"></a>Modules</h2>
 

Modified: webservices/axis2/trunk/java/xdocs/1_1/userguide5.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/xdocs/1_1/userguide5.html?view=diff&rev=448170&r1=448169&r2=448170
==============================================================================
--- webservices/axis2/trunk/java/xdocs/1_1/userguide5.html (original)
+++ webservices/axis2/trunk/java/xdocs/1_1/userguide5.html Wed Sep 20 04:50:06 2006
@@ -4,7 +4,6 @@
 <head>
   <meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
   <title>Axis2 User's Guide</title>
-  <meta name="generator" content="Bluefish 1.0.5">
 </head>
 
 <body lang="en-US" dir="ltr">
@@ -22,8 +21,8 @@
 href="userguide3.html">3</a>, <a href="userguide4.html">4</a>, <b>5</b></p>
 
 <p><font size="4"><b>Note (on samples):</b></font> All samples mentioned in
-the user's guide are located at <b>"samples/src"</b> directory of the binary
-distribution.</p>
+the user's guide are located at <b>"samples\userguide\src"</b> directory of
+the binary distribution.</p>
 
 <h2><a name="Other_Samples">Other Samples</a></h2>
 
@@ -74,8 +73,8 @@
 
 <p>Amazon queuing service sample shows how to use the Amazon queuing service.
 It has two user interfaces , one to enqueue and the other to dequeue. This
-sample is included in the samples\amazonQS directory with the
-required batch/shell scripts to run the sample.</p>
+sample is included in the samples\amazonQS directory with the required
+batch/shell scripts to run the sample.</p>
 
 <p align="right"><a href="userguide4.html"><img src="images/arrow_left.gif">
 Previous Page</a></p>



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