schemaMap = new HashMap<String, SchemaReference>();
importMap = new HashMap<String, String>();
Map<String, String> docMap = new HashMap<String, String>();
WSDLFactory factory = WSDLFactory.newInstance();
WSDLReader reader = factory.newWSDLReader();
reader.setFeature("javax.wsdl.importDocuments", true);
reader.setFeature("javax.wsdl.verbose", false);
Definition def = reader.readWSDL(new CatalogWSDLLocator(wsdlUri, this.catalog));
updateDefinition("", def, docMap, base);
if (multiplePortInWSDLQuery) {