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.

Glen

[1] http://www.jroller.com/gmazza/entry/creating_a_soap_client_with (check
the Ant build.xml or Maven pom.xml to see how to activate logging.)


mzha wrote:
> 
> Hi all,
> I tried to do the proxy server setting with cxf.xml for the client to
> access remote webservices. It seems that this configuration file will be
> ignored. I attempted to put this file on the classpath or use a url as the
> configuration location... Nothing works. I didn't get any error, even
> thought I changed this xml file as unwellformed xml!
> 

-- 
View this message in context: 
http://www.nabble.com/cxf.xml-doesn%27t-work-with-client-tp23219526p23223804.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to