Axis 2
Axis 2 supposes
to be the next Generation of Apache Axis. We had the Axis 2 Summit in Sri Lanka
and the development is under the way. I am working on the project full time
under the Grant from the Lanka Software Foundation. Axis 2 has marked changes
from the Apache Axis 1.x family.
- Parsing based on the pull parser
- A SOAP message representation called OM or AXIOM which
is a SOAP info set that supports the deferred parsing. The SOAP envelope can
be partially built and can be generated the pull event what ever parsed so
far. The underline building can be turn off in which case the pull event are
coming directly from the stream.
- Complete Asynchronous and Synchronous messaging support
with an underline one way core.
- WSDL model that support WSDL1.1 and WSDL 2.0
- The code generation for the date binding
- Complete archive based deployment support.