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.
从 BPS 使用 DSS 的 boxcarring 功能时,在开始/结束会话时出现错误:
org.wso2.carbon.bpel.core.ode.integration.BPELFault: SOAP body doesn't contain required part
这似乎是因为从调用返回时的 SOAP 主体是空的。这是一个已知的错误?
我通过更改 wsdl 并删除 return en 错误映射在 bpel 过程中绕过它,但这对我来说似乎不是一个合适的解决方案。
IMO您的方法是解决此问题的正确方法。其他方法是修复 DSS 服务以返回有效消息(如果可能)。