2

我正在尝试实施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>

请指教。

4

1 回答 1

0

根据https://docs.wso2.com/display/ESB460/Configure+with+ActiveMQ,您需要将 hawtbuf-1.2.jar 添加到您的应用服务器

于 2014-10-01T02:00:08.627 回答