Wednesday, May 05, 2010

WSIF-Web Service Invocation Framework

Web Services Invocation Framework (WSIF) is a simple Java API for invoking Web services.WSIF is very much based upon WSDL, so it can invoke any service that can be described in Web Service Description Language (WSDL).

With relation to SOA what we need need to understand is

Within a WSDL we define the port type ,binding type.These binding defines how to map between the PortType and a real service format and protocol.


WSIF provides an API to allow the same client code to access any available binding.

I am trying to get more information on this may be some example which could illustrate it in a better way.

No comments: