【发布时间】:2011-12-21 01:44:09
【问题描述】:
我在 11g 中有一个 BPEL 应用程序,其中绑定的 schema-validate-input 属性设置为 true。当我向此应用程序发送请求时,我收到错误:
Input Violates Schema : cvc-elt.1: Cannot find the declaration of element
这告诉我它无法找到消息架构的 xsd。
- BPEL 在哪里搜索这些模式定义和
- 如何将必要的架构加载到环境中?
我正在使用 Oracle 融合中间件 11.1.1.5.0 版本。
【问题讨论】:
标签: oracle xsd oracle11g middleware bpel