You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by pa...@j2ee-security.net on 2003/10/03 02:46:59 UTC

Reading.html patch (was Re: Web Services Security )

> Steve wrote:
> Are you going to submit appropriate patches to reading.html, 
> security.html, or shall I?
> 

Please find the patch for reading.html. To apply the patch, go to ws-
axis/java/docs directory and run the command "patch < reading.html.patch".

This patch makes two entries:
Section: Axis installation, use and internals

Web Services Security with Axis
This sample chapter from J2EE Security for Servlets, EJBs and Web Services book 
explains use of username/password based authentication, SSL and Servlet 
security mechanisms for securing the transport and WS-Security for securing the 
messages with Apache Axis. To illustrate use of handlers for enforcing 
security, it describes the implementation of a bare-bones WS-Security mechanism 
using VeriSign's TSIK and JAX-RPC handlers. You can also view or download the 
complete sources discussed in the chapter.

Section: Books
J2EE Security for Servlets, EJBs and Web Services
Pankaj Kumar, Prentice Hall, September 2003.
A book on using Java security APIs, tools and mechanisms for building secure 
enterprise applications. The chapter on Web Services Security uses Axis-1.1RC1 
for illustrations. Besides Web Services, it covers security aspects of Java 
RMI, Servlet and JSP based Web Applications and EJBs.

Best Regards,
Pankaj Kumar.