Hi Marko,

One option is to configure your web service to have a request handler that
captures the incoming request.  This handler would grab the SOAP request and
then log it.   But I am not sure if that meets your requirement of "before axis
begins to parse them".

To save you some work, the wsabi4axis project 
(http://sourceforge.net/projects/wsabi4axis) has a Axis-based AuditHandler to
store this type of information into a database.  For a demo, check out
http://demo.wsabi.org and do a query on YahooUserPingService which is pretty
active.

Al

============
Allesta, LLC
http://www.allesta.com

Quoting Marko Käis <[EMAIL PROTECTED]>:

> Hi,
>
> I'm using WSDL2Java generated code for my services. Every once in a while
> tomcat crashes and needs restarting.
>
> I would like to log all incoming requests before axis begins to parse them.
> Is there any ideas how to do this (where should I write my logging
> sentence)?
>
>
>
> Marko
>
>


Reply via email to