Author: coheigea
Date: Wed Mar  9 12:32:38 2011
New Revision: 1079777

URL: http://svn.apache.org/viewvc?rev=1079777&view=rev
Log:
Website updates.

Modified:
    webservices/wss4j/trunk/src/site/xdoc/axis.xml
    webservices/wss4j/trunk/src/site/xdoc/download.xml
    webservices/wss4j/trunk/src/site/xdoc/package.xml
    webservices/wss4j/trunk/src/site/xdoc/using.xml

Modified: webservices/wss4j/trunk/src/site/xdoc/axis.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/site/xdoc/axis.xml?rev=1079777&r1=1079776&r2=1079777&view=diff
==============================================================================
--- webservices/wss4j/trunk/src/site/xdoc/axis.xml (original)
+++ webservices/wss4j/trunk/src/site/xdoc/axis.xml Wed Mar  9 12:32:38 2011
@@ -1,27 +1,24 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<document><properties><title>Axis Deployment 
Tutorial</title></properties><body><section name="Apache 
WSS4J"></section><section name="Axis Deployment Tutorial"></section><section 
name=""><subsection name="Contents"><ul>
-  <li>Introduction</li>
-  <li>Prerequisties</li>
-  <li>Steps</li>
-  <ul>
-    <li>Username Token<br></br>
-    </li>
-  </ul>
-</ul></subsection></section><section name=""><subsection 
name="Introduction"><div style="margin-left: 40px;">WSS4J can be used for 
securing web
+<document>
+<body>
+<section name="Axis1 Deployment Tutorial">
+<subsection name="Introduction">WSS4J 1.5.x can be used for securing web
 services deployed in virtually any application server, but it includes
-special support for Axis. WSS4J ships with handlers that can be used in
+special support for Axis. WSS4J 1.5.x ships with handlers that can be used in
 Axis-based web
 services for an easy integration. These handlers can be added to the
 service deployment
 descriptor (wsdd file) to add a WS-Security layer to the web service.
 This is a step by step tutorial for deploying a simple service with
 Username Token.<br></br>
-</div><br></br></subsection><subsection name="Prerequisties"><div 
style="margin-left: 40px;"><a href="http://ws.apache.org/axis/";>Axis
+<br></br></subsection><subsection name="Prerequisites"><a 
href="http://ws.apache.org/axis/";>Axis
 1.2</a> installed and configured on a <a 
href="http://jakarta.apache.org/tomcat/";>Tomcat Server</a>.  This
 tutorial was performed on a Linux machine with Tomcat 5.5.4/Java 1.5.0,
 however, the setup should be similar on other application servers, or
 other operating systems (like Windows) unless we stated otherwise.<br></br>
-</div></subsection><subsection name="Steps"></subsection><subsection name="    
Installing WSS4J"><div style="margin-left: 40px;">
+</subsection>
+<subsection name="Steps"></subsection>
+<subsection name="Installing WSS4J">
 <ol>
   <li>Download the WSS4J binaries or build it from sources<br></br>
   </li>
@@ -34,13 +31,11 @@ deployment/class loading turned on. Chec
 Security (xmlsec.jar) is listed under the "Optional Components" section.</li>
 </ol>
 <h4>Creating the Service</h4>
-</div><ol>
-  <ol>
-    <li>This tutorial will secure the StockQuoteService which ships
+<ol>
+<li>This tutorial will secure the StockQuoteService which ships
 with Axis. Unless you have one already, create a deployment descriptor
 (deploy.wsdd) file with the following contents:</li>
-  </ol>
-</ol><div style="margin-left: 40px;">
+</ol>
 <ol start="2">
   <br></br>
   <span style="color: rgb(0, 0, 153);">&lt;deployment
@@ -60,7 +55,6 @@ name="scope" value="application"/&gt;</s
   <br></br>
   </span><li>deploy the service (using AxisAdmin):</li>
 </ol>
-</div><div style="margin-left: 40px;">
 <ol>
   <span style="color: rgb(0, 0, 153);">java
 org.apache.axis.client.AdminClient
@@ -129,7 +123,6 @@ If all went well, you should get the res
     <span style="color: rgb(0, 0, 153);"><br></br>
     </span></li>
 </ol>
-</div><div style="margin-left: 40px;">
 <h3>Username Token</h3>
 <h4>Configuring the Service<br></br>
 </h4>
@@ -390,4 +383,8 @@ password, or send the wrong username. Th
 requests.</li>
 </ol>
 <br></br>
