Fault logging

2007-07-23 Thread landry soules
Hello, I developped a web service (server) and need to log every transaction in database. So i made a handler, inspired by org.apache.axis.handlers.LogHandler. I deployed it with deploy.wsdd, and it works well, for standard transactions. However, everytime my webservice answers with an error,

Re: Fault logging

2007-07-23 Thread cara
I had the same problem. My ServiceLogHandler extends the axis LogHandler. I can pull normal messages from the MessageContext by implementing the invoke method. To catch and log exceptions in the handler chain, I had to implement public void onFault(msgContext). On 7/23/07, landry soules [EMAIL