Added: webservices/site/trunk/targets/axis2/sec-conf/in.action.xsd
URL: 
http://svn.apache.org/viewcvs/webservices/site/trunk/targets/axis2/sec-conf/in.action.xsd?rev=358024&view=auto
==============================================================================
--- webservices/site/trunk/targets/axis2/sec-conf/in.action.xsd (added)
+++ webservices/site/trunk/targets/axis2/sec-conf/in.action.xsd Tue Dec 20 
08:02:13 2005
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
elementFormDefault="qualified" attributeFormDefault="unqualified">
+       <xs:element name="action">
+               <xs:annotation>
+                       <xs:documentation>Inflow security 'action' 
configuration</xs:documentation>
+               </xs:annotation>
+               <xs:complexType>
+                       <xs:sequence>
+                               <xs:element name="items" type="xs:string"/>
+                               <xs:element name="passwordCallbackClass" 
type="xs:string" minOccurs="0"/>
+                               <xs:element name="signaturePropFile" 
type="xs:string" minOccurs="0"/>
+                               <xs:element name="decryptionPropFile" 
type="xs:string" minOccurs="0"/>
+                       </xs:sequence>
+               </xs:complexType>
+       </xs:element>
+</xs:schema>

Added: webservices/site/trunk/targets/axis2/sec-conf/out-action.xsd
URL: 
http://svn.apache.org/viewcvs/webservices/site/trunk/targets/axis2/sec-conf/out-action.xsd?rev=358024&view=auto
==============================================================================
--- webservices/site/trunk/targets/axis2/sec-conf/out-action.xsd (added)
+++ webservices/site/trunk/targets/axis2/sec-conf/out-action.xsd Tue Dec 20 
08:02:13 2005
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"; 
elementFormDefault="qualified" attributeFormDefault="unqualified">
+       <xs:element name="action">
+               <xs:annotation>
+                       <xs:documentation>Outflow security 'action' 
configuration</xs:documentation>
+               </xs:annotation>
+               <xs:complexType>
+                       <xs:sequence>
+                               <xs:element name="items" type="xs:string"/>
+                               <xs:element name="user" type="xs:string"/>
+                               <xs:element name="passwordCallbackClass" 
type="xs:string" minOccurs="0"/>
+                               <xs:element name="signaturePropFile" 
type="xs:string" minOccurs="0"/>
+                               <xs:element name="encryptionPropFile" 
type="xs:string" minOccurs="0"/>
+                               <xs:element name="signatureKeyIdentifier" 
type="xs:string" minOccurs="0"/>
+                               <xs:element name="encryptionKeyIdentifier" 
type="xs:string" minOccurs="0"/>
+                               <xs:element name="encryptionUser" 
type="xs:string" minOccurs="0"/>
+                               <xs:element name="signatureParts" 
type="xs:string" minOccurs="0"/>
+                               <xs:element name="encryptionParts" 
type="xs:string" minOccurs="0"/>
+                               <xs:element name="optimizeParts" 
type="xs:string" minOccurs="0"/>
+                               <xs:element name="encryptionSymAlgorithm" 
type="xs:string" minOccurs="0"/>
+                               <xs:element name="EmbeddedKeyCallbackClass" 
type="xs:string" minOccurs="0"/>
+                               <xs:element 
name="encryptionKeyTransportAlgorithm" type="xs:string" minOccurs="0"/>
+                               <xs:element name="EmbeddedKeyName" 
type="xs:string" minOccurs="0"/>
+                       </xs:sequence>
+               </xs:complexType>
+       </xs:element>
+</xs:schema>

