Hello, I'm getting confused over the server-side configuration files for CXF. When deploying a web service in a WAR file, what is the difference between the cxf.xml config file and the cxf-servlet.xml config file? I know the former needs to be on the classpath, and the latter is kept directly under the WEB-INF folder--but what is the difference in those two files' contents or purpose?
Or, is there really no cxf.xml for the service, that cxf.xml is only to be packaged with the client? I.e., can everything that is specified in the cxf.xml actually be specifiable in the cxf-servlet instead, eliminating the need for both files? Thanks, Glen
