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.
