if (orgKey != null) {
id = orgKey.getId();
}
ServiceList l = iRegistry.findService(id,
juddiNames,
ScoutJaxrUddiHelper.getCategoryBagFromClassifications(classifications),
null,
juddiFindQualifiers, registryService.getMaxRows());
/*
* now convert from jUDDI ServiceInfo objects to JAXR Services
*/
if (l != null) {
ServiceInfos serviceInfos = l.getServiceInfos();
ServiceInfo[] a = (serviceInfos != null ? serviceInfos.getServiceInfoArray() : null);
LinkedHashSet<Service> col = new LinkedHashSet<Service>();