Documentation is out of sync with the XSD
I'm trying to follow the current documentation to setup a httpinvoker-handler and httpinvoker-gateway. The gateway setup seems to match with the documentation, and near as I can tell it's working, but the httpinvoker-handler configuration given in the documentation (" <httpinvoker-handler id="httpTarget" channel="httpInvokerOutput" url="http://somehost/test"/> ") doesn't match the XSD ("http://www.springframework.org/schema/integration/spring-integration-adapters-1.0.xsd"). I can't figure out how to specify the channel that the httpinvoker-handler should output to because the XSD doesn't define a channel attribute anymore.