concept.addExternalLink(wsdlLink);
ClassificationScheme TYPE = (ClassificationScheme)bqm.getRegistryObject(UUID_TYPE, LifeCycleManager.CLASSIFICATION_SCHEME);
//assertTrue("Classifications are not empty", TYPE.getClassifications().size() > 0);
System.out.println("TYPE.Classifications = " +TYPE.getClassifications());
concept.addClassification(blm.createClassification( TYPE, blm.createInternationalString("TEST CLASSIFICATION"), "test portType") );
concepts.add(concept);
BulkResponse response = blm.saveConcepts( concepts );
if (response != null && response.getCollection().size() > 0)
{