axis2 Log Response with Request
问题 I am very new to Web Service. I have one web service exposed, So client is consuming it but due to importance of service we want to Log SOAP Request and SOAP Response flowing IN and OUT. I am using Axis2-1.6.2 This is what I tried so far, I wrote one custom Handler and Module class import org.apache.axis2.AxisFault; import org.apache.axis2.context.MessageContext; import org.apache.axis2.engine.Handler; import org.apache.axis2.handlers.AbstractHandler; import org.apache.commons.logging.Log;