Is there a way to configure the endpoint and the CXFServlet so that a client consuming a dynamically generated WSDL receives all the imported and included schemas.
The generated WSDL only generates the schema import with the namespace without the schemaLocation. I was hoping to have the WSDL writer render the schemaLocation value relative to the Servlet so that the client consuming the WSDL can look it up. Added a jax-ws-catalog as well to resolve some of the relative paths on the imports. Any configuration ideas would be appreciated. Using CXF 2.1.2 to prototype this. Thanks, Murtaza.
