Differences Between WSIF and Axis
Axis is an implementation of SOAP. It includes on the server-side infrastructure for deploying web service implementations and then routing SOAP messages between clients and those implementations. It also implements the JAX-RPC specification for invoking SOAP services.
WSIF is similar to the client piece of Axis, in that it is used for invoking services. However, WSIF's API is WSDL-driven and protocol independent; it allows protocol-specific code ("providers") to be plugged in. For invoking SOAP services, WSIF is in fact packaged with an Axis provider, that uses Axis APIs (i.e. JAX-RPC) to do the invocation. So WSIF operates at a more abstract level than Axis.
Read more about this topic: Web Services Invocation Framework
Famous quotes containing the words differences and/or axis:
“I trust the time is nigh when, with the universal assent of civilized people, all international differences shall be determined without resort to arms by the benignant processes of civilization.”
—Chester A. Arthur (18291886)
“He is the essence that inquires.
He is the axis of the star;
He is the sparkle of the spar;
He is the heart of every creature;
He is the meaning of each feature;
And his mind is the sky,
Than all it holds more deep, more high.”
—Ralph Waldo Emerson (18031882)