I ran the travel example and noticed there is a problem in the integration-ws-context.xml file.
The part that reads:
should be:Code:<outbound-gateway request-channel="weatherServiceChannel" uri="http://ws.cdyne.com/WeatherWS/Weather.asmx" />
The traffic example doesn't work. On Yahoo's website, they've indicated they are discontinuing the traffic api.Code:<outbound-gateway request-channel="weatherServiceChannel" uri="http://wsf.cdyne.com/WeatherWS/Weather.asmx" />


Reply With Quote