我正在尝试在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。我无法得到什么问题。期待您的回复。提前致谢