【发布时间】:2014-10-24 09:50:44
【问题描述】:
我想知道来自 Web 服务使用者(mule 组件)的 SOAP 错误消息,因此我使用 catch-exception-strategy 来获取 SOAP 错误消息。 但是 web 服务消费者(mule 组件)的 exceptionPayload 不包含 SOAP 错误。而有效载荷的肥皂故障消息嵌套在如下深处:
payload->firstChild->firstchild->firstChild
有什么方法可以从 Mule 的 catch-exception-strategy 中打印或处理 SOAP 错误。
【问题讨论】:
标签: soap error-handling mule mule-studio mule-component