//assertNotNull("Failed to find the Base URL document on the classpath using the path: " + fResources + ".",
// wsdlURL);
//System.setProperty(fCatalogBaseProperty, rootURL.toString());
reader.setURIResolver(new SimpleURIResolver());
Description descComp = reader.readWSDL(wsdlURL.toString());
assertNotNull("The reader did not return a WSDL description.", descComp);
fBindings = descComp.getBindings();
fInterfaces = descComp.getInterfaces();
DescriptionElement descElem = descComp.toElement();
TypesElement types = descElem.getTypesElement();
fSchemas = types.getSchemas();
fImportedSchemas = types.getImportedSchemas();
fInlinedSchemas = types.getInlinedSchemas();