----- Original Message ----- From: "Pascale, Peter H." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 27, 2003 13:49 Subject: client logging SOAP messages
> I have the following requirement for an Axis client app: > > The application must support logging of SOAP messages. Requests messages > must be logged. Logging response messages is a secondary requirement > (desired). Logging must be configurable, so that logging can be initiated > without recompiling. Axis has built in logging; by default axis1.1 runs without any visible log client side. To see more configure log4j.properties and run with log4j.jar on your classpath to get the log. This is now hinted at in the reference.html document
