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/01/11 05:49:10 UTC

svn commit: r367922 - /webservices/axis2/trunk/java/xdocs/0_94/userguide.html

Author: chinthaka
Date: Tue Jan 10 20:49:06 2006
New Revision: 367922

URL: http://svn.apache.org/viewcvs?rev=367922&view=rev
Log:
Updating the userguide with the bookmarks. Sorry Chatra my mistake :(.

Modified:
    webservices/axis2/trunk/java/xdocs/0_94/userguide.html

Modified: webservices/axis2/trunk/java/xdocs/0_94/userguide.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/0_94/userguide.html?rev=367922&r1=367921&r2=367922&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/0_94/userguide.html (original)
+++ webservices/axis2/trunk/java/xdocs/0_94/userguide.html Tue Jan 10 20:49:06 2006
@@ -248,8 +248,7 @@
 href="mailto:axis-user@ws.apache.org">axis-user@ws.apache.org</a>" and make
 sure to prefix the subject of the mail with [Axis2].</p>
 
-<h3><a name="_Toc96698078"></a></h3>
-<h3 id="head-215f3945a40558f9ad055ed5b6601e8f93706558">Axis2 Complete Features List</h3>
+<h3>Axis2 Complete Features List<a name="Featurelist"></a></h3>
 <ol type="1">
   <li> AXIOM, an XML object model working on StAX (Streaming API for XML) parsing optimized for SOAP 1.1/1.2 Messages. This has complete XML infoset support. </li>
   <li>Support for One-Way Messaging (In-Only) and Request Response Messaging (In-Out) </li>
@@ -273,14 +272,14 @@
   <li>Axis Data Binding - ADB (Framework and Schema Compiler) </li>
   <li>Numerous bug fixes since last release </li>
 </ol>
-<h3 id="head-5bb5aa099717d1d49642f7ae2d63ce5cf94487ad">Axis2 Experimental Features List</h3>
+<h4 id="head-5bb5aa099717d1d49642f7ae2d63ce5cf94487ad">Axis2 Experimental Features List<a name="experimental"></a></h4>
 <ol type="1">
   <li> Sessions scoping for Application, SOAP, Transport and Request levels </li>
   <li>Server side Web Service Policy support </li>
   <li>?wsdl and ?xsd support </li>
   <li>Generating ServiceClient for a given WSDL and invoke the corresponding service using generated client. </li>
 </ol>
-<h3 id="head-7dd8e783bb9e22fb00f88748855bb6e500111e12">Major Changes Since Last Release</h3>
+<h4 id="head-7dd8e783bb9e22fb00f88748855bb6e500111e12">Major Changes Since Last Release<a name="majorchanges"></a></h4>
 <ol type="1">
   <li> Fixing of memory leaks </li>
   <li>Client API changes , Introducing ServiceClient instead of MEPClient, InOnlyMEPClient, InOutMEPClient, Call. (Please note that the above classes will be deprecated in this release.) </li>
@@ -288,13 +287,13 @@
   <li>Code generator improved to process multi-port WSDL's properly </li>
   <li>Packing and unpacking options for the code generated classes </li>
 </ol>
-<h3 id="head-83371cc3d6961295be042f584c7b74d81cca23c4">Tools Included In This Release</h3>
+<h3 id="head-83371cc3d6961295be042f584c7b74d81cca23c4">Tools Included In This Release<a name="toolsinrelease"></a></h3>
 <ol type="1">
   <li> Axis2 Web Application (Web App) </li>
   <li>WSDL2WS- Eclipse plugin/ Command line version/ IntelliJ IDEA plugin </li>
   <li>Service Archive Wizard- Eclipse plugin/ IntelliJ IDEA plugin </li>
 </ol>
-<h3 id="head-599c5a50552f02ebdeb5f58ef8da289234812ca4">What's Still To Do?</h3>
+<h3 id="head-599c5a50552f02ebdeb5f58ef8da289234812ca4">What's Still To Do?<a name="WhatsStillToDo"></a></h3>
 <p>See list of what we think needs to be done, and consider helping out if you're interested &amp; able! </p>
 <ol type="1">
   <li> JAX-RPC 1.1 and/or JAX-WS compliance </li>
@@ -321,7 +320,7 @@
 can select any of the  following two ways of writing web services using
 Axis2. </p>
 <ol>
-  <li><a href="#WSapi"><style="margin-bottom: 0in">Use Axis2's primary
+  <li><a href="#WSapi">Use Axis2's primary
     interfaces (APIs) and implement the business logic.</a></li>
   <li><p><a href="#generateskl">Start from the WSDL -&gt;Code generate the
     Skeleton -&gt;Implement the Business Logic.</a></p>
@@ -1247,7 +1246,7 @@
 
 <p>As it can be seen there are four phases defined in this "module.xml"</p>
 <ol>
-  <li><style="margin-bottom: 0in">inflow               - Represents the
+  <li>inflow               - Represents the
     handler chain that will run when a message is coming in. </li>
   <li><p style="margin-bottom: 0in">outflow             - Represents the
     handler chain that will run when the message is going out. </p>