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/05 12:05:46 UTC

svn commit: r453170 - in /webservices/axis2/site/1_0: Axis2ArchitectureGuide.html userguide2.html userguide3.html userguide4.html userguide5.html

Author: chatra
Date: Thu Oct  5 03:05:45 2006
New Revision: 453170

URL: http://svn.apache.org/viewvc?view=rev&rev=453170
Log:
minor corrections

Modified:
    webservices/axis2/site/1_0/Axis2ArchitectureGuide.html
    webservices/axis2/site/1_0/userguide2.html
    webservices/axis2/site/1_0/userguide3.html
    webservices/axis2/site/1_0/userguide4.html
    webservices/axis2/site/1_0/userguide5.html

Modified: webservices/axis2/site/1_0/Axis2ArchitectureGuide.html
URL: http://svn.apache.org/viewvc/webservices/axis2/site/1_0/Axis2ArchitectureGuide.html?view=diff&rev=453170&r1=453169&r2=453170
==============================================================================
--- webservices/axis2/site/1_0/Axis2ArchitectureGuide.html (original)
+++ webservices/axis2/site/1_0/Axis2ArchitectureGuide.html Thu Oct  5 03:05:45 2006
@@ -2,7 +2,7 @@
           @import url("../style/maven-base.css");
           
 			    @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/axis2/" id="projectLogo"><img alt="Apache Axis 2.0" src="http://ws.apache.org/axis2/images/axis.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
-                	Last published: 05 May 2006
+                	Last published: 05 October 2006
                   | Doc for 1.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuAxis_2_0"><h5>Axis 2.0</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="expanded"><a href="../">Downloads</a><ul><li class="none"><a href="../download.cgi">Releases</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN" class="externalLink" title="External Link">Source Code</a></li><li class="none"><a href="../modules/index.html">Modules</a></li><li class="none"><a href="../tools/index.html">Tools</a></li></ul></li><li class="expanded"><a href="../">Documentation</a><ul><li class="none"><a href="../1_0/index.html">Version 1.0</a></li><li class="none"><a href="../0_95/index.html">Version 0.95</a></li><li class="none"><a href="../0_94/index.html">Version 0.94</a></li><li class="none"><a href="../0_93/index.html">Version 0.93</a></li></ul></li><l
 i class="expanded"><a href="../overview.html">Get Involved</a><ul><li class="none"><a href="../svn.html">Checkout the Source</a></li><li class="none"><a href="../siteHowTo.html">Build the Site</a></li><li class="none"><a href="../guidelines.html">Developer Guidelines</a></li><li class="none"><a href="../refLib.html">Reference Library</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li></ul></li><li class="none"><a href="../thanks.html">Acknowledgements</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink" title="External Link">License</a></li><li class="expanded"><a href="../">Project Information</a><ul><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../issue-tracking.html">Issue Tracking</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by M
 aven" src="../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Apache_Axis2_Architecture_Guide"></a><h2>Apache Axis2 Architecture Guide</h2><p><i>-Axis2 Version 1.0</i></p><p>This document will give an introduction to Axis2's modular architecture
 with explanations on every module.</p><p><i>Send your feedback to: <a href="mailto:axis-dev@ws.apache.org">axis-dev@ws.apache.org</a></i>. Prefix
 subject with [Axis2]. To subscribe to mailing list see <a href="http://ws.apache.org/axis2/mail-lists.html" class="externalLink" title="External Link">here.</a></p><div class="subsection"><a name="Contents"></a><h3>Contents</h3><ul>
@@ -275,7 +275,7 @@
     message by looking at various transport headers, add data into message
     context etc.</li>
   <li><strong>Pre-Dispatch Phase</strong>- The main functionality of the
-    handlers are in this phase is to populate message context in order to do
+    handlers in this phase is to populate message context in order to do
     the dispatching. As an example, processing of addressing headers of the
     SOAP message happen in this phase.Addressing handlers extract information
     and put them in to the message context.</li>
@@ -302,7 +302,7 @@
 initiated by the</p><p><a href="#mr">Message Receiver</a> or the Client API implementation.Phases of
 the <em>Out Pipe</em> are described below:
 <ol>
-  <li>Message Initialize Phase - Fist phase of the <em>Out Pipe</em>. Serves
+  <li>Message Initialize Phase - First phase of the <em>Out Pipe</em>. Serves
     as the placeholder for the custom handlers</li>
   <li>User Phases - This executes handlers in user defined phases</li>
   <li>Transports Phase - Execute any transport handlers taken from the

Modified: webservices/axis2/site/1_0/userguide2.html
URL: http://svn.apache.org/viewvc/webservices/axis2/site/1_0/userguide2.html?view=diff&rev=453170&r1=453169&r2=453170
==============================================================================
--- webservices/axis2/site/1_0/userguide2.html (original)
+++ webservices/axis2/site/1_0/userguide2.html Thu Oct  5 03:05:45 2006
@@ -2,12 +2,12 @@
           @import url("../style/maven-base.css");
           
 			    @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/axis2/" id="projectLogo"><img alt="Apache Axis 2.0" src="http://ws.apache.org/axis2/images/axis.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
-                	Last published: 05 May 2006
+                	Last published: 05 October 2006
                   | Doc for 1.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuAxis_2_0"><h5>Axis 2.0</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="expanded"><a href="../">Downloads</a><ul><li class="none"><a href="../download.cgi">Releases</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN" class="externalLink" title="External Link">Source Code</a></li><li class="none"><a href="../modules/index.html">Modules</a></li><li class="none"><a href="../tools/index.html">Tools</a></li></ul></li><li class="expanded"><a href="../">Documentation</a><ul><li class="none"><a href="../1_0/index.html">Version 1.0</a></li><li class="none"><a href="../0_95/index.html">Version 0.95</a></li><li class="none"><a href="../0_94/index.html">Version 0.94</a></li><li class="none"><a href="../0_93/index.html">Version 0.93</a></li></ul></li><l
 i class="expanded"><a href="../overview.html">Get Involved</a><ul><li class="none"><a href="../svn.html">Checkout the Source</a></li><li class="none"><a href="../siteHowTo.html">Build the Site</a></li><li class="none"><a href="../guidelines.html">Developer Guidelines</a></li><li class="none"><a href="../refLib.html">Reference Library</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li></ul></li><li class="none"><a href="../thanks.html">Acknowledgements</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink" title="External Link">License</a></li><li class="expanded"><a href="../">Project Information</a><ul><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../issue-tracking.html">Issue Tracking</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by M
 aven" src="../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Axis2_User_s_Guide"></a><h2>Axis2 User's Guide</h2><p><i>-Axis2 version 1.0</i></p><p><i>User Feedback: <a href="mailto:axis-user@ws.apache.org">axis-user@ws.apache.org</a></i>. Prefix
 subject with [Axis2]. To subscribe to mailing list see <a href="http://ws.apache.org/axis2/mail-lists.html" class="externalLink" title="External Link">here.</a></p><p align="right">Pages: <a href="userguide.html">Content</a>, <a href="userguide1.html">1</a>, <b>2</b>, <a href="userguide3.html">3</a>, <a href="userguide4.html">4</a>, <a href="userguide5.html">5</a></p><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/userguide/src"</b> directory of the binary distribution.</p></div><div class="section"><a name="Web_Services_Using_Axis2"></a><h2>Web Services Using Axis2</h2><p>Before starting, please check whether you have deployed the "axis2.war" in
+samples mentioned in this guide are located in the <b>"samples/src"</b>
+directory of the binary distribution.</p></div><div class="section"><a name="Web_Services_Using_Axis2"></a><h2>Web Services Using Axis2</h2><p>Before starting, please check whether you have deployed the "axis2.war" in
 your servlet container and it is working properly. (See <a href="installationguide.html" class="newWindow" title="New Window" target="_blank">Installation Guide</a>). User
 can select any of the  following two ways of writing Web services using
 Axis2. </p><ol>

