我正在尝试在 Eclipse 中创建一个简单的 BPEL HelloWorld 项目。但是当我创建一个项目时,我的 HelloWorldArtifact.wsdl 中出现错误:
cvc-complex-type.2.4.a: Invalid content was found starting with element 'plnk:partnerLinkType'. One of '{"http://schemas.xmlsoap.org/wsdl/":import, "http://schemas.xmlsoap.org/wsdl/":types, "http://schemas.xmlsoap.org/wsdl/":message, "http://schemas.xmlsoap.org/wsdl/":portType, "http://schemas.xmlsoap.org/wsdl/":binding, "http://schemas.xmlsoap.org/wsdl/":service}' is expected. helloworldArtifacts.wsdl /HelloWorld/bpelContent
在:
<plnk:partnerLinkType name="helloworld">
<plnk:role name="helloworldProvider" portType="tns:helloworld"/>
</plnk:partnerLinkType>
我正在使用 Eclipse Juno 4.2。我无法解决的问题是什么。期待您的回复。提前致谢