getPipelineContext());
if (configuration != null) {
// Look in the configuration for an alternative source for the
// wsdl...
WSDLCatalog catalog = configuration.getWSDLCatalog();
if (catalog != null) {
WSDLEntry entry = catalog.retrieveWSDLEntry(wsdlURI);
if (entry != null) {
XMLPipelineContext context = getPipelineContext();
wsdlInputSource = entry.provideAlternativeInputSource(
context, manager);