Use the Service Access from WebSphere MQ: one-way pattern to process WebSphere MQ XML messages by using the data contained in the pattern to call a web service.
Use this pattern to bridge the reliable WebSphere MQ messaging protocol of client applications with the synchronous requests to services to handle updates with an assurance that either the request succeeds or that failures, including timeouts, are reliably reported.
This pattern provides loose coupling between client applications and service providers in timing, protocols, and transport. It is appropriate for interfacing services to existing systems.
The solution is to implement a message flow that provides an entry point for WebSphere MQ messages. When a message is received, the data is incorporated into the body of a web service request and the target service is called.
This pattern does not return a response to the client application, but it does check for service response, service faults, or timeouts, and these are reported according to the error options that you have selected.
Read the following section for information about how to apply and use this pattern.
Constraints on the use of the pattern