Learning about the Web Services Invocation Framework (WSIF)
The Web Services Invocation Framework (WSIF) is a WSDL-oriented Java API. You use this API to invoke Web services dynamically, regardless of the service implementation format (for example enterprise bean) or the service access mechanism (for example JMS).
Overview
Use WSIF, you can move away from the usual Web services programming model of working directly with the SOAP APIs, towards a model where you interact with representations of the services. You can therefore work with the same programming model regardless of how the service is implemented and accessed.
To learn about WSIF, see the following topics:
Procedure
What to do next
For more information about working with WSIF, visit the Web sites listed in Web services: Resources for Learning.
Goals of WSIF
WSIF Overview
Related tasks
Web Services Invocation Framework (WSIF): Enabling Web services
Related Reference
Web services: Resources for Learning