Files
spring-integration-samples/basic/ws-outbound-gateway
Gunnar Hillert 85bef285d4 INTSAMPLES-47 - Upgrade SI dep. to 2.1.0.RELEASE
* Upgraded all Spring Integration dependencies to 2.1.0.RELEASE
* All Samples use the new Artifactory-based Milestone Repository http://repo.springsource.org/milestone (As the repositories are additive, this repository will also include the release repo)
* Added versions to all Maven plugin declarations, reducing the amount WARNING-level logging substantially
2012-01-07 22:58:10 -05:00
..

This example demonstrates the following aspects of the WS support available with Spring Integration:
1. WS Outbound Gateway

as well as:
2. Content Enricher
3. Composed Message Processor

A very simple example that show you how easy it is to invoke a SOAP based service using Spring Integration

Message is simply sent to a channel where it is retrieved by a Chain which consists of Header Enricher and WS Outbound Gateway
Header Enricher enriches Message with the SOAP action header
WS Outbound Gateway converts Message to a SOAP request and sends it to a remote service which converts temperature from 
Fahrenheit to Celsius and sent back where the result is printed to a console.

To run sample simply execute WebServicesDemoTest