catalogURL);
// simulate the standard compiler "-D" option ...
fCatalogPropValue = System.setProperty(fCatalogProperty, catalogURL.toString());
WSDLFactory factory = OMWSDLFactory.newInstance("org.apache.woden.internal.OMWSDLFactory");
WSDLReader reader = factory.newWSDLReader();
ErrorHandler handler = new TestErrorHandler();
reader.setFeature(WSDLReader.FEATURE_VALIDATION, true);
reader.getErrorReporter().setErrorHandler(handler);
URL wsdlURL = getClass().getClassLoader().getResource(fWsdlPath);