Network Deployment (Distributed operating systems), v8.0 > Administer applications and their environment > Administer web services - Invocation framework (WSIF)
Administer WSIF
An overview of where and how the Web Services Invocation Framework (WSIF) is installed as part of WAS, and information about configuring a WSIF client to invoke a web service through JMS, and modifying the contents of the wsif.properties file.
WSIF is a thin abstraction layer between application code and the relevant invocation infrastructure.
WSIF is provided in a JAR file named com.ibm.ws.runtime.jar. The JAR file contains the WSIF classes, and the Java, EJB, SOAP over HTTP and SOAP over JMS providers. Additional providers are packaged as separate JAR files. When you install WAS, the com.ibm.ws.runtime.jar file is put on the WebSphere or JVM class path.
WSIF requires no further configuration, apart from the following administrative tasks:
Procedure
- Enable a WSIF client to invoke a web service through JMS.
Use the admin console to configure the JMS resources (a queue destination and a queue connection factory) that are required to enable a service to be invoked through JMS by a WSIF client application.
- Modify the contents of the wsif.properties file.
You might have to modify the contents of this file, for example to change the default SOAP provider
Related
wsif.properties file - Initial contents
Web Services Invocation Framework (WSIF)
Change the default WSIF SOAP provider
Troubleshoot WSIF
Enable a WSIF client to invoke a web service through JMS