WS Outbound Gateway Sample
This example demonstrates the following aspects of the WS support available with Spring Integration:
- WS Outbound Gateway
- Content Enricher
- Composed Message Processor
A very simple example that show you how easy it is to invoke a SOAP based service using Spring Integration.
- A Message is simply sent to a channel, where it is retrieved by a Chain which consists of a Header Enricher and a WS Outbound Gateway.
- The Header Enricher enriches the Message with the SOAP action header.
- The WS Outbound Gateway converts the Message to a SOAP request and sends it to a remote service, which converts a temperature from Fahrenheit to Celsius and the result is printed to the console.
To run sample simply execute WebServicesDemoTest