Browse Source

Merge pull request #6542 from GordonSmith/HPCC-12427

HPCC-12427 GetESPServiceBaseURL(type) matches on name

Reviewed-By: Miguel Vazquez <miguel.vazquez@lexisnexis.com>
Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 10 years ago
parent
commit
7b61a95505
1 changed files with 1 additions and 1 deletions
  1. 1 1
      esp/src/eclwatch/WsTopology.js

+ 1 - 1
esp/src/eclwatch/WsTopology.js

@@ -38,7 +38,7 @@ define([
                     arrayUtil.forEach(response.TpServiceQueryResponse.ServiceList.TpEspServers.TpEspServer, function (item, idx) {
                         if (lang.exists("TpBindings.TpBinding", item)) {
                             arrayUtil.forEach(item.TpBindings.TpBinding, function (binding, idx) {
-                                if (binding.Name === type) {
+                                if (binding.Service === type) {
                                     retVal = ESPRequest.getURL({
                                         port: binding.Port,
                                         pathname: ""