Hi,
I need to log the pure xml response sent back by my web service.
I set the log-level to debug for "org.apache", but it doesn't seem
to log the xml.
How can I do it?
Here is a part of the log I got:
2006.03.07 15:55:44:822 DEBUG i18n.ProjectResourceBundle:
org.apache.axis.i18n.resource::handleGetObject(setMsgForm)
2006.03.07 15:55:44:822 DEBUG axis.SOAPPart: Setting current message
form to: FORM_OPTIMIZED (currentMessage is now
org.apache.axis.utils.ByteArray)
2006.03.07 15:55:44:822 DEBUG axis.SOAPPart: Exit:
SOAPPart::saveChanges(): [EMAIL PROTECTED]
2006.03.07 15:55:44:822 DEBUG http.AxisServlet: Returned Content-
Type:text/xml; charset=utf-8
2006.03.07 15:55:44:822 DEBUG axis.SOAPPart: Enter:
SOAPPart::saveChanges
2006.03.07 15:55:44:823 DEBUG http.AxisServlet: Response sent.
Mudi