Re: SoapMonitorApplet problem

2004-02-11 Thread bethana kumar
Tony   No usei tried it already. i am using tomcat5.0 on windows 2000, Axis1.1 and IE5.0   any how thanksTony Blair <[EMAIL PROTECTED]> wrote: Well let's try all the steps and see where that takes us. This is what you need to do:   -Undeploy the example3 using the undploy.wsdd. -De

Re: SoapMonitorApplet problem

2004-02-11 Thread Tony Blair
Well let's try all the steps and see where that takes us. This is what you need to do:   -Undeploy the example3 using the undploy.wsdd. -Deploy the example3 using the deploy.wsdd that has the requestFlow and responseFlow. -State the SoapMonitorService -Run the example.   If no traffic shows, perhap

Re: SoapMonitorApplet problem

2004-02-11 Thread bethana kumar
Hi     keyboard problem  :::)) No i did not see any soap traffic ..I am just executing the sample example  i.e  axis/samples/userguide/example3 which is bundled with axis. Tony Blair <[EMAIL PROTECTED]> wrote: Hi there,   Are you saying that soap traffic only shows when there is a delay?

Re: SoapMonitorApplet problem

2004-02-11 Thread Tony Blair
Hi there,   Are you saying that soap traffic only shows when there is a delay? I don't have that problem. Of course my service takes some times to process the request but there is no major delay. Your wsdd looks good.   Tony.bethana kumar <[EMAIL PROTECTED]> wrote: Hi      I have added request

Re: SoapMonitorApplet problem

2004-02-11 Thread bethana kumar
Hi      I have added request flow and response flow tags . This is my deploy.wsdd.. i hope we can see soap traffic only when there is delay in requet and response ???           xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">                    Tony Blair <[EMAI

RE: SoapMonitorApplet

2004-02-11 Thread Oleg Lebedev
ler type="soapmonitor"/> \</responseFlow> \\2'byline="true"/>   -Original Message-From: Tony Blair [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 10, 2004 8:16 PMTo: [EMAIL PROTECTED]Subject: Re: SoapMonitorApplet Thanks Oleg th

Re: SoapMonitorApplet problem

2004-02-11 Thread Tony Blair
Hi there, Did you added the requestFlow and responseFlow tag in your deploy.wsdd ? Once you do that you should start seeing the soap traffic.   Tony.bethana kumar <[EMAIL PROTECTED]> wrote:   Hi I have copied the deploy-monitor.wsdd which is mentioned in the site ,then i have deployed it with

Re: SoapMonitorApplet problem

2004-02-11 Thread bethana kumar
  Hi I have copied the deploy-monitor.wsdd which is mentioned in the site ,then i have deployed it with AdminClient.Now i am not getting any errors but i did not see any soap traffic while executing http://localhost:8080/axis/services/MyService?wsdl   whats the probelm?I did not see my service

Re: SoapMonitorApplet problem

2004-02-11 Thread Tony Blair
Hi there,   Did you deploy the soap monitor service.Go to http://www.sosnoski.com/presents/java-xml/axis/axis-monitor.html and follow the instructions. I was getting the same error but now the Soap monitor is working fine.   Tony.bethana kumar <[EMAIL PROTECTED]> wrote: Hi    I am getting followin

Re: SoapMonitorApplet problem

2004-02-11 Thread bethana kumar
Hi    I am getting following error when i have addedd SOAPMonitor Service for my service i.e axis/samples/userguide/example3. Exception - org.apache.axis.ConfigurationException: Can't find handler name:'null' type:'soapmonitor' in the registryorg.apache.axis.ConfigurationException: Can't find handl

Re: SoapMonitorApplet

2004-02-10 Thread Tony Blair
Thanks Oleg that worked like a charm. The only thing I did different is that I pasted the xml to my deploy.wsdd as oppose to web.xml.   Thanks, Tony.Oleg Lebedev <[EMAIL PROTECTED]> wrote: Tony,   take a look at this link: http://www.sosnoski.com/presents/java-xml/axis/axis-monitor.html The ins

Re: SoapMonitorApplet

2004-02-10 Thread Oleg Lebedev
Title: Message Tony,   take a look at this link: http://www.sosnoski.com/presents/java-xml/axis/axis-monitor.html The instructions I found there worked for me. Make sure to add                 to your web.xml.   Cheers.   Oleg   * This e-mail m

Re: SoapMonitorApplet

2004-02-10 Thread Tony Blair
Hi, Which line in the web.xml needs to be commented? I have tried the following:   If I comment out the : This doesn't work. I get HTTP 404 after restarting the Tomcat and pointing the browser to "http://localhost:8080/axis/SOAPMonitor".   If I comment out :   Tomcat throws several exception and

Re: SoapMonitorApplet

2004-02-10 Thread Tony Blair
Thanks very much Venkatesh. This is much better. I will go ahead and compile and see what happens.   Thanks again, Tony.Venkatesh Kancharla <[EMAIL PROTECTED]> wrote: Hi Tony,SOAPMonitorApplet comes with axis installation itself and islocated at webapps/axis/ directory. Anyways Iam attaching that f

Re: SoapMonitorApplet

2004-02-10 Thread Dhanush Gopinath
Subject: Re: SoapMonitorApplet Thanks Dhanush, I do not find the SoapMonitorApplet.java anywhere in the axis-home. I even looked in the jar files in the lib dir.   Thanks, Tony.Dhanush Gopinath <[EMAIL PROTECTED]> wrote:   Hi Tony,  

Re: SoapMonitorApplet

2004-02-10 Thread Tony Blair
Thanks Dhanush, I do not find the SoapMonitorApplet.java anywhere in the axis-home. I even looked in the jar files in the lib dir.   Thanks, Tony.Dhanush Gopinath <[EMAIL PROTECTED]> wrote:   Hi Tony,   The SoapMonitorApplet will be there in this folder.   axis-home\webapps\axis   To use that u

Re: SoapMonitorApplet

2004-02-10 Thread Dhanush Gopinath
  Hi Tony,   The SoapMonitorApplet will be there in this folder.   axis-home\webapps\axis   To use that u must comment out the tag in web.xml file and compile the Applet java file using normal javac.   Cheerio   Dhanush - Original Message - From: Tony Blair To: [EMAIL PROT