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


Link a WSIF service to a JMS-provided service

The JMS providers enable a WSIF service to be invoked through either SOAP over JMS, or native JMS. Add WSDL extensions to your web service WSDL file so that the service can use the JMS providers.

The JMS is an API for transport technology. The mapping to a JMS destination is defined during deployment and maintained by the container.

The JMS destination endpoint for a web service can be realized in any of the following ways:

The JMS destination endpoint must respect the interaction model expected by the client and defined by the WSDL. It must return a response if one is required.

When the JMS destination endpoint creates the JMS response message the following rules must be followed:

The client does not see any of these headers. The container receives the JMS message and (for SOAP over JMS) removes the SOAP message to send to the client.

To link a WSIF service to a JMS-provided service, use the following information and code examples:


Procedure


Related


Write the WSDL extension that lets your WSIF service access a SOAP over JMS service
Write the WSDL extensions that let your WSIF service access a service at a JMS destination
Enable a WSIF client to invoke a web service through JMS
JMS message header: The TimeToLive property reference
Link a WSIF service to a SOAP over HTTP 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
Link a WSIF service to the underlying implementation of the service

+

Search Tips   |   Advanced Search