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>
ご意見をお聞かせください。