Re: SoapMonitorApplet problem

2004-02-11 Thread bethana kumar
traffic while executing http://localhost:8080/axis/services/MyService?wsdl   whats the probelm?I did not see my service name in SOAPMonitorApplet.   I am using IE5.0 on windows 2000. Tony Blair <[EMAIL PROTECTED]> wrote: Hi there,   Did you deploy the soap monitor service.Go to http://www.sos

Re: SoapMonitorApplet problem

2004-02-11 Thread Tony Blair
s 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 name in SOAPMonitorApplet.   I am using IE5.0 on wi

Re: SoapMonitorApplet problem

2004-02-11 Thread bethana kumar
s 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 name in SOAPMonitorApplet.   I am using IE5.0 on windows 2000. Tony Blair <[EMAIL PROTECTED]> wrote: Hi there,   Did you deploy the soap monitor ser

Re: SoapMonitorApplet problem

2004-02-11 Thread Tony Blair
e 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 name in SOAPMonitorApplet.   I am using IE5.0 on windows 2000. Tony Blair <[EM

Re: SoapMonitorApplet problem

2004-02-11 Thread bethana kumar
ioned 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 name in SOAPMonitorApplet.   I am using IE5.0 on windows

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
yed 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 name in SOAPMonitorApplet.   I am using IE5.0 on windows 2000. Tony Blair <[EMAIL PROTECTED]>

Re: SoapMonitorApplet problem

2004-02-11 Thread bethana kumar
service name in SOAPMonitorApplet.   I am using IE5.0 on windows 2000. Tony Blair <[EMAIL PROTECTED]> wrote: 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 n

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
l exception and the stack trace is so large that I can't past it here. If I don't comment anything in the web.xml then the SoapMonitorApplet works fine but I don't see any soap traffic when running my web service client. Any idea?   Thanks, Tony.Venkatesh Kancharla <

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 attachin

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 us

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

SoapMonitorApplet

2004-02-09 Thread Tony Blair
Hi,   I looked thru the archives and saw one post about the SoapMonitorApplet. It mentioned that the applet is part of the axis folders. I search thru the axis folders, lib and src but couldn't find it. I am trying to access http://localhost:8080/axis/SOAPMonitor and I get an Class not

SOAPMonitorApplet

2003-03-17 Thread Volkmann, Mark
Title: RE: AW: SOAPMonitor I haven't found any documentation in the Axis 1.1 RC 2 distribution that explains how to setup the SOAPMonitorApplet.  It doesn't seem to be ready for use out of the box.  Can someone tell me what I have to do to use it or point me to doc