【发布时间】:2016-07-01 06:34:28
【问题描述】:
我们正在寻求将一段旧的 mule xml 代码迁移到 Mule 3.6,但我遇到了这个特定功能的问题
<cxf:outbound-endpoint address="${business.process.one}"
proxy="true"
synchronous="true"
transformer-refs="domToXml logging extractIDTransformer stripOutContentIds logging xmlToXSR"
applyTransformersToProtocol="false">
<xa-transaction action="ALWAYS_JOIN" timeout="60000"/>
<property key="outInterceptors" value-ref="cxfOutInterceptors"/>
<property key="inInterceptors" value-ref="cxfResponseOutboundInterceptors"/>
</cxf:outbound-endpoint>
以及各种入站 cxf 端点地址以及它所说的
此处不允许使用元素 cxf:outbound-endpoint
Mule 3.6 中是否有新的方法?
【问题讨论】:
标签: web-services mule