我正在尝试实施WSO2 retail banking sample,但我遇到了一些与给定示例代码有关的问题。
它在AccountOpeningProcess项目的AccountOpeningProcessArtifacts.wsdl
中显示了一些错误。它显示了从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>
请建议。
答案 0 :(得分:0)
根据https://docs.wso2.com/display/ESB460/Configure+with+ActiveMQ,您需要将hawtbuf-1.2.jar添加到您的应用服务器