Network Deployment (Distributed operating systems), v8.0 > Develop and deploying applications > Develop web services - Invocation framework (WSIF) > Use WSIF to invoke web services


Link a WSIF service to the underlying implementation of the service

A Web Services Invocation Framework (WSIF) service is linked to the underlying service through a WSIF provider. A provider is an implementation of a WSDL binding that can run a WSDL operation through a binding-specific protocol. Providers implement the interface between the WSIF API and the implementation of a service.

Providers are pluggable within the WSIF framework, and are registered according to the namespace of the WSDL extension that they implement. Some providers use the Java EE programming model to use Java EE services. If a provider is available, but its required class libraries are not, then the provider is disabled.

To use the providers that are supplied with WAS, see the following topics:


Procedure


Related


Link a WSIF service to a SOAP over HTTP service
Link a WSIF service to a JMS-provided service
Write the WSDL extension that lets your WSIF service invoke a method on a local Java object
Write the WSDL extension that lets your WSIF service invoke an enterprise bean
Develop a WSIF service
Interacting with the Java EE container in WAS
Use complex types
Use WSIF to bind a JNDI reference to a web service
Run WSIF as a client
Use WSIF to invoke web services

+

Search Tips   |   Advanced Search