我是春季集成的新手.拨打一个休息的网络服务电话,我有以下配置.
<int-http:outbound-gateway
url="#{appProperties['rootUrl']}#{appProperties['myMethod']}"
request-channel="myRequestChannel" reply-channel="myResponseChannel" >
</int-http:outbound-gateway>
但是我还应该传递身份验证信息(用户名和密码)来进行Web服务调用.如何通过http:outbound-gateway发送身份验证信息?
最佳答案
原文链接:https://www.f2er.com/spring/531871.html