+

Search Tips   |   Advanced Search

Develop web services - Invocation framework (WSIF)

The Web Services Invocation Framework (WSIF) is a Web Services Description Language (WSDL)-oriented Java API. We 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 Java Message Service (JMS)). Using WSIF, we 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. We can therefore work with the same programming model regardless of how the service is implemented and accessed.


Subtopics

  • Developing web services
  • Developing web services - Addressing (WS-Addressing)
  • Developing web services - Notification (WS-Notification)
  • Developing web services - Reliable messaging (WS-ReliableMessaging)
  • Developing web services - UDDI registry
  • Developing web services - RESTful services
  • Developing web services - Security (WS-Security)
  • Developing web services - Transaction support (WS-Transaction)
  • Developing web services - Transports