Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我想从我的源消息中分批一个 rootnode/child/child/repeatingnode 节点。我会将 Body Xpath 设置为 rootnode/child/child/...
但是现在,只要有根节点/子/子/节点不存在的源消息,接收端口就会失败。(当然,无法执行 Body Xpath)。
知道如何解决这个问题吗?
不幸的是,您不能有条件地处理信封 - 管道现在期望信封存在。
你能把你的非封装消息分成一个单独的管道吗?这将是最合乎逻辑的方法。