blob: 8c59440edfb7862e9d32bf24d5ca78c9a535316a [file]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>Axis2 1.0 Documentation</title>
</head>
<body lang="en">
<h1>Apache Axis2 Version 1.1 Documentation</h1>
<h2>Getting Started with Axis2</h2>
<table border="2">
<!--<caption><h3>Getting Started with Axis2</h3>
</caption>-->
<tbody>
<tr>
<th scope="col">Document</th>
<th scope="col">Description</th>
</tr>
<tr>
<td><a href="installationguide.html">Installation Guide</a></td>
<td>Detailed instructions on installation methods, information on
system prerequisites &amp; distribution packages.</td>
</tr>
<tr>
<td><a href="userguide.html">User's Guide</a></td>
<td>Describing how to write &amp; deploy Web services, writing Web
services clients, details on module &amp; samples</td>
</tr>
<tr>
<td><a href="webadminguide.html">Web Administrator's Guide</a></td>
<td>Detailed instructions on administration console of Axis2 Web
application, with the know how to configure Axis2 at run time.</td>
</tr>
</tbody>
</table>
<br>
<h2>Feature Specific Documentation</h2>
<table border="2">
<!--<caption><h3>Additional References</h3>
</caption>-->
<tbody>
<tr>
<th scope="col">Document</th>
<th scope="col">Description</th>
</tr>
<tr>
<td><a href="http://ws.apache.org/commons/axiom/OMTutorial.html">AXIOM
Tutorial</a></td>
<td>An introduction to Axis2's Object Model</td>
</tr>
<tr>
<td><a href="rest-ws.html">REST Support</a></td>
<td>Introduction on Representational State Transfer</td>
</tr>
<tr>
<td><a href="Axis2-rpc-support.html">Axis2 RPC Support</a></td>
<td>This documents talks about the Axis2's Remote Procedure Calls
support in a set of easy to understand implementation steps</td>
</tr>
<tr>
<td><a href="mtom-guide.html">MTOM Guide -Sending Binary Data with
SOAP</a></td>
<td>Describes sending binary data using SOAP Message Transmission
Optimization Mechanism</td>
</tr>
<tr>
<td><a href="axis2config.html">Axis2 Configuration Guide</a></td>
<td>Explains the three configurations-global, service and module in
Axis2</td>
</tr>
<tr>
<td><a href="soapmonitor-module.html">SOAP Monitor How-to</a></td>
<td>Guide on utility used to see SOAP messages being used to invoke Web
services along with the results of those messages.</td>
</tr>
<tr>
<td><a href="WS_policy.html">Web Services Policy Support In
Axis2</a></td>
<td>Introduction to the role of Web services policy in Axis2</td>
</tr>
<tr>
<td><a href="spring.html">Spring Framework</a></td>
<td>Guide on how to use Axis2 with the Spring Framework</td>
</tr>
</tbody>
</table>
<br>
<table border="2">
<caption><h3>Supported Data Binding References</h3>
</caption>
<tbody>
<tr>
<td><a href="adb/adb-howto.html">ADB How-to</a></td>
<td>Guide on Axis2 Databinding Framework</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td><a href="adb/adb-advanced.html">Advanced ADB Framework
Features</a></td>
<td>The document provides an insight into the newly added advanced
features of ADB</td>
</tr>
<tr>
<td><a href="adb/adb-tweaking.html">Tweaking the ADB Code
Generator</a></td>
<td>Explains available mechanisms to extend ADB</td>
</tr>
<tr>
<td><a href="adb/adb-codegen-integration.html">ADB Integration with
Axis2</a></td>
<td>Guide to writing an extension using the integrator in order to
integrate ADB with Axis2</td>
</tr>
<tr>
<td><a href="jibx/jibx-codegen-integration.html">JiBX Integration With
Axis2</a></td>
<td>Guide to using JiBX with Axis2 in order to expose existing Java
code as a Web service and to implement a client for an existing Web
service</td>
</tr>
</tbody>
</table>
<br>
<table border="2">
<caption><h3>Transport References</h3>
</caption>
<tbody>
<tr>
<td><a href="tcp-transport.html">TCP Transport</a></td>
<td>Guide to send and receive SOAP Messages via TCP in Axis2</td>
</tr>
<tr>
<td><a href="mail-transport.html">Mail Transport</a></td>
<td>Explains how to invoke a service using a Mail transport</td>
</tr>
<tr>
<td><a href="mail-configuration.html">Mail Transport
Configuration</a></td>
<td>Guide to configure Axis2 in order to get mail transport working</td>
</tr>
<tr>
<td><a href="http-transport.html">HTTP Transports</a></td>
<td>Description on HTTP sender and HTTP receiver in Axis2</td>
</tr>
<tr>
<td><a href="jms-transport.html">JMS Transport</a></td>
<td>Description on JMS sender and JMS receiver in Axis2</td>
</tr>
<tr>
<td><a href="transport_howto.html">Write Your Own Axis2
Transport</a></td>
<td>Quick and easy guide to create your own Axis2 Transport
protocal</td>
</tr>
</tbody>
</table>
<br>
<h2>Tool References</h2>
<table border="2">
<!--<caption><h3>Tools References</h3>
</caption>-->
<tbody>
<tr>
<th scope="col">Document</th>
<th scope="col">Description</th>
</tr>
<tr>
<td><a href="../tools/1_1/CodegenToolReference.html">Code Generator
Tool- Command Line &amp; Ant Task</a></td>
<td>Lists command line &amp; Ant task references. How to build file
using custom Ant task and invoking Code Generator from Ant</td>
</tr>
<tr>
<td><a href="../tools/1_1/eclipse/wsdl2java-plugin.html">Code Generator
Wizard - eclipse Plug-in</a></td>
<td>Explains the usage of the code generator eclipse plug-in for
WSDL2Java and/or Java2WSDL operations</td>
</tr>
<tr>
<td><a href="../tools/1_1/eclipse/servicearchiver-plugin.html">Service
Archive Generator Wizard - eclipse Plug-in</a></td>
<td>Describes functionality of eclipse plugin service archive generator
tool</td>
</tr>
<tr>
<td><a href="../tools/1_1/idea/Idea_plug-in_userguide.html">Code
Generator Wizard- IntelliJ IDEA Plug-in</a></td>
<td>Guide on the usage of IDEA code generation plug-in to create
service archives and generate java class files from WSDL files</td>
</tr>
</tbody>
</table>
<br>
<h2>Additional References</h2>
<table border="2">
<!--<caption><h3>Additional Refernces</h3>
</caption>-->
<tbody>
<tr>
<td><a href="Axis2ArchitectureGuide.html">Axis2 Architecture
Guide</a></td>
<td>Introduction to Axis2's modular architecture</td>
</tr>
<tr>
<td><a href="migration.html">Migrating from Axis 1.x to Axis 2</a></td>
<td>Guiding Axis 1.x users to switch to Axis2</td>
</tr>
<tr>
<td><a href="api/index.html">Online Java Docs</a></td>
<td>Java API documentation</td>
</tr>
<tr>
<td><a href="../articles.html">Axis2 Knowledge Base</a></td>
<td>Gines you a list of published articles, tutorials and
Questions-Answers on Axis2</td>
</tr>
</tbody>
</table>
<br>
<!--<table border="2">
<caption><h3>Modules</h3></caption>
<tbody>
<tr>
<td><a href="../modules/wss4j/1_0/security-module.html">WS-Security
How-to</a></td>
<td>Guide to engaging and configuring WSS4J security module</td>
</tr>
</tbody>
</table>
<br>-->
<!--<h2>Articles and Tutorials on Axis2</h2>
<table border="2">
<caption><h3>Articles and Tutorials- Axis2</h3>
</caption>
<tbody>
<tr>
<th scope="col">Document</th>
<th scope="col">Author(s)</th>
</tr>
<tr>
<td><a
href="http://www.jaxmag.com/itr/online_artikel/psecom,id,747,nodeid,147.html">Axis2
- The Future of Web Services</a></td>
<td>Srinath Perera, Ajith Ranabahu</td>
</tr>
<tr>
<td><a
href="http://www.developer.com/services/article.php/3525481">Introducing
Axis2, the Next Generation of the Apache Web Service Stack</a></td>
<td>Srinath Perera</td>
</tr>
<tr>
<td><a
href="http://www.onjava.com/pub/a/onjava/2005/07/27/axis2.html">Web
Services Messaging with Apache Axis2: Concepts and Techniques</a></td>
<td>Srinath Perera, Ajith Ranabahu</td>
</tr>
<tr>
<td><a href="http://developer.com/java/web/article.php/3529321">Axis2
Execution Framework</a></td>
<td>Deepal Jayasinghe</td>
</tr>
<tr>
<td><a
href="http://jaxmag.com/itr/online_artikel/psecom,id,757,nodeid,147.html">Axis2
Deployment Model</a></td>
<td>Deepal Jayasinghe</td>
</tr>
<tr>
<td><a
href="http://www.developer.com/open/article.php/3557741">Understanding
Axis2 Deployment Architecture</a></td>
<td>Deepal Jayasinghe</td>
</tr>
<tr>
<td><a
href="http://www.wso2.net/articles/axis2/java/2006/02/06/inside-codegen">Inside
the Axis2 Code generator</a></td>
<td>Ajith Ranabahu</td>
</tr>
<tr>
<td><a
href="http://www.developer.com/java/other/article.php/3570031">Utilizing
a Non-Java Web Service with Axis2</a></td>
<td>Deepal Jayasinghe</td>
</tr>
<tr>
<td><a
href="http://www.developer.com/open/article.php/3589126">Avoiding
Mistakes Made Using Axis2</a></td>
<td>Deepal Jayasinghe</td>
</tr>
<tr>
<td><a href="http://www.wso2.net/kb/67">Setting up Apache Axis2 in
eclipse IDE</a></td>
<td>Ruchith Fernando</td>
</tr>
<tr>
<td><a
href="http://www.wso2.net/files/tutorials/Axis2%20tutorial.pdf">Introducing
Axis2</a></td>
<td>Eran Chinthaka, Chathura Herath</td>
</tr>
<tr>
<td><a
href="http://www.wso2.net/files/tutorials/Accelerating%20Web%20Services%20Development%20with%20Axis2.pdf">Accelerating
Web Services Development with Axis2</a></td>
<td>Deepal Jayasinghe, Ajith Ranabahu</td>
</tr>
<tr>
<td><a
href="http://www-128.ibm.com/developerworks/java/library/os-ag-axis2mig/index.html">Migrating
Apache Axis apps to Axis2 using Apache Geronimo</a></td>
<td>Tyler Anderson</td>
</tr>
<tr>
<td><a href="http://www.developer.com/java/ent/article.php/3606466">The
Axis2 Transport Framework</a></td>
<td>Deepal Jayasinghe</td>
</tr>
<tr>
<td><a
href="http://www.wso2.net/articles/axis2/java/2006/08/01/client-api-parameters">Reference
Guide to Apache Axis2 Client API Parameters</a></td>
<td>Eran Chinthaka</td>
</tr>
<tr>
<td><a
href="http://www.wso2.net/tutorials/axis2/java/2006/05/29/hello-world">Hello
World with Apache Axis2</a></td>
<td>Ruchith Fernando</td>
</tr>
<tr>
<td><a
href="http://www.wso2.net/tutorials/axis2/java/2006/06/18/operation-service-message-is-destined-to">How
Apache Axis2 Finds the Operation and Service a Message is Destined
To</a></td>
<td>Eran Chinthaka</td>
</tr>
<tr>
<td><a
href="http://www.wso2.net/articles/axis2/java/2006/05/17/axis2-performance-testing-round-1">Axis2
&#x2013; Performance Testing Round #1</a></td>
<td>Devanum Sirinivas</td>
</tr>
<tr>
<td><a
href="http://www.wso2.net/articles/axis2/java/2006/09/13/working-with-axis2">Working
With Apache Axis2</a></td>
<td>Deepal Jayasinghe</td>
</tr>
<tr>
<td><a
href="http://www.wso2.net/articles/axis2/java/2006/06/20/writing-service">Writing
an Apache Axis2 Service from Scratch</a></td>
<td>Deepal Jayasinghe</td>
</tr>
<tr>
<td><a
href="http://www.developer.com/java/ent/article.php/10933_3606466_1">Axis2
Transport Framework</a></td>
<td>Deepal Jayasinghe</td>
</tr>
<tr>
<td><a
href="http://www.developer.com/java/web/article.php/3620661">Apache
Axis2 Session Management</a></td>
<td>Deepal Jayasinghe</td>
</tr>
<tr>
<td><a
href="http://www.wso2.net/tutorials/axis2/java/2006/07/28/debug-ws">How
to Debug a Web Service?</a></td>
<td>Ajith Ranabahu</td>
</tr>
<tr>
<td><a
href="http://www.wso2.net/presentations/axis2/java/2006/06/05/why-axis2-the-future-of-web-services">Why
Axis2: The Future of Web Services</a></td>
<td>Eran Chinthaka</td>
</tr>
<tr>
<td><a href="http://www.wso2.net/kb/83">How do I Embed SimpleHTTPServer
in My Application and Deploy a POJO?</a></td>
<td>Davanum Sirinivas</td>
</tr>
<tr>
<td><a href="http://www.wso2.net/kb/209">How to configure Axis2's HTTP
Transport Sender at Client Side?</a></td>
<td>Saminda Abeysinghe</td>
</tr>
<tr>
<td><a href="http://www.wso2.net/kb/209">How to do REST invocation with
Axis2/Java ServiceClient?</a></td>
<td>Eran Chinthaka</td>
</tr>
<tr>
<td><a href="http://www.wso2.net/kb/90">How to Embed an Axis2 based Web
Service in your Webapp?</a></td>
<td>Davanum Sirinivas</td>
</tr>
</tbody>
</table>
<br>-->
</body>
</html>