Modified: webservices/axis2/site/1_0/userguide3.html
URL: http://svn.apache.org/viewvc/webservices/axis2/site/1_0/userguide3.html?view=diff&rev=453170&r1=453169&r2=453170
==============================================================================
--- webservices/axis2/site/1_0/userguide3.html (original)
+++ webservices/axis2/site/1_0/userguide3.html Thu Oct  5 03:05:45 2006
@@ -2,11 +2,11 @@
           @import url("../style/maven-base.css");
           
 			    @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/axis2/" id="projectLogo"><img alt="Apache Axis 2.0" src="http://ws.apache.org/axis2/images/axis.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
-                	Last published: 05 May 2006
+                	Last published: 05 October 2006
                   | Doc for 1.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuAxis_2_0"><h5>Axis 2.0</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="expanded"><a href="../">Downloads</a><ul><li class="none"><a href="../download.cgi">Releases</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN" class="externalLink" title="External Link">Source Code</a></li><li class="none"><a href="../modules/index.html">Modules</a></li><li class="none"><a href="../tools/index.html">Tools</a></li></ul></li><li class="expanded"><a href="../">Documentation</a><ul><li class="none"><a href="../1_0/index.html">Version 1.0</a></li><li class="none"><a href="../0_95/index.html">Version 0.95</a></li><li class="none"><a href="../0_94/index.html">Version 0.94</a></li><li class="none"><a href="../0_93/index.html">Version 0.93</a></li></ul></li><l
 i class="expanded"><a href="../overview.html">Get Involved</a><ul><li class="none"><a href="../svn.html">Checkout the Source</a></li><li class="none"><a href="../siteHowTo.html">Build the Site</a></li><li class="none"><a href="../guidelines.html">Developer Guidelines</a></li><li class="none"><a href="../refLib.html">Reference Library</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li></ul></li><li class="none"><a href="../thanks.html">Acknowledgements</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink" title="External Link">License</a></li><li class="expanded"><a href="../">Project Information</a><ul><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../issue-tracking.html">Issue Tracking</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by M
 aven" src="../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Axis2_User_s_Guide"></a><h2>Axis2 User's Guide</h2><p><i>-Axis2 version 1.0</i></p><p><i>User Feedback: <a href="mailto:axis-user@ws.apache.org">axis-user@ws.apache.org</a></i>. Prefix
 subject with [Axis2]. To subscribe to mailing list see <a href="http://ws.apache.org/axis2/mail-lists.html" class="externalLink" title="External Link">here.</a></p><p align="right">Pages: <a href="userguide.html">Content</a>, <a href="userguide1.html">1</a>, <a href="userguide2.html">2</a>, <b>3</b>, <a href="userguide4.html">4</a>, <a href="userguide5.html">5</a></p><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/userguide/src"</font></b> directory of the binary
+samples mentioned in this guide are located at the <b><font color="#000000">"samples/src"</font></b> directory of the binary
 distribution. So... let's explore the samples.</p></div><div class="section"><a name="Web_Service_Clients_Using_Axis2"></a><h2>Web Service Clients Using Axis2</h2><p>Now let's see how we can write a Web Service Client to use this Web
 Service.</p><p>Web services can be used to provide wide range of functionality to the
 users ranging from simple, less time consuming  operations such as
@@ -49,25 +49,25 @@
 <b>Transport Level Asynchrony</b>.</p><p>By combining API Level Asynchrony &amp; Transport Level Asynchrony we can
 obtain four different invocation patterns for Web services as shown in the
 following table.</p><p><a name="table1"></a><table class="bodyTable"><tbody>
-    <tr class="a"><td width="33%" height="19"><p><strong>API
+    <tr class="b"><td width="33%" height="19"><p><strong>API
         (Blocking/Non-Blocking)</strong></p>
       </td><td width="33%"><p><strong> Dual Transports (Yes/No)</strong></p>
       </td><td width="33%"><p><strong>Description</strong></p>
       </td></tr>
-    <tr class="b"><td width="33%" height="19"><p>Blocking</p>
+    <tr class="a"><td width="33%" height="19"><p>Blocking</p>
       </td><td width="33%"><p>No</p>
       </td><td width="33%"><p>Simplest and the familiar invocation pattern</p>
       </td></tr>
-    <tr class="a"><td width="33%" height="19"><p>Non-Blocking</p>
+    <tr class="b"><td width="33%" height="19"><p>Non-Blocking</p>
       </td><td width="33%"><p>No</p>
       </td><td width="33%"><p>Using callbacks or polling</p>
       </td></tr>
-    <tr class="b"><td width="33%" height="19"><p>Blocking</p>
+    <tr class="a"><td width="33%" height="19"><p>Blocking</p>
       </td><td width="33%"><p>Yes</p>
       </td><td width="33%"><p>This is useful when the service operation is IN-OUT
         in nature but the transport used is One-Way (e.g. SMTP)</p>
       </td></tr>
-    <tr class="a"><td width="33%" height="19"><p>Non-Blocking</p>
+    <tr class="b"><td width="33%" height="19"><p>Non-Blocking</p>
       </td><td width="33%"><p>Yes</p>
       </td><td width="33%"><p>This is can be used to gain the maximum asynchronous
         behavior. No blocking in the API level and also in the transport

Modified: webservices/axis2/site/1_0/userguide4.html
URL: http://svn.apache.org/viewvc/webservices/axis2/site/1_0/userguide4.html?view=diff&rev=453170&r1=453169&r2=453170
==============================================================================
--- webservices/axis2/site/1_0/userguide4.html (original)
+++ webservices/axis2/site/1_0/userguide4.html Thu Oct  5 03:05:45 2006
@@ -2,11 +2,11 @@
           @import url("../style/maven-base.css");
           
 			    @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/axis2/" id="projectLogo"><img alt="Apache Axis 2.0" src="http://ws.apache.org/axis2/images/axis.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
-                	Last published: 05 May 2006
+                	Last published: 05 October 2006
                   | Doc for 1.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuAxis_2_0"><h5>Axis 2.0</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="expanded"><a href="../">Downloads</a><ul><li class="none"><a href="../download.cgi">Releases</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN" class="externalLink" title="External Link">Source Code</a></li><li class="none"><a href="../modules/index.html">Modules</a></li><li class="none"><a href="../tools/index.html">Tools</a></li></ul></li><li class="expanded"><a href="../">Documentation</a><ul><li class="none"><a href="../1_0/index.html">Version 1.0</a></li><li class="none"><a href="../0_95/index.html">Version 0.95</a></li><li class="none"><a href="../0_94/index.html">Version 0.94</a></li><li class="none"><a href="../0_93/index.html">Version 0.93</a></li></ul></li><l
 i class="expanded"><a href="../overview.html">Get Involved</a><ul><li class="none"><a href="../svn.html">Checkout the Source</a></li><li class="none"><a href="../siteHowTo.html">Build the Site</a></li><li class="none"><a href="../guidelines.html">Developer Guidelines</a></li><li class="none"><a href="../refLib.html">Reference Library</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li></ul></li><li class="none"><a href="../thanks.html">Acknowledgements</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink" title="External Link">License</a></li><li class="expanded"><a href="../">Project Information</a><ul><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../issue-tracking.html">Issue Tracking</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by M
 aven" src="../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Axis2_User_s_Guide"></a><h2>Axis2 User's Guide</h2><p><i>-Axis2 version 1.0</i></p><p><i>User Feedback: <a href="mailto:axis-user@ws.apache.org">axis-user@ws.apache.org</a></i>. Prefix
 subject with [Axis2]. To subscribe to mailing list see <a href="http://ws.apache.org/axis2/mail-lists.html" class="externalLink" title="External Link">here.</a></p><p align="right">Pages: <a href="userguide.html">Content</a>, <a href="userguide1.html">1</a>, <a href="userguide2.html">2</a>, <a 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/userguide/src"</b> directory of
