Java Tutorial - Java Scipt : Axis

Java Tutorial - Java Scipt :

Axis


Apache Axis provides a great implementation of Java Web services. It is an open source implementation of JAX-RPC that is available right now. Axis actually sports an amazing lineage, enjoying its start as SOAP4J from IBM and later as the Apache SOAP project. The most current incarnation, renamed Axis, is the result of a complete rewrite of Apache SOAP. The new code is built around SAX for higher performance. As far as open source Java Web services projects go, Apache Axis is the best around, and we’ll be using it for all of the Java Web services examples in this chapter.