2

WSO2 リテール バンキング サンプルを実装しようとしていますが、指定されたサンプル コードでいくつかの問題に直面しています。

AccountOpeningProcessArtifacts.wsdlAccountOpeningProcess プロジェクトでいくつかのエラーが表示されました。そして、名前空間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 に答える