我在使用WS-Addressing的apache camel路由中使用cxf作为生产者。 我知道可以在路由中设置SoapAction Header(例如可能是错误的)
...
.setHeader("SoapAction").constant("anysoapactionwanted")
.to("cxf...
是否可以与WS-Addressing Action字段相同?因为我注意到它发送的值不正确。我需要输入2个WS-Addressing Action值,并在camel路由中决定使用哪个值。
答案 0 :(得分:0)
您必须根据某个值决定所需的操作。在这种情况下,使用Choice-When条件块来导出正确的操作。