我是春季集成的新手。要进行休息网络服务调用,我有以下配置。
<int-http:outbound-gateway
url="#{appProperties['rootUrl']}#{appProperties['myMethod']}"
request-channel="myRequestChannel" reply-channel="myResponseChannel" >
</int-http:outbound-gateway>
但我还应该传递身份验证信息(用户名和密码)来进行网络服务调用。我如何发送身份验证信息http:outbound-gateway
?