-the binary distribution.</p></div><div class="section"><a name="Modules"></a><h2>Modules</h2><p>Axis2 provides an extended support for modules (See <a href="Axis2ArchitectureGuide.html" class="newWindow" title="New Window" target="_blank">Architecture Guide</a> for
+the user's guide are located at <b>"samples/src"</b> directory of the binary
+distribution.</p></div><div class="section"><a name="Modules"></a><h2>Modules</h2><p>Axis2 provides an extended support for modules (See <a href="Axis2ArchitectureGuide.html" class="newWindow" title="New Window" target="_blank">Architecture Guide</a> for
 more details about modules in Axis2). Let's create a custom module and deploy
 it to the MyService which we created earlier. Following steps shows the
 actions that need to be performed to deploy a custom module for a given Web
@@ -110,7 +110,7 @@
     that will run when the message is going out. </p>
   </li>
   <li><p style="margin-bottom: 0in">Outfaultflow - Represents the handler
-    chain that will run when there is a fault and the fault is going out </p>
+    chain that will run when there is a fault and the fault is going out</p>
   </li>
   <li><p>INfaultflow - Represents the handler chain that will run when there
     is a fault and the fault is coming in </p>

Modified: webservices/axis2/site/1_0/userguide5.html
URL: http://svn.apache.org/viewvc/webservices/axis2/site/1_0/userguide5.html?view=diff&rev=453170&r1=453169&r2=453170
==============================================================================
--- webservices/axis2/site/1_0/userguide5.html (original)
+++ webservices/axis2/site/1_0/userguide5.html Thu Oct  5 03:05:45 2006
@@ -2,11 +2,11 @@
           @import url("../style/maven-base.css");
           
 			    @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/axis2/" id="projectLogo"><img alt="Apache Axis 2.0" src="http://ws.apache.org/axis2/images/axis.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
-                	Last published: 05 May 2006
+                	Last published: 05 October 2006
                   | Doc for 1.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuAxis_2_0"><h5>Axis 2.0</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="expanded"><a href="../">Downloads</a><ul><li class="none"><a href="../download.cgi">Releases</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN" class="externalLink" title="External Link">Source Code</a></li><li class="none"><a href="../modules/index.html">Modules</a></li><li class="none"><a href="../tools/index.html">Tools</a></li></ul></li><li class="expanded"><a href="../">Documentation</a><ul><li class="none"><a href="../1_0/index.html">Version 1.0</a></li><li class="none"><a href="../0_95/index.html">Version 0.95</a></li><li class="none"><a href="../0_94/index.html">Version 0.94</a></li><li class="none"><a href="../0_93/index.html">Version 0.93</a></li></ul></li><l
 i class="expanded"><a href="../overview.html">Get Involved</a><ul><li class="none"><a href="../svn.html">Checkout the Source</a></li><li class="none"><a href="../siteHowTo.html">Build the Site</a></li><li class="none"><a href="../guidelines.html">Developer Guidelines</a></li><li class="none"><a href="../refLib.html">Reference Library</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li></ul></li><li class="none"><a href="../thanks.html">Acknowledgements</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink" title="External Link">License</a></li><li class="expanded"><a href="../">Project Information</a><ul><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../issue-tracking.html">Issue Tracking</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by M
 aven" src="../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Axis2_User_s_Guide"></a><h2>Axis2 User's Guide</h2><p><i>-Axis2 version 1.0</i></p><p><i>User Feedback: <a href="mailto:axis-user@ws.apache.org">axis-user@ws.apache.org</a></i>. Prefix
 subject with [Axis2]. To subscribe to mailing list see <a href="http://ws.apache.org/axis2/mail-lists.html" class="externalLink" title="External Link">here.</a></p><p align="right">Pages: <a href="userguide.html">Content</a>, <a href="userguide1.html">1</a>, <a href="userguide2.html">2</a>, <a 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/userguide/src"</b> directory of
-the binary distribution.</p></div><div class="section"><a name="Other_Samples"></a><h2>Other Samples</h2><p>To show the power of usage of Axis2, three standard samples are shipped
+the user's guide are located at <b>"samples/src"</b> directory of the binary
+distribution.</p></div><div class="section"><a name="Other_Samples"></a><h2>Other Samples</h2><p>To show the power of usage of Axis2, three standard samples are shipped
 with the binary distribution. These are meant to interact with outside Web
 services and prove the capabilities of the Axis2 system.</p><p>The included samples are</p><ul>
   <li><style>Google spell checker sample</style></li>



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


Re: svn commit: r453170 - in /webservices/axis2/site/1_0: Axis2ArchitectureGuide.html userguide2.html userguide3.html userguide4.html userguide5.html

Posted by Deepal Jayasinghe <de...@opensource.lk>.
Are we still have the 1_0  and 1_1 folders  , please remove them before
the release.

I think we all agree to do so.

Thanks
Deepal

chatra@apache.org wrote:

>Author: chatra
>Date: Thu Oct  5 03:05:45 2006
>New Revision: 453170
>
>URL: http://svn.apache.org/viewvc?view=rev&rev=453170
>Log:
>minor corrections
>
>Modified:
>    webservices/axis2/site/1_0/Axis2ArchitectureGuide.html
>    webservices/axis2/site/1_0/userguide2.html
>    webservices/axis2/site/1_0/userguide3.html
>    webservices/axis2/site/1_0/userguide4.html
>    webservices/axis2/site/1_0/userguide5.html
>
>Modified: webservices/axis2/site/1_0/Axis2ArchitectureGuide.html
>URL: http://svn.apache.org/viewvc/webservices/axis2/site/1_0/Axis2ArchitectureGuide.html?view=diff&rev=453170&r1=453169&r2=453170
>==============================================================================
>--- webservices/axis2/site/1_0/Axis2ArchitectureGuide.html (original)
>+++ webservices/axis2/site/1_0/Axis2ArchitectureGuide.html Thu Oct  5 03:05:45 2006
>@@ -2,7 +2,7 @@
>           @import url("../style/maven-base.css");
>           
> 			    @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/axis2/" id="projectLogo"><img alt="Apache Axis 2.0" src="http://ws.apache.org/axis2/images/axis.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
>-                	Last published: 05 May 2006
>+                	Last published: 05 October 2006
>                   | Doc for 1.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuAxis_2_0"><h5>Axis 2.0</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="expanded"><a href="../">Downloads</a><ul><li class="none"><a href="../download.cgi">Releases</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN" class="externalLink" title="External Link">Source Code</a></li><li class="none"><a href="../modules/index.html">Modules</a></li><li class="none"><a href="../tools/index.html">Tools</a></li></ul></li><li class="expanded"><a href="../">Documentation</a><ul><li class="none"><a href="../1_0/index.html">Version 1.0</a></li><li class="none"><a href="../0_95/index.html">Version 0.95</a></li><li class="none"><a href="../0_94/index.html">Version 0.94</a></li><li class="none"><a href="../0_93/index.html">Version 0.93</a></li></ul></li><l
> i class="expanded"><a href="../overview.html">Get Involved</a><ul><li class="none"><a href="../svn.html">Checkout the Source</a></li><li class="none"><a href="../siteHowTo.html">Build the Site</a></li><li class="none"><a href="../guidelines.html">Developer Guidelines</a></li><li class="none"><a href="../refLib.html">Reference Library</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li></ul></li><li class="none"><a href="../thanks.html">Acknowledgements</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink" title="External Link">License</a></li><li class="expanded"><a href="../">Project Information</a><ul><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../issue-tracking.html">Issue Tracking</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by M
> aven" src="../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Apache_Axis2_Architecture_Guide"></a><h2>Apache Axis2 Architecture Guide</h2><p><i>-Axis2 Version 1.0</i></p><p>This document will give an introduction to Axis2's modular architecture
> with explanations on every module.</p><p><i>Send your feedback to: <a href="mailto:axis-dev@ws.apache.org">axis-dev@ws.apache.org</a></i>. Prefix
> subject with [Axis2]. To subscribe to mailing list see <a href="http://ws.apache.org/axis2/mail-lists.html" class="externalLink" title="External Link">here.</a></p><div class="subsection"><a name="Contents"></a><h3>Contents</h3><ul>
>@@ -275,7 +275,7 @@
>     message by looking at various transport headers, add data into message
>     context etc.</li>
>   <li><strong>Pre-Dispatch Phase</strong>- The main functionality of the
>-    handlers are in this phase is to populate message context in order to do
>+    handlers in this phase is to populate message context in order to do
>     the dispatching. As an example, processing of addressing headers of the
>     SOAP message happen in this phase.Addressing handlers extract information
>     and put them in to the message context.</li>
>@@ -302,7 +302,7 @@
> initiated by the</p><p><a href="#mr">Message Receiver</a> or the Client API implementation.Phases of
> the <em>Out Pipe</em> are described below:
> <ol>
>-  <li>Message Initialize Phase - Fist phase of the <em>Out Pipe</em>. Serves
>+  <li>Message Initialize Phase - First phase of the <em>Out Pipe</em>. Serves
>     as the placeholder for the custom handlers</li>
>   <li>User Phases - This executes handlers in user defined phases</li>
>   <li>Transports Phase - Execute any transport handlers taken from the
>
>Modified: webservices/axis2/site/1_0/userguide2.html
>URL: http://svn.apache.org/viewvc/webservices/axis2/site/1_0/userguide2.html?view=diff&rev=453170&r1=453169&r2=453170
>==============================================================================
>--- webservices/axis2/site/1_0/userguide2.html (original)
>+++ webservices/axis2/site/1_0/userguide2.html Thu Oct  5 03:05:45 2006
>@@ -2,12 +2,12 @@
>           @import url("../style/maven-base.css");
>           
> 			    @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/axis2/" id="projectLogo"><img alt="Apache Axis 2.0" src="http://ws.apache.org/axis2/images/axis.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
>-                	Last published: 05 May 2006
>+                	Last published: 05 October 2006
>                   | Doc for 1.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuAxis_2_0"><h5>Axis 2.0</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="expanded"><a href="../">Downloads</a><ul><li class="none"><a href="../download.cgi">Releases</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN" class="externalLink" title="External Link">Source Code</a></li><li class="none"><a href="../modules/index.html">Modules</a></li><li class="none"><a href="../tools/index.html">Tools</a></li></ul></li><li class="expanded"><a href="../">Documentation</a><ul><li class="none"><a href="../1_0/index.html">Version 1.0</a></li><li class="none"><a href="../0_95/index.html">Version 0.95</a></li><li class="none"><a href="../0_94/index.html">Version 0.94</a></li><li class="none"><a href="../0_93/index.html">Version 0.93</a></li></ul></li><l
> i class="expanded"><a href="../overview.html">Get Involved</a><ul><li class="none"><a href="../svn.html">Checkout the Source</a></li><li class="none"><a href="../siteHowTo.html">Build the Site</a></li><li class="none"><a href="../guidelines.html">Developer Guidelines</a></li><li class="none"><a href="../refLib.html">Reference Library</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li></ul></li><li class="none"><a href="../thanks.html">Acknowledgements</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink" title="External Link">License</a></li><li class="expanded"><a href="../">Project Information</a><ul><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../issue-tracking.html">Issue Tracking</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by M
> aven" src="../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Axis2_User_s_Guide"></a><h2>Axis2 User's Guide</h2><p><i>-Axis2 version 1.0</i></p><p><i>User Feedback: <a href="mailto:axis-user@ws.apache.org">axis-user@ws.apache.org</a></i>. Prefix
> subject with [Axis2]. To subscribe to mailing list see <a href="http://ws.apache.org/axis2/mail-lists.html" class="externalLink" title="External Link">here.</a></p><p align="right">Pages: <a href="userguide.html">Content</a>, <a href="userguide1.html">1</a>, <b>2</b>, <a href="userguide3.html">3</a>, <a href="userguide4.html">4</a>, <a href="userguide5.html">5</a></p><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/userguide/src"</b> directory of the binary distribution.</p></div><div class="section"><a name="Web_Services_Using_Axis2"></a><h2>Web Services Using Axis2</h2><p>Before starting, please check whether you have deployed the "axis2.war" in
>+samples mentioned in this guide are located in the <b>"samples/src"</b>
>+directory of the binary distribution.</p></div><div class="section"><a name="Web_Services_Using_Axis2"></a><h2>Web Services Using Axis2</h2><p>Before starting, please check whether you have deployed the "axis2.war" in
> your servlet container and it is working properly. (See <a href="installationguide.html" class="newWindow" title="New Window" target="_blank">Installation Guide</a>). User
> can select any of the  following two ways of writing Web services using
> Axis2. </p><ol>
>
>Modified: webservices/axis2/site/1_0/userguide3.html
>URL: http://svn.apache.org/viewvc/webservices/axis2/site/1_0/userguide3.html?view=diff&rev=453170&r1=453169&r2=453170
>==============================================================================
>--- webservices/axis2/site/1_0/userguide3.html (original)
>+++ webservices/axis2/site/1_0/userguide3.html Thu Oct  5 03:05:45 2006
>@@ -2,11 +2,11 @@
>           @import url("../style/maven-base.css");
>           
> 			    @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/axis2/" id="projectLogo"><img alt="Apache Axis 2.0" src="http://ws.apache.org/axis2/images/axis.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
>-                	Last published: 05 May 2006
>+                	Last published: 05 October 2006
>                   | Doc for 1.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuAxis_2_0"><h5>Axis 2.0</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="expanded"><a href="../">Downloads</a><ul><li class="none"><a href="../download.cgi">Releases</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN" class="externalLink" title="External Link">Source Code</a></li><li class="none"><a href="../modules/index.html">Modules</a></li><li class="none"><a href="../tools/index.html">Tools</a></li></ul></li><li class="expanded"><a href="../">Documentation</a><ul><li class="none"><a href="../1_0/index.html">Version 1.0</a></li><li class="none"><a href="../0_95/index.html">Version 0.95</a></li><li class="none"><a href="../0_94/index.html">Version 0.94</a></li><li class="none"><a href="../0_93/index.html">Version 0.93</a></li></ul></li><l
> i class="expanded"><a href="../overview.html">Get Involved</a><ul><li class="none"><a href="../svn.html">Checkout the Source</a></li><li class="none"><a href="../siteHowTo.html">Build the Site</a></li><li class="none"><a href="../guidelines.html">Developer Guidelines</a></li><li class="none"><a href="../refLib.html">Reference Library</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li></ul></li><li class="none"><a href="../thanks.html">Acknowledgements</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink" title="External Link">License</a></li><li class="expanded"><a href="../">Project Information</a><ul><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../issue-tracking.html">Issue Tracking</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by M
> aven" src="../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Axis2_User_s_Guide"></a><h2>Axis2 User's Guide</h2><p><i>-Axis2 version 1.0</i></p><p><i>User Feedback: <a href="mailto:axis-user@ws.apache.org">axis-user@ws.apache.org</a></i>. Prefix
> subject with [Axis2]. To subscribe to mailing list see <a href="http://ws.apache.org/axis2/mail-lists.html" class="externalLink" title="External Link">here.</a></p><p align="right">Pages: <a href="userguide.html">Content</a>, <a href="userguide1.html">1</a>, <a href="userguide2.html">2</a>, <b>3</b>, <a href="userguide4.html">4</a>, <a href="userguide5.html">5</a></p><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/userguide/src"</font></b> directory of the binary
>+samples mentioned in this guide are located at the <b><font color="#000000">"samples/src"</font></b> directory of the binary
> distribution. So... let's explore the samples.</p></div><div class="section"><a name="Web_Service_Clients_Using_Axis2"></a><h2>Web Service Clients Using Axis2</h2><p>Now let's see how we can write a Web Service Client to use this Web
> Service.</p><p>Web services can be used to provide wide range of functionality to the
> users ranging from simple, less time consuming  operations such as
>@@ -49,25 +49,25 @@
> <b>Transport Level Asynchrony</b>.</p><p>By combining API Level Asynchrony &amp; Transport Level Asynchrony we can
> obtain four different invocation patterns for Web services as shown in the
> following table.</p><p><a name="table1"></a><table class="bodyTable"><tbody>
>-    <tr class="a"><td width="33%" height="19"><p><strong>API
>+    <tr class="b"><td width="33%" height="19"><p><strong>API
>         (Blocking/Non-Blocking)</strong></p>
>       </td><td width="33%"><p><strong> Dual Transports (Yes/No)</strong></p>
>       </td><td width="33%"><p><strong>Description</strong></p>
>       </td></tr>
>-    <tr class="b"><td width="33%" height="19"><p>Blocking</p>
>+    <tr class="a"><td width="33%" height="19"><p>Blocking</p>
>       </td><td width="33%"><p>No</p>
>       </td><td width="33%"><p>Simplest and the familiar invocation pattern</p>
>       </td></tr>
>-    <tr class="a"><td width="33%" height="19"><p>Non-Blocking</p>
>+    <tr class="b"><td width="33%" height="19"><p>Non-Blocking</p>
>       </td><td width="33%"><p>No</p>
>       </td><td width="33%"><p>Using callbacks or polling</p>
>       </td></tr>
>-    <tr class="b"><td width="33%" height="19"><p>Blocking</p>
>+    <tr class="a"><td width="33%" height="19"><p>Blocking</p>
>       </td><td width="33%"><p>Yes</p>
>       </td><td width="33%"><p>This is useful when the service operation is IN-OUT
>         in nature but the transport used is One-Way (e.g. SMTP)</p>
>       </td></tr>
>-    <tr class="a"><td width="33%" height="19"><p>Non-Blocking</p>
>+    <tr class="b"><td width="33%" height="19"><p>Non-Blocking</p>
>       </td><td width="33%"><p>Yes</p>
>       </td><td width="33%"><p>This is can be used to gain the maximum asynchronous
>         behavior. No blocking in the API level and also in the transport
>
>Modified: webservices/axis2/site/1_0/userguide4.html
>URL: http://svn.apache.org/viewvc/webservices/axis2/site/1_0/userguide4.html?view=diff&rev=453170&r1=453169&r2=453170
>==============================================================================
>--- webservices/axis2/site/1_0/userguide4.html (original)
>+++ webservices/axis2/site/1_0/userguide4.html Thu Oct  5 03:05:45 2006
>@@ -2,11 +2,11 @@
>           @import url("../style/maven-base.css");
>           
> 			    @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/axis2/" id="projectLogo"><img alt="Apache Axis 2.0" src="http://ws.apache.org/axis2/images/axis.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
>-                	Last published: 05 May 2006
>+                	Last published: 05 October 2006
>                   | Doc for 1.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuAxis_2_0"><h5>Axis 2.0</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="expanded"><a href="../">Downloads</a><ul><li class="none"><a href="../download.cgi">Releases</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN" class="externalLink" title="External Link">Source Code</a></li><li class="none"><a href="../modules/index.html">Modules</a></li><li class="none"><a href="../tools/index.html">Tools</a></li></ul></li><li class="expanded"><a href="../">Documentation</a><ul><li class="none"><a href="../1_0/index.html">Version 1.0</a></li><li class="none"><a href="../0_95/index.html">Version 0.95</a></li><li class="none"><a href="../0_94/index.html">Version 0.94</a></li><li class="none"><a href="../0_93/index.html">Version 0.93</a></li></ul></li><l
> i class="expanded"><a href="../overview.html">Get Involved</a><ul><li class="none"><a href="../svn.html">Checkout the Source</a></li><li class="none"><a href="../siteHowTo.html">Build the Site</a></li><li class="none"><a href="../guidelines.html">Developer Guidelines</a></li><li class="none"><a href="../refLib.html">Reference Library</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li></ul></li><li class="none"><a href="../thanks.html">Acknowledgements</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink" title="External Link">License</a></li><li class="expanded"><a href="../">Project Information</a><ul><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../issue-tracking.html">Issue Tracking</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by M
> aven" src="../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Axis2_User_s_Guide"></a><h2>Axis2 User's Guide</h2><p><i>-Axis2 version 1.0</i></p><p><i>User Feedback: <a href="mailto:axis-user@ws.apache.org">axis-user@ws.apache.org</a></i>. Prefix
> subject with [Axis2]. To subscribe to mailing list see <a href="http://ws.apache.org/axis2/mail-lists.html" class="externalLink" title="External Link">here.</a></p><p align="right">Pages: <a href="userguide.html">Content</a>, <a href="userguide1.html">1</a>, <a href="userguide2.html">2</a>, <a 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/userguide/src"</b> directory of
>-the binary distribution.</p></div><div class="section"><a name="Modules"></a><h2>Modules</h2><p>Axis2 provides an extended support for modules (See <a href="Axis2ArchitectureGuide.html" class="newWindow" title="New Window" target="_blank">Architecture Guide</a> for
>+the user's guide are located at <b>"samples/src"</b> directory of the binary
>+distribution.</p></div><div class="section"><a name="Modules"></a><h2>Modules</h2><p>Axis2 provides an extended support for modules (See <a href="Axis2ArchitectureGuide.html" class="newWindow" title="New Window" target="_blank">Architecture Guide</a> for
> more details about modules in Axis2). Let's create a custom module and deploy
> it to the MyService which we created earlier. Following steps shows the
> actions that need to be performed to deploy a custom module for a given Web
>@@ -110,7 +110,7 @@
>     that will run when the message is going out. </p>
>   </li>
>   <li><p style="margin-bottom: 0in">Outfaultflow - Represents the handler
>-    chain that will run when there is a fault and the fault is going out </p>
>+    chain that will run when there is a fault and the fault is going out</p>
>   </li>
>   <li><p>INfaultflow - Represents the handler chain that will run when there
>     is a fault and the fault is coming in </p>
>
>Modified: webservices/axis2/site/1_0/userguide5.html
>URL: http://svn.apache.org/viewvc/webservices/axis2/site/1_0/userguide5.html?view=diff&rev=453170&r1=453169&r2=453170
>==============================================================================
>--- webservices/axis2/site/1_0/userguide5.html (original)
>+++ webservices/axis2/site/1_0/userguide5.html Thu Oct  5 03:05:45 2006
>@@ -2,11 +2,11 @@
>           @import url("../style/maven-base.css");
>           
> 			    @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/axis2/" id="projectLogo"><img alt="Apache Axis 2.0" src="http://ws.apache.org/axis2/images/axis.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
>-                	Last published: 05 May 2006
>+                	Last published: 05 October 2006
>                   | Doc for 1.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuAxis_2_0"><h5>Axis 2.0</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="expanded"><a href="../">Downloads</a><ul><li class="none"><a href="../download.cgi">Releases</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN" class="externalLink" title="External Link">Source Code</a></li><li class="none"><a href="../modules/index.html">Modules</a></li><li class="none"><a href="../tools/index.html">Tools</a></li></ul></li><li class="expanded"><a href="../">Documentation</a><ul><li class="none"><a href="../1_0/index.html">Version 1.0</a></li><li class="none"><a href="../0_95/index.html">Version 0.95</a></li><li class="none"><a href="../0_94/index.html">Version 0.94</a></li><li class="none"><a href="../0_93/index.html">Version 0.93</a></li></ul></li><l
> i class="expanded"><a href="../overview.html">Get Involved</a><ul><li class="none"><a href="../svn.html">Checkout the Source</a></li><li class="none"><a href="../siteHowTo.html">Build the Site</a></li><li class="none"><a href="../guidelines.html">Developer Guidelines</a></li><li class="none"><a href="../refLib.html">Reference Library</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li></ul></li><li class="none"><a href="../thanks.html">Acknowledgements</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink" title="External Link">License</a></li><li class="expanded"><a href="../">Project Information</a><ul><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../issue-tracking.html">Issue Tracking</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by M
> aven" src="../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Axis2_User_s_Guide"></a><h2>Axis2 User's Guide</h2><p><i>-Axis2 version 1.0</i></p><p><i>User Feedback: <a href="mailto:axis-user@ws.apache.org">axis-user@ws.apache.org</a></i>. Prefix
> subject with [Axis2]. To subscribe to mailing list see <a href="http://ws.apache.org/axis2/mail-lists.html" class="externalLink" title="External Link">here.</a></p><p align="right">Pages: <a href="userguide.html">Content</a>, <a href="userguide1.html">1</a>, <a href="userguide2.html">2</a>, <a 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/userguide/src"</b> directory of
>-the binary distribution.</p></div><div class="section"><a name="Other_Samples"></a><h2>Other Samples</h2><p>To show the power of usage of Axis2, three standard samples are shipped
>+the user's guide are located at <b>"samples/src"</b> directory of the binary
>+distribution.</p></div><div class="section"><a name="Other_Samples"></a><h2>Other Samples</h2><p>To show the power of usage of Axis2, three standard samples are shipped
> with the binary distribution. These are meant to interact with outside Web
> services and prove the capabilities of the Axis2 system.</p><p>The included samples are</p><ul>
>   <li><style>Google spell checker sample</style></li>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
>For additional commands, e-mail: axis-cvs-help@ws.apache.org
>
>
>
>  
>

-- 
Thanks,
Deepal
................................................................
~Future is Open~ 




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


Re: svn commit: r453170 - in /webservices/axis2/site/1_0: Axis2ArchitectureGuide.html userguide2.html userguide3.html userguide4.html userguide5.html

Posted by Deepal Jayasinghe <de...@opensource.lk>.
Are we still have the 1_0  and 1_1 folders  , please remove them before
the release.

I think we all agree to do so.

Thanks
Deepal

chatra@apache.org wrote:

>Author: chatra
>Date: Thu Oct  5 03:05:45 2006
>New Revision: 453170
>
>URL: http://svn.apache.org/viewvc?view=rev&rev=453170
>Log:
>minor corrections
>
>Modified:
>    webservices/axis2/site/1_0/Axis2ArchitectureGuide.html
>    webservices/axis2/site/1_0/userguide2.html
>    webservices/axis2/site/1_0/userguide3.html
>    webservices/axis2/site/1_0/userguide4.html
>    webservices/axis2/site/1_0/userguide5.html
>
>Modified: webservices/axis2/site/1_0/Axis2ArchitectureGuide.html
>URL: http://svn.apache.org/viewvc/webservices/axis2/site/1_0/Axis2ArchitectureGuide.html?view=diff&rev=453170&r1=453169&r2=453170
>==============================================================================
>--- webservices/axis2/site/1_0/Axis2ArchitectureGuide.html (original)
>+++ webservices/axis2/site/1_0/Axis2ArchitectureGuide.html Thu Oct  5 03:05:45 2006
>@@ -2,7 +2,7 @@
>           @import url("../style/maven-base.css");
>           
> 			    @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/axis2/" id="projectLogo"><img alt="Apache Axis 2.0" src="http://ws.apache.org/axis2/images/axis.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
>-                	Last published: 05 May 2006
>+                	Last published: 05 October 2006
>                   | Doc for 1.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuAxis_2_0"><h5>Axis 2.0</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="expanded"><a href="../">Downloads</a><ul><li class="none"><a href="../download.cgi">Releases</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN" class="externalLink" title="External Link">Source Code</a></li><li class="none"><a href="../modules/index.html">Modules</a></li><li class="none"><a href="../tools/index.html">Tools</a></li></ul></li><li class="expanded"><a href="../">Documentation</a><ul><li class="none"><a href="../1_0/index.html">Version 1.0</a></li><li class="none"><a href="../0_95/index.html">Version 0.95</a></li><li class="none"><a href="../0_94/index.html">Version 0.94</a></li><li class="none"><a href="../0_93/index.html">Version 0.93</a></li></ul></li><l
> i class="expanded"><a href="../overview.html">Get Involved</a><ul><li class="none"><a href="../svn.html">Checkout the Source</a></li><li class="none"><a href="../siteHowTo.html">Build the Site</a></li><li class="none"><a href="../guidelines.html">Developer Guidelines</a></li><li class="none"><a href="../refLib.html">Reference Library</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li></ul></li><li class="none"><a href="../thanks.html">Acknowledgements</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink" title="External Link">License</a></li><li class="expanded"><a href="../">Project Information</a><ul><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../issue-tracking.html">Issue Tracking</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by M
> aven" src="../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Apache_Axis2_Architecture_Guide"></a><h2>Apache Axis2 Architecture Guide</h2><p><i>-Axis2 Version 1.0</i></p><p>This document will give an introduction to Axis2's modular architecture
> with explanations on every module.</p><p><i>Send your feedback to: <a href="mailto:axis-dev@ws.apache.org">axis-dev@ws.apache.org</a></i>. Prefix
> subject with [Axis2]. To subscribe to mailing list see <a href="http://ws.apache.org/axis2/mail-lists.html" class="externalLink" title="External Link">here.</a></p><div class="subsection"><a name="Contents"></a><h3>Contents</h3><ul>
>@@ -275,7 +275,7 @@
>     message by looking at various transport headers, add data into message
>     context etc.</li>
>   <li><strong>Pre-Dispatch Phase</strong>- The main functionality of the
>-    handlers are in this phase is to populate message context in order to do
>+    handlers in this phase is to populate message context in order to do
>     the dispatching. As an example, processing of addressing headers of the
>     SOAP message happen in this phase.Addressing handlers extract information
>     and put them in to the message context.</li>
>@@ -302,7 +302,7 @@
> initiated by the</p><p><a href="#mr">Message Receiver</a> or the Client API implementation.Phases of
> the <em>Out Pipe</em> are described below:
> <ol>
>-  <li>Message Initialize Phase - Fist phase of the <em>Out Pipe</em>. Serves
>+  <li>Message Initialize Phase - First phase of the <em>Out Pipe</em>. Serves
>     as the placeholder for the custom handlers</li>
>   <li>User Phases - This executes handlers in user defined phases</li>
>   <li>Transports Phase - Execute any transport handlers taken from the
>
>Modified: webservices/axis2/site/1_0/userguide2.html
>URL: http://svn.apache.org/viewvc/webservices/axis2/site/1_0/userguide2.html?view=diff&rev=453170&r1=453169&r2=453170
>==============================================================================
>--- webservices/axis2/site/1_0/userguide2.html (original)
>+++ webservices/axis2/site/1_0/userguide2.html Thu Oct  5 03:05:45 2006
>@@ -2,12 +2,12 @@
>           @import url("../style/maven-base.css");
>           
> 			    @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/axis2/" id="projectLogo"><img alt="Apache Axis 2.0" src="http://ws.apache.org/axis2/images/axis.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
>-                	Last published: 05 May 2006
>+                	Last published: 05 October 2006
>                   | Doc for 1.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuAxis_2_0"><h5>Axis 2.0</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="expanded"><a href="../">Downloads</a><ul><li class="none"><a href="../download.cgi">Releases</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN" class="externalLink" title="External Link">Source Code</a></li><li class="none"><a href="../modules/index.html">Modules</a></li><li class="none"><a href="../tools/index.html">Tools</a></li></ul></li><li class="expanded"><a href="../">Documentation</a><ul><li class="none"><a href="../1_0/index.html">Version 1.0</a></li><li class="none"><a href="../0_95/index.html">Version 0.95</a></li><li class="none"><a href="../0_94/index.html">Version 0.94</a></li><li class="none"><a href="../0_93/index.html">Version 0.93</a></li></ul></li><l
> i class="expanded"><a href="../overview.html">Get Involved</a><ul><li class="none"><a href="../svn.html">Checkout the Source</a></li><li class="none"><a href="../siteHowTo.html">Build the Site</a></li><li class="none"><a href="../guidelines.html">Developer Guidelines</a></li><li class="none"><a href="../refLib.html">Reference Library</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li></ul></li><li class="none"><a href="../thanks.html">Acknowledgements</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink" title="External Link">License</a></li><li class="expanded"><a href="../">Project Information</a><ul><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../issue-tracking.html">Issue Tracking</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by M
> aven" src="../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Axis2_User_s_Guide"></a><h2>Axis2 User's Guide</h2><p><i>-Axis2 version 1.0</i></p><p><i>User Feedback: <a href="mailto:axis-user@ws.apache.org">axis-user@ws.apache.org</a></i>. Prefix
> subject with [Axis2]. To subscribe to mailing list see <a href="http://ws.apache.org/axis2/mail-lists.html" class="externalLink" title="External Link">here.</a></p><p align="right">Pages: <a href="userguide.html">Content</a>, <a href="userguide1.html">1</a>, <b>2</b>, <a href="userguide3.html">3</a>, <a href="userguide4.html">4</a>, <a href="userguide5.html">5</a></p><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/userguide/src"</b> directory of the binary distribution.</p></div><div class="section"><a name="Web_Services_Using_Axis2"></a><h2>Web Services Using Axis2</h2><p>Before starting, please check whether you have deployed the "axis2.war" in
>+samples mentioned in this guide are located in the <b>"samples/src"</b>
>+directory of the binary distribution.</p></div><div class="section"><a name="Web_Services_Using_Axis2"></a><h2>Web Services Using Axis2</h2><p>Before starting, please check whether you have deployed the "axis2.war" in
> your servlet container and it is working properly. (See <a href="installationguide.html" class="newWindow" title="New Window" target="_blank">Installation Guide</a>). User
> can select any of the  following two ways of writing Web services using
> Axis2. </p><ol>
>
>Modified: webservices/axis2/site/1_0/userguide3.html
>URL: http://svn.apache.org/viewvc/webservices/axis2/site/1_0/userguide3.html?view=diff&rev=453170&r1=453169&r2=453170
>==============================================================================
>--- webservices/axis2/site/1_0/userguide3.html (original)
>+++ webservices/axis2/site/1_0/userguide3.html Thu Oct  5 03:05:45 2006
>@@ -2,11 +2,11 @@
>           @import url("../style/maven-base.css");
>           
> 			    @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/axis2/" id="projectLogo"><img alt="Apache Axis 2.0" src="http://ws.apache.org/axis2/images/axis.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
>-                	Last published: 05 May 2006
>+                	Last published: 05 October 2006
>                   | Doc for 1.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuAxis_2_0"><h5>Axis 2.0</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="expanded"><a href="../">Downloads</a><ul><li class="none"><a href="../download.cgi">Releases</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN" class="externalLink" title="External Link">Source Code</a></li><li class="none"><a href="../modules/index.html">Modules</a></li><li class="none"><a href="../tools/index.html">Tools</a></li></ul></li><li class="expanded"><a href="../">Documentation</a><ul><li class="none"><a href="../1_0/index.html">Version 1.0</a></li><li class="none"><a href="../0_95/index.html">Version 0.95</a></li><li class="none"><a href="../0_94/index.html">Version 0.94</a></li><li class="none"><a href="../0_93/index.html">Version 0.93</a></li></ul></li><l
> i class="expanded"><a href="../overview.html">Get Involved</a><ul><li class="none"><a href="../svn.html">Checkout the Source</a></li><li class="none"><a href="../siteHowTo.html">Build the Site</a></li><li class="none"><a href="../guidelines.html">Developer Guidelines</a></li><li class="none"><a href="../refLib.html">Reference Library</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li></ul></li><li class="none"><a href="../thanks.html">Acknowledgements</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink" title="External Link">License</a></li><li class="expanded"><a href="../">Project Information</a><ul><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../issue-tracking.html">Issue Tracking</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by M
> aven" src="../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Axis2_User_s_Guide"></a><h2>Axis2 User's Guide</h2><p><i>-Axis2 version 1.0</i></p><p><i>User Feedback: <a href="mailto:axis-user@ws.apache.org">axis-user@ws.apache.org</a></i>. Prefix
> subject with [Axis2]. To subscribe to mailing list see <a href="http://ws.apache.org/axis2/mail-lists.html" class="externalLink" title="External Link">here.</a></p><p align="right">Pages: <a href="userguide.html">Content</a>, <a href="userguide1.html">1</a>, <a href="userguide2.html">2</a>, <b>3</b>, <a href="userguide4.html">4</a>, <a href="userguide5.html">5</a></p><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/userguide/src"</font></b> directory of the binary
>+samples mentioned in this guide are located at the <b><font color="#000000">"samples/src"</font></b> directory of the binary
> distribution. So... let's explore the samples.</p></div><div class="section"><a name="Web_Service_Clients_Using_Axis2"></a><h2>Web Service Clients Using Axis2</h2><p>Now let's see how we can write a Web Service Client to use this Web
> Service.</p><p>Web services can be used to provide wide range of functionality to the
> users ranging from simple, less time consuming  operations such as
>@@ -49,25 +49,25 @@
> <b>Transport Level Asynchrony</b>.</p><p>By combining API Level Asynchrony &amp; Transport Level Asynchrony we can
> obtain four different invocation patterns for Web services as shown in the
> following table.</p><p><a name="table1"></a><table class="bodyTable"><tbody>
>-    <tr class="a"><td width="33%" height="19"><p><strong>API
>+    <tr class="b"><td width="33%" height="19"><p><strong>API
>         (Blocking/Non-Blocking)</strong></p>
>       </td><td width="33%"><p><strong> Dual Transports (Yes/No)</strong></p>
>       </td><td width="33%"><p><strong>Description</strong></p>
>       </td></tr>
>-    <tr class="b"><td width="33%" height="19"><p>Blocking</p>
>+    <tr class="a"><td width="33%" height="19"><p>Blocking</p>
>       </td><td width="33%"><p>No</p>
>       </td><td width="33%"><p>Simplest and the familiar invocation pattern</p>
>       </td></tr>
>-    <tr class="a"><td width="33%" height="19"><p>Non-Blocking</p>
>+    <tr class="b"><td width="33%" height="19"><p>Non-Blocking</p>
>       </td><td width="33%"><p>No</p>
>       </td><td width="33%"><p>Using callbacks or polling</p>
>       </td></tr>
>-    <tr class="b"><td width="33%" height="19"><p>Blocking</p>
>+    <tr class="a"><td width="33%" height="19"><p>Blocking</p>
>       </td><td width="33%"><p>Yes</p>
>       </td><td width="33%"><p>This is useful when the service operation is IN-OUT
>         in nature but the transport used is One-Way (e.g. SMTP)</p>
>       </td></tr>
>-    <tr class="a"><td width="33%" height="19"><p>Non-Blocking</p>
>+    <tr class="b"><td width="33%" height="19"><p>Non-Blocking</p>
>       </td><td width="33%"><p>Yes</p>
>       </td><td width="33%"><p>This is can be used to gain the maximum asynchronous
>         behavior. No blocking in the API level and also in the transport
>
>Modified: webservices/axis2/site/1_0/userguide4.html
>URL: http://svn.apache.org/viewvc/webservices/axis2/site/1_0/userguide4.html?view=diff&rev=453170&r1=453169&r2=453170
>==============================================================================
>--- webservices/axis2/site/1_0/userguide4.html (original)
>+++ webservices/axis2/site/1_0/userguide4.html Thu Oct  5 03:05:45 2006
>@@ -2,11 +2,11 @@
>           @import url("../style/maven-base.css");
>           
> 			    @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/axis2/" id="projectLogo"><img alt="Apache Axis 2.0" src="http://ws.apache.org/axis2/images/axis.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
>-                	Last published: 05 May 2006
>+                	Last published: 05 October 2006
>                   | Doc for 1.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuAxis_2_0"><h5>Axis 2.0</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="expanded"><a href="../">Downloads</a><ul><li class="none"><a href="../download.cgi">Releases</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN" class="externalLink" title="External Link">Source Code</a></li><li class="none"><a href="../modules/index.html">Modules</a></li><li class="none"><a href="../tools/index.html">Tools</a></li></ul></li><li class="expanded"><a href="../">Documentation</a><ul><li class="none"><a href="../1_0/index.html">Version 1.0</a></li><li class="none"><a href="../0_95/index.html">Version 0.95</a></li><li class="none"><a href="../0_94/index.html">Version 0.94</a></li><li class="none"><a href="../0_93/index.html">Version 0.93</a></li></ul></li><l
> i class="expanded"><a href="../overview.html">Get Involved</a><ul><li class="none"><a href="../svn.html">Checkout the Source</a></li><li class="none"><a href="../siteHowTo.html">Build the Site</a></li><li class="none"><a href="../guidelines.html">Developer Guidelines</a></li><li class="none"><a href="../refLib.html">Reference Library</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li></ul></li><li class="none"><a href="../thanks.html">Acknowledgements</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink" title="External Link">License</a></li><li class="expanded"><a href="../">Project Information</a><ul><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../issue-tracking.html">Issue Tracking</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by M
> aven" src="../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Axis2_User_s_Guide"></a><h2>Axis2 User's Guide</h2><p><i>-Axis2 version 1.0</i></p><p><i>User Feedback: <a href="mailto:axis-user@ws.apache.org">axis-user@ws.apache.org</a></i>. Prefix
> subject with [Axis2]. To subscribe to mailing list see <a href="http://ws.apache.org/axis2/mail-lists.html" class="externalLink" title="External Link">here.</a></p><p align="right">Pages: <a href="userguide.html">Content</a>, <a href="userguide1.html">1</a>, <a href="userguide2.html">2</a>, <a 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/userguide/src"</b> directory of
>-the binary distribution.</p></div><div class="section"><a name="Modules"></a><h2>Modules</h2><p>Axis2 provides an extended support for modules (See <a href="Axis2ArchitectureGuide.html" class="newWindow" title="New Window" target="_blank">Architecture Guide</a> for
>+the user's guide are located at <b>"samples/src"</b> directory of the binary
>+distribution.</p></div><div class="section"><a name="Modules"></a><h2>Modules</h2><p>Axis2 provides an extended support for modules (See <a href="Axis2ArchitectureGuide.html" class="newWindow" title="New Window" target="_blank">Architecture Guide</a> for
> more details about modules in Axis2). Let's create a custom module and deploy
> it to the MyService which we created earlier. Following steps shows the
> actions that need to be performed to deploy a custom module for a given Web
>@@ -110,7 +110,7 @@
>     that will run when the message is going out. </p>
>   </li>
>   <li><p style="margin-bottom: 0in">Outfaultflow - Represents the handler
>-    chain that will run when there is a fault and the fault is going out </p>
>+    chain that will run when there is a fault and the fault is going out</p>
>   </li>
>   <li><p>INfaultflow - Represents the handler chain that will run when there
>     is a fault and the fault is coming in </p>
>
>Modified: webservices/axis2/site/1_0/userguide5.html
>URL: http://svn.apache.org/viewvc/webservices/axis2/site/1_0/userguide5.html?view=diff&rev=453170&r1=453169&r2=453170
>==============================================================================
>--- webservices/axis2/site/1_0/userguide5.html (original)
>+++ webservices/axis2/site/1_0/userguide5.html Thu Oct  5 03:05:45 2006
>@@ -2,11 +2,11 @@
>           @import url("../style/maven-base.css");
>           
> 			    @import url("../style/maven-theme.css");</style><link rel="stylesheet" href="../style/print.css" type="text/css" media="print"></link><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta></head><body class="composite"><div id="banner"><a href="http://www.apache.org/" id="organizationLogo"><img alt="Apache Software Foundation" src="http://www.apache.org/images/asf-logo.gif"></img></a><a href="http://ws.apache.org/axis2/" id="projectLogo"><img alt="Apache Axis 2.0" src="http://ws.apache.org/axis2/images/axis.jpg"></img></a><div class="clear"><hr></hr></div></div><div id="breadcrumbs"><div class="xleft">
>-                	Last published: 05 May 2006
>+                	Last published: 05 October 2006
>                   | Doc for 1.0</div><div class="xright"></div><div class="clear"><hr></hr></div></div><div id="leftColumn"><div id="navcolumn"><div id="menuAxis_2_0"><h5>Axis 2.0</h5><ul><li class="none"><a href="../index.html">Home</a></li><li class="expanded"><a href="../">Downloads</a><ul><li class="none"><a href="../download.cgi">Releases</a></li><li class="none"><a href="http://svn.apache.org/viewcvs.cgi/webservices/axis2/trunk/?root=Apache-SVN" class="externalLink" title="External Link">Source Code</a></li><li class="none"><a href="../modules/index.html">Modules</a></li><li class="none"><a href="../tools/index.html">Tools</a></li></ul></li><li class="expanded"><a href="../">Documentation</a><ul><li class="none"><a href="../1_0/index.html">Version 1.0</a></li><li class="none"><a href="../0_95/index.html">Version 0.95</a></li><li class="none"><a href="../0_94/index.html">Version 0.94</a></li><li class="none"><a href="../0_93/index.html">Version 0.93</a></li></ul></li><l
> i class="expanded"><a href="../overview.html">Get Involved</a><ul><li class="none"><a href="../svn.html">Checkout the Source</a></li><li class="none"><a href="../siteHowTo.html">Build the Site</a></li><li class="none"><a href="../guidelines.html">Developer Guidelines</a></li><li class="none"><a href="../refLib.html">Reference Library</a></li><li class="none"><a href="../mail-lists.html">Mailing Lists</a></li><li class="none"><a href="../faq.html">FAQ</a></li></ul></li><li class="none"><a href="../thanks.html">Acknowledgements</a></li><li class="none"><a href="http://www.apache.org/licenses/LICENSE-2.0.html" class="externalLink" title="External Link">License</a></li><li class="expanded"><a href="../">Project Information</a><ul><li class="none"><a href="../team-list.html">Project Team</a></li><li class="none"><a href="../issue-tracking.html">Issue Tracking</a></li></ul></li></ul></div><a href="http://maven.apache.org/" title="Built by Maven" id="poweredBy"><img alt="Built by M
> aven" src="../images/logos/maven-button-1.png"></img></a></div></div><div id="bodyColumn"><div class="contentBox"><div class="section"><a name="Axis2_User_s_Guide"></a><h2>Axis2 User's Guide</h2><p><i>-Axis2 version 1.0</i></p><p><i>User Feedback: <a href="mailto:axis-user@ws.apache.org">axis-user@ws.apache.org</a></i>. Prefix
> subject with [Axis2]. To subscribe to mailing list see <a href="http://ws.apache.org/axis2/mail-lists.html" class="externalLink" title="External Link">here.</a></p><p align="right">Pages: <a href="userguide.html">Content</a>, <a href="userguide1.html">1</a>, <a href="userguide2.html">2</a>, <a 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/userguide/src"</b> directory of
>-the binary distribution.</p></div><div class="section"><a name="Other_Samples"></a><h2>Other Samples</h2><p>To show the power of usage of Axis2, three standard samples are shipped
>+the user's guide are located at <b>"samples/src"</b> directory of the binary
>+distribution.</p></div><div class="section"><a name="Other_Samples"></a><h2>Other Samples</h2><p>To show the power of usage of Axis2, three standard samples are shipped
> with the binary distribution. These are meant to interact with outside Web
> services and prove the capabilities of the Axis2 system.</p><p>The included samples are</p><ul>
>   <li><style>Google spell checker sample</style></li>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
>For additional commands, e-mail: axis-cvs-help@ws.apache.org
>
>
>
>  
>

-- 
Thanks,
Deepal
................................................................
~Future is Open~ 




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