我正在使用wso2bps-3.2.0和Eclipse版本:Kepler Service Release 2,buildId 4.3.2.M20140221-1700 with WSO2 BPEL plug-in 2.0.0
我创建了两个合作伙伴链接,但没有编译错误。当我添加第三个partnerlink时,我收到了CompilationException:错误:[CompilationErrors]编译完成,出现4个错误
错误:[UndeclaredXsdType]尝试引用未声明的XSD类型
错误:[UndeclaredVariable]尝试引用未声明的变量
我试图将变量分成范围,但没有运气 我在互联网上搜索,发现名称空间可能有问题。
这是在partnerlink添加
之前的命名空间xmlns:ns0="http://webservice.rpdservice.sk/"
xmlns:xsd="http://schemas.data.org/2004/07/Data.Model"
xmlns:ns1="http://www.w3.org/2001/XMLSchema"
以下是添加第三个partnerlink后的名称空间
xmlns:ns0="http://webservice.rpdservice.sk/"
xmlns:xsd="http://schemas.data.org/2004/07/Data.Model"
xmlns:ns1="http://www.w3.org/2001/XMLSchema"
xmlns:ns2="http://docs.oasis-open.org/ns/cmis/ws/200908/"
未申报的类型是相同的。未声明的变量只是请求变量 我该怎么办?
我发现问题出现在第三个partnerlink xsd定义
中