I have a scenario where services were published to an address using it's qualified name. For example
http://localhost:8080/services/{http://namespace}serviceName The problem is that a wsdl request query with the above address fails, since the WSDLQueryHandler.isRecognizedQuery returns false. Apparently the UrlUtilities.getStem() manipulates the baseURI using lastIndexOf('/') on a decoded URI. Is it possible to do this baseURI manipulation before calling uri.getPath(). -- View this message in context: http://www.nabble.com/WSDLQueryHandler-not-working-if-URL-service-name-contains-forward-slash-tp19616055p19616055.html Sent from the cxf-user mailing list archive at Nabble.com.
