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 di...@apache.org on 2006/10/12 22:49:44 UTC

svn commit: r463426 - /webservices/axis2/branches/java/1_1/xdocs/1_1/xmlbased-server.html

Author: dims
Date: Thu Oct 12 13:49:42 2006
New Revision: 463426

URL: http://svn.apache.org/viewvc?view=rev&rev=463426
Log:
Fix for AXIS2-1356 - Spelling mistakes in the "Writing Web Services Using Axis2's Primary APIs" tutorial

Modified:
    webservices/axis2/branches/java/1_1/xdocs/1_1/xmlbased-server.html

Modified: webservices/axis2/branches/java/1_1/xdocs/1_1/xmlbased-server.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/1_1/xmlbased-server.html?view=diff&rev=463426&r1=463425&r2=463426
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/1_1/xmlbased-server.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/1_1/xmlbased-server.html Thu Oct 12 13:49:42 2006
@@ -1,6 +1,6 @@
 <h1><a name="Writing_Web_Services_Using Axis2's_Primary_APIs">Writing Web Services Using Axis2's Primary APIs</a></h1>
 
-<p>Axis2 dispatch a componenets call <strong>MessageReciver</strong> while reciving a Message in the server. Axis2 provides different implementations of this class and it can be configured by adding a messageReceiver tag to service.xml. Axis2 provide implementation for class of Message recivers called RawXml Message recivers. They work on XML level and could only handle OMElements as parameters. This Section explains how to write a service using them.</p>
+<p>Axis2 dispatches a component called <strong>MessageReceiver</strong> while Receiving a Message in the server. Axis2 provides different implementations of this class and it can be configured by adding a messageReceiver tag to services.xml. Axis2 provide implementation for class of Message receivers called RawXml Message receivers. They work on XML level and could only handle OMElements as parameters. This Section explains how to write a service using them.</p>
 
 <p>In our example, the web service will have two operations.</p>
 <pre>public void ping(OMElement element){} //IN-ONLY operation, just accepts the OMElement and does some processing.
@@ -106,7 +106,7 @@
 these services within a single interaction using the ServiceGroupContext. If
 you hope to use this functionality, the services.xml file should have the
 following format.</p>
-<pre>&lt;serviceGroup&gt;
+<pre>&lt;ServiceGroup&gt;
   &lt;service name="Service1"&gt;
     &lt;!-- details for Service1 --&gt;
   &lt;/service&gt;
@@ -132,7 +132,7 @@
 align="bottom" width="176" height="91" border="0"></p>
 
 <p>To create the archive file, you can create a jar file containing all the
-necessary files and then rename it to .aar file.This archive file can be
+necessary files and then rename it to .aar file. This archive file can be
 found in the "Axis2_HOME/samples/userguide" directory. This file now has to
 be deployed.</p>
 



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