【发布时间】:2018-07-11 22:29:58
【问题描述】:
尝试使用camel cxf bean调用外部soap服务,但不确定如何在setHeader中传递多个命名空间。
setHeader(CxfConstants.OPERATION_NAMESPACE, 常量("http://test.org/Imports"))
这里对于其中一项操作,需要传递 2 个命名空间作为 http://test.org/Imports http://globe.org/schema
让我知道我们如何在调用 cxf bean 之前在骆驼头中添加上述两个命名空间作为操作命名空间
提前致谢
【问题讨论】:
标签: apache-camel