throws WSDLException {
Trc.entry(null, documentBase, reader, cl);
initializeProviders();
WSDLFactory factory = WSDLFactory.newInstance(
WSIFConstants.WSIF_WSDLFACTORY);
WSDLReader wsdlReader = factory.newWSDLReader();
wsdlReader.setFeature(Constants.FEATURE_VERBOSE, false);
WSIFWSDLLocatorImpl lo = null;
try {
lo = new WSIFWSDLLocatorImpl(documentBase, reader, cl);
Definition def = wsdlReader.readWSDL(lo);