Thanks for reply. I am using JAXWS and Provider<Source> is right solution. Is it possible to use WSDL2JAVA to generate this class? I checked WSDL2JAVA reference( http://cwiki.apache.org/CXF20DOC/wsdl-to-java.html) but didn't find any info on that.
Anto On Wed, Feb 3, 2010 at 2:04 AM, KnutIvar <[email protected]>wrote: > > I think you may create a custom "LoggingInInterceptor". > > The org.apache.cxf.interceptor.LoggingInInterceptor is logging the input > XML, and you might write a custom one that gives you your string... or ... > whatever you'd like to do :) > > - KI. > > > Anto P wrote: > > > > Hi, > > > > How do I get the XML message send by client in service class as it > is. > > ie I dont want to use data binding. I need native XML so that I can use > > XPath on the XML. I am using Eclipse WS Tools to generate service > > implementation and client. > > > > Anto > > > > > > > ----- > http://www.knutivars.net www.knutivars.net > "http://www.knutivars.net/cxf/index.html Document first Apache CXF and > XMLBeans with Spring. > -- > View this message in context: > http://old.nabble.com/CXF-without-data-binding-tp27416183p27426954.html > Sent from the cxf-user mailing list archive at Nabble.com. > >
