Hi Glen, "cxf.xml" is placed directly on the classpath and the logging is actievated too. But in the logging file there is nothing about whether "cxf.xml" is found or not. here is the logging file: http://www.nabble.com/file/p23256802/cxf.log cxf.log
Hmmm...if you place it directly on the classpath (right under your "classes" folder), it should detect the cxf.xml file. If you activate logging and run the client[1] it should say either "cxf.xml file found and being used" or "cxf.xml file not found...relying on defaults"). That can help at least determine whether or not the cxf file is being read. Once you determine that is being read, you can next see if there is a problem with the syntax of the file itself. -- View this message in context: http://www.nabble.com/cxf.xml-doesn%27t-work-with-client-tp23219526p23256802.html Sent from the cxf-user mailing list archive at Nabble.com.
