If you don't want to use spring, you can do it programaticaly via something like:
Client cl = ClientProxy.getClient(proxy); cl.getOutInterceptors().add(new LoggingOutInterceptor()); cl.getInInterceptors().add(new LoggingInInterceptor()); .. Dan On Oct 28, 2012, at 6:04 PM, becam <[email protected]> wrote: > jasonmpell wrote >> This is actually a spring context so you need to enable spring in your and >> point at your spring context > > Hello, and thanks for your help! But as i'm a newby in java I thought that > wasn't necessary any spring knowledge to use cxf. In the documentatation I > read/: > "If you are new to Spring or do not desire to learn more about it, don't > worry, you won't have to. The only piece of Spring that you will see is the > <beans> element outlined above. Simply create this file, place it on your > classpath, and add the configuration for a component you wish to configure"/ > > So what do you mean with /"you need to enable spring in your and > point at your spring context"/ > > Thanks! > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Cannog-loggin-soap-messages-in-client-side-tp5717499p5717501.html > Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
