You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by De Coster Tom <To...@cronos.be> on 2006/02/17 09:14:58 UTC

Response problem with Handler.

 

Hello,

 

We are using Axis 1.

 

We have a webservice and want to get knowledge of our soap messages. The
reason: we should put up a logging system. We're using Sandesha on the
Axis.

We're trying to put a handler between our client and our webservice, but
then we only get our Request messages. The Response messages gives
always NullPointerException.

We're using org.apache.axis.handlers.BasicHandler; and extending it. 

 

Kind regards,

Tom & Jeroen.


Re: Response problem with Handler.

Posted by Ulf Dittmer <ul...@ulfdittmer.com>.
Why not start with the SOAPMonitor handler? That would seem to do
everything you need done, and then some - just throw out the GUI, and
replace it with whatever logging you need done.


> We have a webservice and want to get knowledge of our soap messages.
>
> We're using org.apache.axis.handlers.BasicHandler; and extending it.