我正在尝试实施WSO2 零售银行示例,但给定的示例代码遇到了一些问题。
AccountOpeningProcessArtifacts.wsdl
它在 AccountOpeningProcess 项目中显示了一些错误。它显示了从命名空间验证issueCardResponse
属性的错误xmlns:cs="http://sample.wso2.org
。
<wsdl:message name="CreateAccountResponse">
<wsdl:part element="cs:issueCardResponse" name="parameters" />
</wsdl:message>
此外,当我们在应用程序服务器中使用 tryit 实用程序通过 JMS 测试已安装的服务时,它会出现以下错误。
<TryitProxyError xmlns:h="http://wso2.org/ns/TryitProxy" h:status="messageContext error">
<parsererror xmlns="http://www.w3.org/1999/xhtml" style="display: block; white-space: pre; border: 2px solid #c77; padding: 0 1em 0 1em; margin: 1em; background-color: #fdd; color: black">
<h3>This page contains the following errors:</h3>
<div style="font-family:monospace;font-size:12px">error on line 1 at column 201: EntityRef: expecting ';'
</div>
<h3>Below is a rendering of the page up to the first error.</h3>
</parsererror>
</TryitProxyError>
请指教。