-</div><br></br><br></br><div style="margin-left: 
40px;"></div></subsection></section></body></document>
\ No newline at end of file
+<br></br><br></br>
+</subsection>
+</section>
+</body>
+</document>
\ No newline at end of file

Modified: webservices/wss4j/trunk/src/site/xdoc/download.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/site/xdoc/download.xml?rev=1079777&r1=1079776&r2=1079777&view=diff
==============================================================================
--- webservices/wss4j/trunk/src/site/xdoc/download.xml (original)
+++ webservices/wss4j/trunk/src/site/xdoc/download.xml Wed Mar  9 12:32:38 2011
@@ -19,7 +19,7 @@ LICENSE.txt and NOTICE.txt files contain
 <ul>
 <li>
 <p>
-The current "new" release is Apache WSS4J 1.6:
+The current release is Apache WSS4J 1.6:
 </p>
 <p>
 <a 
href="http://www.apache.org/dyn/closer.cgi/ws/wss4j/1_6/wss4j-bin-1.6.zip";>wss4j-bin-1.6.zip</a>
@@ -38,7 +38,7 @@ PGP</a>)
 </li>
 <li>
 <p>
-The current "old" release is Apache WSS4J 1.5.11:
+The current release of the older 1.5.x branch is Apache WSS4J 1.5.11:
 </p>
 <p>
 <a 
href="http://www.apache.org/dyn/closer.cgi/ws/wss4j/1_5_11/wss4j-bin-1.5.11.zip";>

Modified: webservices/wss4j/trunk/src/site/xdoc/package.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/site/xdoc/package.xml?rev=1079777&r1=1079776&r2=1079777&view=diff
==============================================================================
--- webservices/wss4j/trunk/src/site/xdoc/package.xml (original)
+++ webservices/wss4j/trunk/src/site/xdoc/package.xml Wed Mar  9 12:32:38 2011
@@ -1,7 +1,9 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<document><properties><title>Axis Deployment 
Examples</title></properties><body><section><p>
-
-WSS4J Axis handlers process SOAP requests according to the OASIS Web Service 
+<document>
+<body>
+<section name="Axis1 Deployment Tutorial">
+<p>
+WSS4J 1.5.x Axis handlers process SOAP requests according to the OASIS Web 
Service 
 Security (WSS) specifications.
 </p><p></p><p>
 The WSS4J Axis handlers <code>WSDoAllSender</code> and <code>WSDoAllReceiver
@@ -16,7 +18,8 @@ property (parameter) then the deployment
 defined property.  Thus, deployment settings overwrite application settings 
 to fulfill site specific requirements.
 
-</p></section><section name="Prerequisties"><p>
+</p></section>
+<section name="Prerequisites"><p>
 The WS Security Axis handlers use the WSS4J classes (Web Service Security 
 for Java) to process the SOAP messages. WSS4J in turn uses the Apache XML 
Security 
 project to handle XML Security according to XML Signature and XML Encryption. 
@@ -645,4 +648,7 @@ properties that may influence the proces
 such as setting a new username, password callback class, and so on.
 
 <!-- Put @see and @since tags down here. -->
-@since WSS4J 1.0</p></subsection></section></body></document>
\ No newline at end of file
+@since WSS4J 1.0</p></subsection>
+</section>
+</body>
+</document>
\ No newline at end of file

Modified: webservices/wss4j/trunk/src/site/xdoc/using.xml
URL: 
http://svn.apache.org/viewvc/webservices/wss4j/trunk/src/site/xdoc/using.xml?rev=1079777&r1=1079776&r2=1079777&view=diff
==============================================================================
--- webservices/wss4j/trunk/src/site/xdoc/using.xml (original)
+++ webservices/wss4j/trunk/src/site/xdoc/using.xml Wed Mar  9 12:32:38 2011
@@ -79,6 +79,24 @@ guide</a>
 </li>
 </ul>
 </subsection>
+<subsection name="Apache Axis 1">
+<p>
+The 1.5.x branch of WSS4J contains special support for 
+<a href="http://ws.apache.org/axis/";>Apache Axis 1</a>, the open-source web 
services stack which has been
+replaced by Axis2. For some information about how to use WSS4J 1.5.x with Axis 
1 see:
+</p>
+<ul>
+<li>
+<a href="axis.html">Axis deployment tutorial 1</a>
+</li>
+<li>
+<a href="package.html">Axis deployment tutorial 2</a>
+</li>
+</ul>
+<p>
+Please note that these deployment tutorials do not apply to WSS4J 1.6+, only 
WSS4J 1.5.x.
+</p>
+</subsection>
 </section>            
 </body>
 </document>
\ No newline at end of file


Reply via email to