dug 01/03/06 05:05:42
Modified: targets/axis intro.html ref.html Log: Added more pointers from the intro page. Revision Changes Path 1.6 +9 -1 xml-site/targets/axis/intro.html Index: intro.html =================================================================== RCS file: /home/cvs/xml-site/targets/axis/intro.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- intro.html 2001/02/15 22:16:45 1.5 +++ intro.html 2001/03/06 13:05:42 1.6 @@ -13,7 +13,6 @@ <a target="new" href="http://www.w3.org/TR/SOAP"> submission</a> to W3C. <p> - From the draft W3C specification: <blockquote> SOAP is a lightweight protocol for @@ -28,6 +27,15 @@ This project is a follow-on to the <a target="new" href="http://xml.apache.org/soap">Apache SOAP project</a>. + +<p> +Please see the <a href="ref.html">Reference Library</a> for a list of +technical resources that should prove useful. +<p> +The latest list of +<a href="http://xml.apache.org/websrc/cvsweb.cgi/~checkout~/xml-axis/java/docs/requirements.html?content-type=text/html">requirements</a> is also available. +<p> + </body> </html> 1.6 +24 -2 xml-site/targets/axis/ref.html Index: ref.html =================================================================== RCS file: /home/cvs/xml-site/targets/axis/ref.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ref.html 2001/02/15 22:16:51 1.5 +++ ref.html 2001/03/06 13:05:42 1.6 @@ -14,10 +14,32 @@ virtual community. The following is a list of documents that we have found helpful for us and may be helpful to you: <p> -<b><font size=+1>Techincal Resources</font></b> -<br> These resources are required reading for anybody contributing source code to the project. +<p> + +<b><font size=+1>SOAP Specific Resources</font></b> +<p> + +<a target="new" href="http://www.w3.org/TR/SOAP/"> +<b>SOAP W3C Specification</b></a> +<br> +Required reading. +<p> + +<a target="new" href="http://www.w3.org/TR/SOAP-attachments"> +<b>SOAP Messaging with Attachments W3C Specification</b></a> +<br> +SOAP combined with MIME. +<p> + +<a target="new" href="http://www.w3.org/TR/SOAP-dsig/"> +<b>SOAP Security Extensions: Digital Signature Specification</b></a> +<br> +Adding security to SOAP. +<p> + +<b><font size=+1>Other Resources</font></b> <p> <a target="new" href="http://java.sun.com/docs/books/jls/index.html">
