The soap monitor has three parts: 

1) A handler - which in axis 1.x requires its own  wsdd and a reference to 
that handler in your apps wsdd. 

2) The soap monitor servlet, configured in your web.xml . 

3) The applet, whose compiled classes need to be at the root of your war. 

All three work in concert. Sounds like you're missing the applet classes if 
its not at least loading. The other two parts first require the applet to be 
loaded. Mozilla has a java console that can print error messages. 

HTH,
Robert 
http://www.braziloutsource.com/

Em Sexta 17 Fevereiro 2006 08:33, o De Coster Tom escreveu:
> Hello,
>
> Thanks for your response.
> I've checked it out and it looks nice. So I tried to implement it, but
> my browser always give the next fault : Loading Java Applet failed.
>
> But on the axis page I can see my list en the wsdl. And they seem to
> look alright. Am I doing something wrong...?
>
> -----Original Message-----
> From: Ulf Dittmer [mailto:[EMAIL PROTECTED]
> Sent: vrijdag 17 februari 2006 9:24
> To: [email protected]
> Subject: Re: Response problem with Handler.
>
> 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.


Reply via email to