String targetSoapUrl = getTarget().getTargetSoapUrl();
boolean matchAll = targetSoapUrl.equals(soapUrl);
boolean checkFolder = !targetSoapUrl.endsWith("Server");
// loop through the service descriptions
ServiceCatalogBindingStub stub = new ServiceCatalogBindingStub(soapUrl);
for (ServiceDescription desc: stub.getServiceDescriptions()) {
if (Thread.currentThread().isInterrupted()) return;
String currentSoapUrl = desc.getUrl();
String currentRestUrl = currentSoapUrl.replace(soapUrl,restUrl);
// determine if there is a metch