Web Services Invocation Framework
The Web Services Invocation Framework (WSIF) is a simple Java API for invoking
Web Services, no matter how or where the services are provided. WSIF enables developers to interact with abstract representations of Web services through their
WSDL descriptions instead of working directly with SOAP APIs. WSIF allows stubless invocation of a Web service, based upon examination of the meta-data about the service at runtime. WSIF is closely based upon WSDL, so it can invoke any service that can be described in WSDL.
Resources