Hi, I'm using the ServerFactoryBean and want to initialize the service model from a WSDL instead of a Service class. The problem is that the WSDL is protected with HTTP Basic Authentication and the WSDLManagerImpl class is failing to load the WSDL definition because of this. I've used WSDLReader with a custom WSDLLocator in other occasions to set the username and password credentials, but in this case the WSDLReader used by the loadDefinition method already has a CatalogWSDLLocator and a ResourceManagerWSDLLocator, is there a way to configure it to set the credentials or should I override some of this logic?
Any help is appreciated, thanks! Eva -- View this message in context: http://cxf.547215.n5.nabble.com/Building-a-service-from-a-secured-WSDL-tp5770412.html Sent from the cxf-user mailing list archive at Nabble.com.
