我有以下HTTP出站网关。
<int-http:outbound-gateway id="myWs"
request-channel="requests"
url="http://localhost/test"
http-method="POST"
charset="UTF-8"
reply-timeout="1234"/>
我想将SAOPAction添加到HTTP标头中。我怎样才能做到这一点? 使用出站Web服务网关不是我的选择,因为我的SOAP信封不是标准的SOAP信封。
答案 0 :(得分:2)
使用标头扩充器和自定义files = [file1, file2, file3]
dfs = []
# Read in data files
for file in files:
if file_exists(file):
dfs.append(pd.read_csv(file, low_memory=False))
...
header-mapper