Delete *.project* file in sample project: * control-bus * http Delete also: * applications/cafe/.springBeans * applications/loan-broker/.springBeans * applications/loanshark/.springBeans * basic/feed/.springBeans * basic/file/.springBeans * basic/ftp/.springBeans * basic/helloworld/.springBeans * basic/http/.springBeans * basic/jms/.springBeans * basic/jmx/.springBeans * basic/mail/.springBeans * basic/oddeven/.springBeans * basic/quote/.springBeans * basic/sftp/.springBeans * basic/tcp-client-server/.springBeans * basic/twitter/.springBeans * basic/ws-inbound-gateway/.springBeans * basic/ws-outbound-gateway/.springBeans * basic/xml/.springBeans * basic/xmpp/.springBeans * intermediate/async-gateway/.springBeans * intermediate/errorhandling/.springBeans * intermediate/file-processing/.springBeans * intermediate/multipart-http/.springBeans * intermediate/travel/.springBeans
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