Monday, 29 February 2016

Apache Axis Web Services


Apache Axis is an implementation of the SOAP ("Simple Object Access Protocol") submission to W3C.

From the draft W3C specification:
SOAP is a lightweight protocol for exchanging structured information in a decentralized, distributed environment. It is an XML based protocol that consists of three parts: an envelope that defines a framework for describing what is in a message and how to process it, a set of encoding rules for expressing instances of application-defined data types, and a convention for representing remote procedure calls and responses.

People are moving from Axis 1.4 to CFX since Axis 1.4 is too old.

is Axis 2 and CFX , both are same ? If they are different, then what is Axis2 and CFX.

CXF is a viable alternative to Axis. With CXF you can develop both SOAP and REST web services.
CXF implements both the JAX-WS and JAX-RS standards.


Web Services Development Frameworks - Apache Axis 2 , Apache CFX and Spring WS

No comments:

Post a Comment