私は春の統合に不慣れです。残りのWebサービス呼び出しを行うには、以下の構成があります。
<int-http:outbound-gateway
url="#{appProperties['rootUrl']}#{appProperties['myMethod']}"
request-channel="myRequestChannel" reply-channel="myResponseChannel" >
</int-http:outbound-gateway>
ただし、Webサービスを呼び出すには、認証情報(ユーザー名とパスワード)も渡す必要があります。どうすれば認証情報を送信できますhttp:outbound-gateway
か?