I ran the travel example and noticed there is a problem in the integration-ws-context.xml file.

The part that reads:

Code:
	
<outbound-gateway request-channel="weatherServiceChannel"
		uri="http://ws.cdyne.com/WeatherWS/Weather.asmx" />
should be:
Code:
	
<outbound-gateway request-channel="weatherServiceChannel"
		uri="http://wsf.cdyne.com/WeatherWS/Weather.asmx" />
The traffic example doesn't work. On Yahoo's website, they've indicated they are discontinuing the traffic api.