Hi
I am new to CXF and want to implement a WebService with CXF 2.1.1 and WSDL first. Code generations runs pretty smooth, but when I try to access the WebService with serice?wsdl to get the WSDL document, I am getting the following exception: javax.wsdl.WSDLException: WSDLException: faultCode=OTHER_ERROR: Can't find prefix for ... Namespace prefixes must be set on the Definition object using the addNamespace(...) method. And ideas? Thanks a lot Mirko