Added: webservices/site/trunk/targets/axis2/sec-conf/out-sample.html
URL: 
http://svn.apache.org/viewcvs/webservices/site/trunk/targets/axis2/sec-conf/out-sample.html?rev=358024&view=auto
==============================================================================
--- webservices/site/trunk/targets/axis2/sec-conf/out-sample.html (added)
+++ webservices/site/trunk/targets/axis2/sec-conf/out-sample.html Tue Dec 20 
08:02:13 2005
@@ -0,0 +1,14 @@
+<parameter name="OutflowSecurity">
+      <action>
+        <items>Timestamp Signature Encrypt</items>
+        <user>alice</user>
+        
<passwordCallbackClass>org.apache.axis2.security.PWCallback</passwordCallbackClass>
+        <signaturePropFile>interop.properties</signaturePropFile>
+        <signatureKeyIdentifier>SKIKeyIdentifier</signatureKeyIdentifier>
+        <encryptionKeyIdentifier>SKIKeyIdentifier</encryptionKeyIdentifier>
+        <encryptionUser>bob</encryptionUser>
+        
<signatureParts>{Element}{http://schemas.xmlsoap.org/ws/2004/08/addressing}To</signatureParts>
+
+        
<optimizeParts>//xenc:EncryptedData/xenc:CipherData/xenc:CipherValue</optimizeParts>
+      </action>
+    </parameter>
\ No newline at end of file

Added: webservices/site/trunk/targets/axis2/sec-conf/out-sample2.html
URL: 
http://svn.apache.org/viewcvs/webservices/site/trunk/targets/axis2/sec-conf/out-sample2.html?rev=358024&view=auto
==============================================================================
--- webservices/site/trunk/targets/axis2/sec-conf/out-sample2.html (added)
+++ webservices/site/trunk/targets/axis2/sec-conf/out-sample2.html Tue Dec 20 
08:02:13 2005
@@ -0,0 +1,19 @@
+<parameter name="OutflowSecurity">
+sddsgldkhg;
+      <action>
+        <items>Signature NoSerialization</items>
+        <user>alice</user>
+        
<passwordCallbackClass>org.apache.axis2.security.PWCallback</passwordCallbackClass>
+        <signatureKeyIdentifier>DirectReference</signatureKeyIdentifier>
+        <signatureParts>{}{http://xmlsoap.org/Ping}ticket</signatureParts>
+        <signaturePropFile>interop.properties</signaturePropFile>
+      </action>
+
+      <action>
+        <items>Signature Timestamp</items>
+        <user>alice</user>
+        
<passwordCallbackClass>org.apache.axis2.security.PWCallback</passwordCallbackClass>
+        <signaturePropFile>interop.properties</signaturePropFile>
+      </action>
+
+    </parameter>
\ No newline at end of file

Added: webservices/site/trunk/targets/axis2/security-module.html
URL: 
http://svn.apache.org/viewcvs/webservices/site/trunk/targets/axis2/security-module.html?rev=358024&view=auto
==============================================================================
--- webservices/site/trunk/targets/axis2/security-module.html (added)
+++ webservices/site/trunk/targets/axis2/security-module.html Tue Dec 20 
08:02:13 2005
@@ -0,0 +1,143 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";><html><head><title>The
 Security Module - Axis 2.0</title><style type="text/css" media="all">
+          @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: 20 December 2005
+                <span class="separator">|</span> Doc for  0.94-dev
+                </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="">Download 
Axis2</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></ul></li><li 
class="expanded"><a href="">Getting Started with Axis2</a><ul><li 
class="none"><a href="installationguide.html">Installation Guide</a></li><li 
class="none"><a href="userguide.html">User Guide</a></li><li class="none"><a 
href="webadminguide.html">Web Administration Guide</a></li></ul></li><li 
class="expanded"><a href="docs.html">Additional Reference</a><ul><li 
class="none"><a href="http://wiki.apache.org/ws/FrontPage/Axis2"; 
class="externalLink" title="External Link">Axis2
  Wiki</a></li><li class="none"><a 
href="Axis2ArchitectureGuide.html">Architecture Guide</a></li><li 
class="none"><a href="OMTutorial.html">AXIOM Tutorial</a></li><li 
class="none"><a href="CodegenToolReference.html">Code Generation 
Tutorial</a></li><li class="none"><a href="rest-ws.html">REST 
Support</a></li><li class="none"><a href="mtom-guide.html">Handling Binary Data 
with Axis2</a></li><li class="none"><a href="axis2config.html">Axis2 
Configuration Guide</a></li><li class="none"><a href="migration.html">Migrating 
from Axis 1.x</a></li><li class="none"><a href="api.html">Online Java 
Docs</a></li><li class="none"><a href="adb/adb-howto.html">ADB 
How-to</a></li><li class="none"><a href="security-module.html">WS-Security 
How-to</a></li><li class="none"><a href="otherTutorials.html">Other 
Tutorials</a></li></ul></li><li class="expanded"><a href="overview.html">Get 
Invloved</a><ul><li class="none"><a href="svn.html">Checkout the 
Source</a></li><li class="none"><a href="siteHowT
 o.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><li class="none"><a 
href="thanks.html">Thanks</a></li></ul></li><li class="expanded"><a 
href="">Project Information</a><ul><li class="none"><a 
href="mail-lists.html">Mailing Lists</a></li><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><div 
id="legend"><h5>Legend</h5><ul><li class="externalLink">External Link</li><li 
class="newWindow">Opens in a new window</li></ul></div><a 
href="http://maven.apache.org/"; title="Built by Maven" id="poweredBy"><img 
alt="Built by Maven" 
src="./images/logos/maven-button-1.png"></img></a></div></div><div 
id="bodyColumn"><div class="contentBox"><div class="section"><
 a name="Securing_SOAP_Messages_with_WSS4J"></a><h2>Securing SOAP Messages with 
WSS4J</h2><p>Axis2 comes with a module based on WSS4J [1] to provide 
WS-Security features. This section explains how to engage and configure the 
security module. Since the security module inserts handlers in the system 
specific pre-dispatch phase, it must be engaged globally. But it is possible to 
activate the security module for the inflow or the outflow when required by the 
service or the clients.</p><p>The security module (security.mar) is available 
in the axis2.war but it is not engaged by default.</p><p>First it should be 
engaged by inserting the following in the axis2.xml file.</p>
+    <div class="source"><pre><pre>
+       &lt;module ref="security"/&gt;
+</pre></pre></div>
+  <p>The web admin interface can be used when Axis2 is deployed in a servlet 
container such as Apache Tomcat.</p><p>At the server it is possible to provide 
security on a per service basis. The configuration parameters should be set in 
the service.xml file of the service. The client side config parameters should 
be set in the axis2.xml of the client's Axis2 repository.</p><p>The security 
module uses two parameters:</p><ul>
+<li>OutflowSecurity</li>
+<li>InflowSecurity</li>
+</ul><p>
+
+The configuration that can go in each of these parameters are described below:
+
+</p><div class="subsection"><a 
name="OutflowSecurity_parameter"></a><h3>OutflowSecurity parameter</h3><p>
+
+This parameter is used to configure the outflow security handler. The outflow
+ handler can be invoked more than once in the outflow one can provide
+ configuration for each of these invocations. The 'action' element describes
+ one of these configurations. Therefore the 'OutflowSecurity' parameter can 
+ contain more than one 'action' elements. The schema of this 'action' element 
+ is available <a href="sec-conf/out-action.xsd">here</a>.
+</p><p>An outflow configuration to add a timestamp, sing and encrypt 
+ the message once, is shown in<a href="#ex1"> Example 1</a> and <a href="#ex1">
+ Example 2</a> shows how to sign the message twice by chaining the outflow 
+ handler (using two 'action' elements)</p><p>Following is a description of the 
elements that can go in an 'action' 
+element of the OutflowSecurity parameter</p><br></br><table class="bodyTable">
+<tr class="a">
+<td><b>Parameter</b></td>
+<td><b>Description</b></td>
+<td><b>Example</b></td>
+</tr>
+<tr class="b">
+<td>items</td>
+<td>Security actions for the inflow</td>
+<td>Add a Timestamp, Sign the SOAP body and Encrypt the SOAP body 
<br></br>&lt;items&gt; Timestamp Signature Encrypt&lt;/items&gt;</td>
+</tr>
+<tr class="a">
+<td>user</td>
+<td>The user's name</td>
+<td>Set alias of the key to be used to sign<br></br>&lt;user&gt; 
bob&lt;/user&gt;</td>
+</tr>
+<tr class="b">
+<td>passwordCallbackClass</td>
+<td>Callback class used to provide the password required to create the 
UsernameToken or to sign the message</td>
+<td>&lt;passwordCallbackClass&gt; 
org.apache.axis2.security.PWCallback&lt;/passwordCallbackClass&gt;</td>
+</tr>
+<tr class="a">
+<td>signaturePropFile</td>
+<td>property file used to get the signature parameters such as crypto 
provider, keystore and its password</td>
+<td>Set example.properties file as the signature property 
file<br></br>&lt;signaturePropFile&gt; 
example.properties&lt;/signaturePropFile&gt;</td>
+</tr>
+<tr class="b">
+<td>signatureKeyIdentifier</td>
+<td>Key identifier to be used in referring the key in the signature</td>
+<td>Use the serial number of the 
certificate<br></br>&lt;signatureKeyIdentifier&gt; 
IssuerSerial&lt;/signatureKeyIdentifier&gt;</td>
+</tr>
+<tr class="a">
+<td>encryptionKeyIdentifier</td>
+<td>Key identifier to be used in referring the key in encryption</td>
+<td>Use the serial number of the certificate 
<br></br>&lt;encryptionKeyIdentifier&gt;IssuerSerial&lt;/encryptionKeyIdentifier&gt;</td>
+</tr>
+<tr class="b">
+<td>encryptionUser</td>
+<td>The user's name for encryption.</td>
+<td><br></br>&lt;encryptionUser&gt;alice&lt;/encryptionUser&gt;</td>
+</tr>
+<tr class="a">
+<td>encryptionSymAlgorithm</td>
+<td>Symmetric algorithm to be used for encryption</td>
+<td>Use AES-128<br></br>&lt;encryptionSymAlgorithm&gt; 
http://www.w3.org/2001/04/xmlenc#aes128-cbc&lt;/encryptionSymAlgorithm&gt;</td>
+</tr>
+<tr class="b">
+<td>encryptionKeyTransportAlgorithm</td>
+<td>Key encryption algorithm</td>
+<td>Use RSA-OAEP<br></br>&lt;parameter name="encryptionSymAlgorithm"&gt; 
http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p&lt;/parameter&gt;</td>
+</tr>
+<tr class="a">
+<td>signatureParts</td>
+<td>Sign multiple parts in the SOAP message</td>
+<td>Sign Foo and Bar elements qualified by 
"http://app.ns/ns";<br></br>&lt;signatureParts&gt; 
{Element}{http://app.ns/ns}Foo;{Element}{http://app.ns/ns}Bar 
&lt;/signatureParts&gt;</td>
+</tr>
+<tr class="b">
+<td>optimizeParts</td>
+<td>MTOM Optimize the elements specified by the XPath query</td>
+<td>Optimize the CipherValue<br></br>&lt;optimizeParts&gt; 
//xenc:EncryptedData/xenc:CipherData/xenc:CipherValue 
&lt;/optimizeParts&gt;</td>
+</tr>
+</table><br></br></div><div class="subsection"><a 
name="InflowSecurity_parameter"></a><h3>InflowSecurity parameter</h3><p>This 
parameter is used to configure the inflow security handler. The 'action' 
element is used to 
+encapsulate the configuration elements here as well. The schema of the 
'action' element is available here. 
+<a href="#ex3">Example 3</a> shows the configuration to decrypt, verify 
signature and validate timestamp.</p><table class="bodyTable">
+<tr class="a">
+<td><b>Parameter</b></td>
+<td><b>Description</b></td>
+<td><b>Example</b></td>
+</tr>
+<tr class="b">
+<td>items</td>
+<td>Security actions for the inflow</td>
+<td>first the incoming message should be decrypted and then the signatures 
should be verified and should be checked for the availability of the Timestamp 
<br></br>&lt;items&gt; Timestamp Signature Encrypt&lt;/items&gt;</td>
+</tr>
+<tr class="a">
+<td>passwordCallbackClass</td>
+<td>Callback class used to obtain password for decryption and UsernameToken 
verification</td>
+<td><br></br>&lt;passwordCallbackClass&gt; 
org.apache.axis2.security.PWCallback&lt;/passwordCallbackClass&gt;</td>
+</tr>
+<tr class="b">
+<td>signaturePropFile</td>
+<td>Property file used for signature verification</td>
+<td><br></br>&lt;signaturePropFile&gt; 
sig.properties&lt;/signaturePropFile&gt;</td>
+</tr>
+<tr class="a"><td>decryptionPropFile</td>
+<td>Property file used for decryption</td>
+<td> <br></br>&lt;decryptionPropFile&gt; 
dec.properties&lt;/decryptionPropFile&gt;</td>
+</tr>
+
+</table><br></br><p>Please note that the '.properties' files used in 
properties such as OutSignaturePropFile are the same property files that are 
using in the WSS4J project. 
+Following shows the properties defined in a sample property file</p>
+    <div class="source"><pre>
+<pre>
+org.apache.ws.security.crypto.provider=org.apache.ws.security.components.crypto.Merlin
+org.apache.ws.security.crypto.merlin.keystore.type=pkcs12
+org.apache.ws.security.crypto.merlin.keystore.password=security
+org.apache.ws.security.crypto.merlin.keystore.alias=16c73ab6-b892-458f-abf5-2f875f74882e
+org.apache.ws.security.crypto.merlin.alias.password=security
+org.apache.ws.security.crypto.merlin.file=keys/x509.PFX.MSFT
+</pre>
+</pre></div>
+  <p>
+
+org.apache.ws.security.crypto.provider defines the implementation of the 
org.apache.ws.security.components.crypto.Crypto 
+interface to provide the crypto information required by WSS4J. The other 
properties defined are the configuration
+ properties used by the implementation class 
(org.apache.ws.security.components.crypto.Merlin).
+ 
+</p><p><b>References</b></p><p>1. <a href="http://ws.apache.org/wss4j"; 
class="externalLink" title="External Link">Apache 
WSS4J</a></p><br></br><p><b>Examples</b></p><p id="ex1">Example 1: An outflow 
configuration to add a timestamp, sing and encrypt 
+ the message once</p><p><iframe frameborder="0" src="sec-conf/out-sample.xml" 
width="800" height="400">
+</iframe>
+</p><p id="ex2">Example 2: An outflow configuration to sign the message twice 
and add a timestamp</p><p><iframe frameborder="0" 
src="sec-conf/out-sample2.xml" width="800" height="400">
+</iframe>
+</p><p id="ex3">Example 3: An inflow configuration to decrypt, verify 
signature and validate timestamp</p><p><iframe frameborder="0" 
src="sec-conf/in-sample.xml" width="800" height="400">
+</iframe>
+</p></div></div></div></div><div class="clear"><hr></hr></div><div 
id="footer"><div class="xright">© 2004-2005, Apache Software 
Foundation</div><div class="clear"><hr></hr></div></div></body></html>
\ No newline at end of file

Modified: webservices/site/trunk/targets/axis2/siteHowTo.html
URL: 
http://svn.apache.org/viewcvs/webservices/site/trunk/targets/axis2/siteHowTo.html?rev=358024&r1=358023&r2=358024&view=diff
==============================================================================
--- webservices/site/trunk/targets/axis2/siteHowTo.html (original)
+++ webservices/site/trunk/targets/axis2/siteHowTo.html Tue Dec 20 08:02:13 2005
@@ -1,16 +1,16 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";><html><head><title>Axis
 2.0 - How To Build Axis Project's Website</title><style type="text/css" 
media="all">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";><html><head><title>How
 To Build Axis Project's Website - Axis 2.0</title><style type="text/css" 
media="all">
           @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: 02 December 2005
-                  | Doc for 0.93</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="">Download 
Axis2</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></ul></li><li 
class="expanded"><a href="">Getting Started with Axis2</a><ul><li 
class="none"><a href="installationguide.html">Installation Guide</a></li><li 
class="none"><a href="userguide.html">User Guide</a></li><li class="none"><a 
href="webadminguide.html">Web Administration Guide</a></li></ul></li><li 
class="expanded"><a href="docs.html">Additional Reference</a><ul><li 
class="none"><a href="http://wiki.apache.org/ws/FrontPage/Axis2"; 
class="externalLink" title="Exte
 rnal Link">Axis2 Wiki</a></li><li class="none"><a 
href="Axis2ArchitectureGuide.html">Architecture Guide</a></li><li 
class="none"><a href="OMTutorial.html">AXIOM Tutorial</a></li><li 
class="none"><a href="CodegenToolReference.html">Code Generation 
Tutorial</a></li><li class="none"><a href="rest-ws.html">REST 
Support</a></li><li class="none"><a href="mtom-guide.html">Handling Binary Data 
with Axis2</a></li><li class="none"><a href="axis2config.html">Axis2 
Configuration Guide</a></li><li class="none"><a href="migration.html">Migrating 
from Axis 1.x</a></li><li class="none"><a href="api.html">Online Java 
Docs</a></li><li class="none"><a href="adb/adb-howto.html">ADB 
How-to</a></li><li class="none"><a href="security-module.html">WS-Security 
How-to</a></li><li class="none"><a href="otherTutorials.html">Other 
Tutorials</a></li></ul></li><li class="expanded"><a href="overview.html">Get 
Invloved</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="expanded"><a href="">Project 
Information</a><ul><li class="none"><a href="mail-lists.html">Mailing 
Lists</a></li><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 Maven" 
src="./images/logos/maven-button-1.png"></img></a></div></div><div 
id="bodyColumn"><div class="contentBox"><div class="section"><a 
name="How_To_Build_Axis2_Project_s_Website"></a><h2>How To Build Axis2 
Project's Website</h2><div class="subsection"><a 
name="Installing_Maven"></a><h3>Installing Maven</h3><
 p>The Axis 2.0 website build system solely depends
+          @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: 20 December 2005
+                <span class="separator">|</span> Doc for  0.94-dev
+                </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="">Download 
Axis2</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></ul></li><li 
class="expanded"><a href="">Getting Started with Axis2</a><ul><li 
class="none"><a href="installationguide.html">Installation Guide</a></li><li 
class="none"><a href="userguide.html">User Guide</a></li><li class="none"><a 
href="webadminguide.html">Web Administration Guide</a></li></ul></li><li 
class="expanded"><a href="docs.html">Additional Reference</a><ul><li 
class="none"><a href="http://wiki.apache.org/ws/FrontPage/Axis2"; 
class="externalLink" title="External Link">Axis2
  Wiki</a></li><li class="none"><a 
href="Axis2ArchitectureGuide.html">Architecture Guide</a></li><li 
class="none"><a href="OMTutorial.html">AXIOM Tutorial</a></li><li 
class="none"><a href="CodegenToolReference.html">Code Generation 
Tutorial</a></li><li class="none"><a href="rest-ws.html">REST 
Support</a></li><li class="none"><a href="mtom-guide.html">Handling Binary Data 
with Axis2</a></li><li class="none"><a href="axis2config.html">Axis2 
Configuration Guide</a></li><li class="none"><a href="migration.html">Migrating 
from Axis 1.x</a></li><li class="none"><a href="api.html">Online Java 
Docs</a></li><li class="none"><a href="adb/adb-howto.html">ADB 
How-to</a></li><li class="none"><a href="security-module.html">WS-Security 
How-to</a></li><li class="none"><a href="otherTutorials.html">Other 
Tutorials</a></li></ul></li><li class="expanded"><a href="overview.html">Get 
Invloved</a><ul><li class="none"><a href="svn.html">Checkout the 
Source</a></li><li class="none"><a href="siteHowT
 o.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><li class="none"><a 
href="thanks.html">Thanks</a></li></ul></li><li class="expanded"><a 
href="">Project Information</a><ul><li class="none"><a 
href="mail-lists.html">Mailing Lists</a></li><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><div 
id="legend"><h5>Legend</h5><ul><li class="externalLink">External Link</li><li 
class="newWindow">Opens in a new window</li></ul></div><a 
href="http://maven.apache.org/"; title="Built by Maven" id="poweredBy"><img 
alt="Built by Maven" 
src="./images/logos/maven-button-1.png"></img></a></div></div><div 
id="bodyColumn"><div class="contentBox"><div class="section"><
 a name="How_To_Build_Axis2_Project_s_Website"></a><h2>How To Build Axis2 
Project's Website</h2><div class="subsection"><a 
name="Installing_Maven"></a><h3>Installing Maven</h3><p>The Axis 2.0 website 
build system solely depends
 <a href="http://maven.apache.org/"; class="externalLink" title="External 
Link">Maven</a>.Specifically the build has been 
 tested to work with Maven version 1.0.1. To install Maven download the 
 distributions and follow the instructions in their documentation. Make sure 
you 
 don't forget to put MAVEN_HOME/bin directory in the path. </p></div><div 
class="subsection"><a name="Checking_out_Axis_2_0"></a><h3>Checking out Axis 
2.0</h3><p>Checkout latest source from
 <a href="http://svn.apache.org/repos/asf/webservices/axis2/trunk/java"; 
class="externalLink" title="External Link">here</a> 
 using your favorite svn client. If you are a committer get a commiter check 
out 
-from <a href="https://svn.apache.org/repos/asf/webservices/axis2/trunk/java";>
+from <a href="https://svn.apache.org/repos/asf/webservices/axis2/trunk/java"; 
class="externalLink" title="External Link">
 here</a>.</p></div><div class="subsection"><a 
name="Building_the_site"></a><h3>Building the site</h3><p>type <i>maven 
multiproject</i> at the root of your project folder. It will take some time to 
build the whole site and built site will be available under 
targets/docs</p></div><div class="subsection"><a name="FAQ"></a><h3>FAQ</h3><ol>
        <li>How can I update a document in the site ?<br></br> Get a commiter 
check out. 
        All the documents are in html format under the xdocs folder, and you 
can 

Modified: webservices/site/trunk/targets/axis2/style/maven-base.css
URL: 
http://svn.apache.org/viewcvs/webservices/site/trunk/targets/axis2/style/maven-base.css?rev=358024&r1=358023&r2=358024&view=diff
==============================================================================
Binary files - no diff available.

Modified: webservices/site/trunk/targets/axis2/style/maven-classic.css
URL: 
http://svn.apache.org/viewcvs/webservices/site/trunk/targets/axis2/style/maven-classic.css?rev=358024&r1=358023&r2=358024&view=diff
==============================================================================
Binary files - no diff available.

Modified: webservices/site/trunk/targets/axis2/style/maven-theme.css
URL: 
http://svn.apache.org/viewcvs/webservices/site/trunk/targets/axis2/style/maven-theme.css?rev=358024&r1=358023&r2=358024&view=diff
==============================================================================
Binary files - no diff available.

Modified: webservices/site/trunk/targets/axis2/style/print.css
URL: 
http://svn.apache.org/viewcvs/webservices/site/trunk/targets/axis2/style/print.css?rev=358024&r1=358023&r2=358024&view=diff
==============================================================================
Binary files - no diff available.

Modified: webservices/site/trunk/targets/axis2/svn.html
URL: 
http://svn.apache.org/viewcvs/webservices/site/trunk/targets/axis2/svn.html?rev=358024&r1=358023&r2=358024&view=diff
==============================================================================
--- webservices/site/trunk/targets/axis2/svn.html (original)
+++ webservices/site/trunk/targets/axis2/svn.html Tue Dec 20 08:02:13 2005
@@ -1,9 +1,9 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";><html><head><title>Axis
 2.0 - </title><style type="text/css" media="all">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";><html><head><title> - 
Axis 2.0</title><style type="text/css" media="all">
           @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: 02 December 2005
-                  | Doc for 0.93</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="">Download 
Axis2</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></ul></li><li 
class="expanded"><a href="">Getting Started with Axis2</a><ul><li 
class="none"><a href="installationguide.html">Installation Guide</a></li><li 
class="none"><a href="userguide.html">User Guide</a></li><li class="none"><a 
href="webadminguide.html">Web Administration Guide</a></li></ul></li><li 
class="expanded"><a href="docs.html">Additional Reference</a><ul><li 
class="none"><a href="http://wiki.apache.org/ws/FrontPage/Axis2"; 
class="externalLink" title="Exte
 rnal Link">Axis2 Wiki</a></li><li class="none"><a 
href="Axis2ArchitectureGuide.html">Architecture Guide</a></li><li 
class="none"><a href="OMTutorial.html">AXIOM Tutorial</a></li><li 
class="none"><a href="CodegenToolReference.html">Code Generation 
Tutorial</a></li><li class="none"><a href="rest-ws.html">REST 
Support</a></li><li class="none"><a href="mtom-guide.html">Handling Binary Data 
with Axis2</a></li><li class="none"><a href="axis2config.html">Axis2 
Configuration Guide</a></li><li class="none"><a href="migration.html">Migrating 
from Axis 1.x</a></li><li class="none"><a href="api.html">Online Java 
Docs</a></li><li class="none"><a href="adb/adb-howto.html">ADB 
How-to</a></li><li class="none"><a href="security-module.html">WS-Security 
How-to</a></li><li class="none"><a href="otherTutorials.html">Other 
Tutorials</a></li></ul></li><li class="expanded"><a href="overview.html">Get 
Invloved</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="expanded"><a href="">Project 
Information</a><ul><li class="none"><a href="mail-lists.html">Mailing 
Lists</a></li><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 Maven" 
src="./images/logos/maven-button-1.png"></img></a></div></div><div 
id="bodyColumn"><div class="contentBox"><div class="section"><a 
name="Developing_Apache_Axis2"></a><h2>Developing Apache Axis2</h2><div 
class="subsection"><a name="Working_with_Subversion"></a><h3>Working with 
Subversion</h3><p>The Axis2 
 development team uses Subversion for source control.  Subversion is a
+          @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: 20 December 2005
+                <span class="separator">|</span> Doc for  0.94-dev
+                </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="">Download 
Axis2</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></ul></li><li 
class="expanded"><a href="">Getting Started with Axis2</a><ul><li 
class="none"><a href="installationguide.html">Installation Guide</a></li><li 
class="none"><a href="userguide.html">User Guide</a></li><li class="none"><a 
href="webadminguide.html">Web Administration Guide</a></li></ul></li><li 
class="expanded"><a href="docs.html">Additional Reference</a><ul><li 
class="none"><a href="http://wiki.apache.org/ws/FrontPage/Axis2"; 
class="externalLink" title="External Link">Axis2
  Wiki</a></li><li class="none"><a 
href="Axis2ArchitectureGuide.html">Architecture Guide</a></li><li 
class="none"><a href="OMTutorial.html">AXIOM Tutorial</a></li><li 
class="none"><a href="CodegenToolReference.html">Code Generation 
Tutorial</a></li><li class="none"><a href="rest-ws.html">REST 
Support</a></li><li class="none"><a href="mtom-guide.html">Handling Binary Data 
with Axis2</a></li><li class="none"><a href="axis2config.html">Axis2 
Configuration Guide</a></li><li class="none"><a href="migration.html">Migrating 
from Axis 1.x</a></li><li class="none"><a href="api.html">Online Java 
Docs</a></li><li class="none"><a href="adb/adb-howto.html">ADB 
How-to</a></li><li class="none"><a href="security-module.html">WS-Security 
How-to</a></li><li class="none"><a href="otherTutorials.html">Other 
Tutorials</a></li></ul></li><li class="expanded"><a href="overview.html">Get 
Invloved</a><ul><li class="none"><a href="svn.html">Checkout the 
Source</a></li><li class="none"><a href="siteHowT
 o.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><li class="none"><a 
href="thanks.html">Thanks</a></li></ul></li><li class="expanded"><a 
href="">Project Information</a><ul><li class="none"><a 
href="mail-lists.html">Mailing Lists</a></li><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><div 
id="legend"><h5>Legend</h5><ul><li class="externalLink">External Link</li><li 
class="newWindow">Opens in a new window</li></ul></div><a 
href="http://maven.apache.org/"; title="Built by Maven" id="poweredBy"><img 
alt="Built by Maven" 
src="./images/logos/maven-button-1.png"></img></a></div></div><div 
id="bodyColumn"><div class="contentBox"><div class="section"><
 a name="Developing_Apache_Axis2"></a><h2>Developing Apache Axis2</h2><div 
class="subsection"><a name="Working_with_Subversion"></a><h3>Working with 
Subversion</h3><p>The Axis2 development team uses Subversion for source 
control.  Subversion is a
 compelling replacement for CVS developed under the auspices of the Tigris 
community
 and is licensed under an Apache compatible license.  To learn more about 
Subversion
 or to download the latest distribution, visit the 
@@ -19,7 +19,7 @@
 
 <ul>
   <li><b>If you are not a committer:</b> Use <a 
href="http://svn.apache.org/repos/asf/webservices/axis2/trunk/java"; 
class="externalLink" title="External 
Link">http://svn.apache.org/repos/asf/webservices/axis2/trunk/java</a></li>
-  <li><b>If you are a committer:</b> Use <a 
href="https://svn.apache.org/repos/asf/webservices/axis2/trunk/java";>https://svn.apache.org/repos/asf/webservices/axis2/trunk/java</a></li>
+  <li><b>If you are a committer:</b> Use <a 
href="https://svn.apache.org/repos/asf/webservices/axis2/trunk/java"; 
class="externalLink" title="External 
Link">https://svn.apache.org/repos/asf/webservices/axis2/trunk/java</a></li>
 </ul>
 
 If you are a committer, make sure that you have selected an svnpasswd.  To do 
this

Modified: webservices/site/trunk/targets/axis2/tcp-transport.html
URL: 
http://svn.apache.org/viewcvs/webservices/site/trunk/targets/axis2/tcp-transport.html?rev=358024&r1=358023&r2=358024&view=diff
==============================================================================
--- webservices/site/trunk/targets/axis2/tcp-transport.html (original)
+++ webservices/site/trunk/targets/axis2/tcp-transport.html Tue Dec 20 08:02:13 
2005
@@ -1,9 +1,9 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";><html><head><title>Axis
 2.0 - TCP transport</title><style type="text/css" media="all">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";><html><head><title>TCP
 transport - Axis 2.0</title><style type="text/css" media="all">
           @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: 02 December 2005
-                  | Doc for 0.93</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="">Download 
Axis2</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></ul></li><li 
class="expanded"><a href="">Getting Started with Axis2</a><ul><li 
class="none"><a href="installationguide.html">Installation Guide</a></li><li 
class="none"><a href="userguide.html">User Guide</a></li><li class="none"><a 
href="webadminguide.html">Web Administration Guide</a></li></ul></li><li 
class="expanded"><a href="docs.html">Additional Reference</a><ul><li 
class="none"><a href="http://wiki.apache.org/ws/FrontPage/Axis2"; 
class="externalLink" title="Exte
 rnal Link">Axis2 Wiki</a></li><li class="none"><a 
href="Axis2ArchitectureGuide.html">Architecture Guide</a></li><li 
class="none"><a href="OMTutorial.html">AXIOM Tutorial</a></li><li 
class="none"><a href="CodegenToolReference.html">Code Generation 
Tutorial</a></li><li class="none"><a href="rest-ws.html">REST 
Support</a></li><li class="none"><a href="mtom-guide.html">Handling Binary Data 
with Axis2</a></li><li class="none"><a href="axis2config.html">Axis2 
Configuration Guide</a></li><li class="none"><a href="migration.html">Migrating 
from Axis 1.x</a></li><li class="none"><a href="api.html">Online Java 
Docs</a></li><li class="none"><a href="adb/adb-howto.html">ADB 
How-to</a></li><li class="none"><a href="security-module.html">WS-Security 
How-to</a></li><li class="none"><a href="otherTutorials.html">Other 
Tutorials</a></li></ul></li><li class="expanded"><a href="overview.html">Get 
Invloved</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="expanded"><a href="">Project 
Information</a><ul><li class="none"><a href="mail-lists.html">Mailing 
Lists</a></li><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 Maven" 
src="./images/logos/maven-button-1.png"></img></a></div></div><div 
id="bodyColumn"><div class="contentBox"><div class="section"><a 
name="TCP_transport"></a><h2>TCP transport</h2><p>Axis2 supports TCP as a 
transport. Axis2 has support for both send and
+          @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: 20 December 2005
+                <span class="separator">|</span> Doc for  0.94-dev
+                </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="">Download 
Axis2</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></ul></li><li 
class="expanded"><a href="">Getting Started with Axis2</a><ul><li 
class="none"><a href="installationguide.html">Installation Guide</a></li><li 
class="none"><a href="userguide.html">User Guide</a></li><li class="none"><a 
href="webadminguide.html">Web Administration Guide</a></li></ul></li><li 
class="expanded"><a href="docs.html">Additional Reference</a><ul><li 
class="none"><a href="http://wiki.apache.org/ws/FrontPage/Axis2"; 
class="externalLink" title="External Link">Axis2
  Wiki</a></li><li class="none"><a 
href="Axis2ArchitectureGuide.html">Architecture Guide</a></li><li 
class="none"><a href="OMTutorial.html">AXIOM Tutorial</a></li><li 
class="none"><a href="CodegenToolReference.html">Code Generation 
Tutorial</a></li><li class="none"><a href="rest-ws.html">REST 
Support</a></li><li class="none"><a href="mtom-guide.html">Handling Binary Data 
with Axis2</a></li><li class="none"><a href="axis2config.html">Axis2 
Configuration Guide</a></li><li class="none"><a href="migration.html">Migrating 
from Axis 1.x</a></li><li class="none"><a href="api.html">Online Java 
Docs</a></li><li class="none"><a href="adb/adb-howto.html">ADB 
How-to</a></li><li class="none"><a href="security-module.html">WS-Security 
How-to</a></li><li class="none"><a href="otherTutorials.html">Other 
Tutorials</a></li></ul></li><li class="expanded"><a href="overview.html">Get 
Invloved</a><ul><li class="none"><a href="svn.html">Checkout the 
Source</a></li><li class="none"><a href="siteHowT
 o.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><li class="none"><a 
href="thanks.html">Thanks</a></li></ul></li><li class="expanded"><a 
href="">Project Information</a><ul><li class="none"><a 
href="mail-lists.html">Mailing Lists</a></li><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><div 
id="legend"><h5>Legend</h5><ul><li class="externalLink">External Link</li><li 
class="newWindow">Opens in a new window</li></ul></div><a 
href="http://maven.apache.org/"; title="Built by Maven" id="poweredBy"><img 
alt="Built by Maven" 
src="./images/logos/maven-button-1.png"></img></a></div></div><div 
id="bodyColumn"><div class="contentBox"><div class="section"><
 a name="TCP_transport"></a><h2>TCP transport</h2><p>Axis2 supports TCP as a 
transport. Axis2 has support for both send and
 receive SOAP Messages via TCP. TCP transports do not have any Application
 level Headers and the SOAP Message that sends should be self contained. This
 make the interaction fast and simple. Yet the main limitation of the TCP


Reply via email to