Hi, I am trying to log all the details SOAPFaultInterceptor. I am using custom Interceptor which extends FaultOutInterceptor. I would like to get all the webservice method param values.. is there a way I can get that? I am fine if I able to get it in Inboud or in fault interceptor.. I can get the method name by usingg soapMessage.get(Method.class) and I can get the parameter names from the method using reflection but how can I get the parameter values?
Please help!!!!1 -- View this message in context: http://cxf.547215.n5.nabble.com/How-to-get-the-soapBody-as-an-xml-in-Interceptop-tp3391366p3391366.html Sent from the cxf-dev mailing list archive at Nabble.com.
