ESB サーバー上の wso2 Governance 検出プロキシ サービスによって、静的エンドポイント (URL) または動的エンドポイント (uuid) モードでいくつかの WS-Discovery サービスを作成しました。
uuid ベースの WS-Discovery サービスは検出プロキシから WSDL メッセージを検索/取得できませんが、別のサービスは検出します。Governance と ESB (4.1) で正しい uuid ws-discovery サービスをセットアップするには? ありがとう。
次のような ESB エラー ログ: ERROR - ProxyServiceMessageReceiver Unable to find the endpoint specified : wsdd://xxxxxx
PS。私はすでに wsDiscoveryParams パラメーターを追加して、ESB で検出可能を設定しています。
<proxy name="EchoProxy" transports="https,http" startOnLoad="true" trace="disable">
<target endpoint="wsdd://urn:uuid:a74a1bc6-3f25-4d02-bcbc-ea31a3f0f33e/https"/>
<parameter name="wsDiscoveryParams">
<Scopes xmlns="ws.apache.org/ns/synapse">echo.services.core.carbon.wso2.org</Scopes>
</parameter>
</proxy>