Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification.
The following page has been changed by RichardUnger: http://wiki.apache.org/ws/FrontPage/Axis/Logging/Logging_with_SSL ------------------------------------------------------------------------------ [[AttachList(FrontPage/Axis/DynamicSSLConfig)]] - This page describes a logging facility created to aid in Axis development. + This page describes a HTTP logging facility created to aid in Axis development. - See also ["FrontPage/Axis/DynamicSSLConfig"] for more information about the SSL setup. \ + See also ["FrontPage/Axis/DynamicSSLConfig"] for more information about the SSL setup. [[BR]] See also ["FrontPage/Axis/Logging/In Memory Logging"] for more information about logging SOAP messages. @@ -35, +35 @@ * The log files are stored with a filename of <timestamp>_A_outgoing or <timestamp>_B_incoming * The log files will contain the complete HTTP request/response, including headers, cookies, authorization fields and the complete body + === Usage === + + To use the logging facility, add the classes downloaded from this page to your web service client application. + The following is a sample of using the HTTP logging: - {{{ + {{{#!java // create config boolean logging = true; // activate logging SSLClientAxisEngineConfig axisConfig = new SSLClientAxisEngineConfig(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
