Re: SOAPMonitor next question

2004-12-28 Thread Vincent Jong
ts responses in SOAP Monitor? > > -Venky > > > -Original Message- > From: Vincent Jong [mailto:[EMAIL PROTECTED] > Sent: Monday, December 27, 2004 11:25 PM > To: [EMAIL PROTECTED] > Subject: Re: SOAPMonitor next question > > you need to set up the serv

RE: SOAPMonitor next question

2004-12-28 Thread Jayaraman, Venkatesh
PROTECTED] Subject: Re: SOAPMonitor next question you need to set up the service's deploy.wsdd file. It's actually pretty simple as you just add and tags. Let's take one of the samples from the binary distrobution (axis and the samples are already compiled). cd to $AXIS_HOME/samples/M

Re: SOAPMonitor next question

2004-12-28 Thread Robert Gombotz
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 28, 2004 8:25 AM Subject: Re: SOAPMonitor next question > you need to set up the service's deploy.wsdd file. It's actually > pretty simple as you just add and tags. > Let's take one of

Re: SOAPMonitor next question

2004-12-27 Thread Vincent Jong
you need to set up the service's deploy.wsdd file. It's actually pretty simple as you just add and tags. Let's take one of the samples from the binary distrobution (axis and the samples are already compiled). cd to $AXIS_HOME/samples/Math and open up deploy.wsdd. under the service name tag, p

Re: SOAPMonitor next question

2004-12-27 Thread Sunil Kothari
Hi Robert,   You have to set the handlers for each of the service where you would like to use SOAPMonitor in WEB-INF\server-config.wsdd   Here's a sample of my server-config.wsdd.   operation name="calculateFibonacciRange" qname="ns2:calculateFibonacciRange" returnQName="calculateFibonacciRa

RE: SOAPMonitor

2004-09-29 Thread Hubble, Christopher
Tried that and it still didn't work. Chris -Original Message- From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 9:50 AM To: [EMAIL PROTECTED] Subject: RE: SOAPMonitor Reload the SOAP monitor by clicking on reload page. If the soap monitor is o

RE: SOAPMonitor

2004-09-29 Thread Sagar Pidaparthi
Reload the SOAP monitor by clicking on reload page. If the soap monitor is on and you restart the server the connection is lost. Do you think this could be the reaon? -Original Message- From: Hubble, Christopher [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 6:29 AM To: '

Re: SOAPMonitor

2004-09-08 Thread Toshiyuki Kimura
Hi Markus, I think you might be correct. As you know, the SOAP messages are captured by SOAPMonitorHandler when you configure the server to use the SOAPMonitor. But, if you have an exception on your handler chain, SOAPMonitorHandler.invoke() method should not be called by the Axis runtime. i.

RE: SOAPMonitor

2003-09-22 Thread Sanjesh Pathak
Great!! Thanks Eugene. -Original Message- From: Eugene Shershnev [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 7:10 AM To: [EMAIL PROTECTED] Subject: RE: SOAPMonitor In Command Prompt... telnet 127.0.0.1 PORT If a PORT is free you'll get "Could not open a con

RE: SOAPMonitor

2003-09-22 Thread Eugene Shershnev
In Command Prompt... telnet 127.0.0.1 PORT If a PORT is free you'll get "Could not open a connection to host on port : Connect failed" -Original Message- From: Sanjesh Pathak [mailto:[EMAIL PROTECTED] Sent: September 20, 2003 2:03p To: [EMAIL PROTECTED] Subject:

RE: SOAPMonitor

2003-09-20 Thread Sanjesh Pathak
Henrik, I had a similar problem and I changed the port number to a different value and it worked. Looks like port 5001 is being used by some other program. Change it's value and hope that the port is free and try it. I don't know how to find out whether a port is free? If anyone knows and could t

RE: SOAPMonitor

2003-08-26 Thread Harsh Raju Chamarthi
1.Compile your SoapMonitorApplet.java file(path normally would be: \webapps\axis\SoapMonitorApplet.java) 2.Make changes to ur server-config.wsdd file(manual changes): Here is a clipped sample server-config.wsdd that will help you! Add the handler element tag and service element tag

Re: soapmonitor service

2003-02-19 Thread Steve Loughran
yes, read security.html - Original Message - From: "Cory Wilkerson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 19, 2003 07:44 Subject: soapmonitor service Hrmmm. I don't particularly care for how myhost.com/services shows all the available services. Is there

RE: SOAPMonitor

2003-01-16 Thread Davanum Srinivas
> -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 16, 2003 6:27 PM > To: [EMAIL PROTECTED] > Subject: RE: SOAPMonitor > > > Don't worry about the wsdl file. Make sure that handler is specified under > dep

RE: SOAPMonitor

2003-01-16 Thread Cory Wilkerson
WO. Thanks so much! A great first day with Axis! Cory -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 6:27 PM To: [EMAIL PROTECTED] Subject: RE: SOAPMonitor Don't worry about the wsdl file. Make sure

RE: SOAPMonitor

2003-01-16 Thread Davanum Srinivas
e >locally. > > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 16, 2003 6:12 PM > To: [EMAIL PROTECTED] > Subject: RE: SOAPMonitor > > > Check your webapps/axis/web-inf/ directory look for server-config.

RE: SOAPMonitor

2003-01-16 Thread Cory Wilkerson
mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 6:12 PM To: [EMAIL PROTECTED] Subject: RE: SOAPMonitor Check your webapps/axis/web-inf/ directory look for server-config.wsdd. Axis will create one there. Thanks, dims --- Cory Wilkerson <[EMAIL PROTECTED]> wrote: > Do you me

RE: SOAPMonitor

2003-01-16 Thread Davanum Srinivas
> Thanks again, > Cory > > -Original Message- > From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 16, 2003 6:06 PM > To: [EMAIL PROTECTED] > Subject: Re: SOAPMonitor > > > Dumb Question, Did you enable the entry for >org.ap

RE: SOAPMonitor

2003-01-16 Thread Cory Wilkerson
s functionality + the servlet mappings. Any more info would be appreciated! Thanks again, Cory -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 6:06 PM To: [EMAIL PROTECTED] Subject: Re: SOAPMonitor Dumb Question, Did you enabl

Re: SOAPMonitor

2003-01-16 Thread Davanum Srinivas
Dumb Question, Did you enable the entry for org.apache.axis.handlers.SOAPMonitorHandler in your server-config.wsdd? Thanks, dims --- Cory Wilkerson <[EMAIL PROTECTED]> wrote: > Hello All! > > I've integrated SOAP into the default web-app in Resin and I've been able to deploy >services and > su

Re: SoapMonitor Service

2002-12-03 Thread Dennis Sosnoski
Hi Shri, It sounds like you have the applet itself working okay. I've sometimes seen problems with the applet not able to connect to the server (you get a message in red on the applet when this occurs, I think). Aside from that I'd suggest you double check your configuration. If you look at the

Re: SoapMonitor Service

2002-12-03 Thread Sherif Abushadi
Shriram, try using tcpmon. it's easy to setup and i think the only difference in the use of tcpmon vs. SOAPMonitor is that tcpmon must be run locally. you can still monitor remote services and clients if you have access to the Call object's endpoint setting in the client code. take a look at the

Re: SOAPMonitor doesn't work - Install instructions here

2002-11-01 Thread Dennis Sosnoski
Steve Loughran wrote: I've now posted a page that gives detailed instructions for enabling and using the SOAPMonitor, at http://www.sosnoski.com/presents/java-xml/axis/axis-monitor.html. Dennis. I've just linked to this from the axis reading.html page. One point: what about enabling the SoapMo

Re: SOAPMonitor doesn't work - Install instructions here

2002-11-01 Thread Steve Loughran
- Original Message - From: "Dennis Sosnoski" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 01, 2002 2:34 AM Subject: Re: SOAPMonitor doesn't work - Install instructions here > Hi Stephen and all, > > I had some problems getting

Re: SOAPMonitor doesn't work - Install instructions here

2002-11-01 Thread objectman
Still. Good discovery work. Thanks. Dennis Sosnoski wrote: > > objectman wrote: > > >Stephen Graham wrote: > > > > > >>Thanks that works. > >> > >>Cheers > >>Stephen. > >> > >> > >> > >The global option for all services works much better than the indiviual > >service solution. > > > I guess this

Re: SOAPMonitor doesn't work - Install instructions here

2002-11-01 Thread Dennis Sosnoski
objectman wrote: Stephen Graham wrote: Thanks that works. Cheers Stephen. The global option for all services works much better than the indiviual service solution. I guess this depends on whether you want to monitor all services or only selected ones. I'll update my page later to men

Re: SOAPMonitor doesn't work - Install instructions here

2002-11-01 Thread objectman
Stephen Graham wrote: > > Thanks that works. > > Cheers > Stephen. > > -Original Message- > From: Dennis Sosnoski [mailto:dms@;sosnoski.com] > Sent: Friday, 1 November 2002 21:35 > To: [EMAIL PROTECTED] > Subject: Re: SOAPMonitor doesn't work - Ins

RE: SOAPMonitor doesn't work - Install instructions here

2002-11-01 Thread Stephen Graham
Thanks that works. Cheers Stephen. -Original Message- From: Dennis Sosnoski [mailto:dms@;sosnoski.com] Sent: Friday, 1 November 2002 21:35 To: [EMAIL PROTECTED] Subject: Re: SOAPMonitor doesn't work - Install instructions here Hi Stephen and all, I had some problems getting this

RE: SOAPMonitor doesn't work - Install instructions here

2002-11-01 Thread Sprenger, Karel
Title: Re: SOAPMonitor doesn't work - Install instructions here Hi,   The solution provided by Raju Gottumukkala <[EMAIL PROTECTED]> earlier, i.e., unpacking axis.jar, fixing server-config.wsdd and rebuilding the jar file, worked good enough for me.  BTW, I'm running Axis

Re: SOAPMonitor doesn't work - Install instructions here

2002-11-01 Thread Dennis Sosnoski
Hi Stephen and all, I had some problems getting this going, too, but figured it out with some help from the list. I've now posted a page that gives detailed instructions for enabling and using the SOAPMonitor, at http://www.sosnoski.com/presents/java-xml/axis/axis-monitor.html. This assumes Ax

Re: SOAPMonitor doesn't work right?

2002-11-01 Thread Raju Gottumukkala
riday, November 01, 2002 1:53 AM Subject: RE: SOAPMonitor doesn't work right? Hi,   It doesn't do a thing for me either.  The applet comes up and notices it looses a connection when I stop Tomcat but that's all it does.   Cheers, Karel -Original Messa

RE: SOAPMonitor doesn't work right?

2002-10-31 Thread Sprenger, Karel
Title: SOAPMonitor doesn't work right? Hi,   It doesn't do a thing for me either.  The applet comes up and notices it looses a connection when I stop Tomcat but that's all it does.   Cheers, Karel -Original Message-From: Stephen Graham [mailto:[EMAIL PROTECTED]]Sent: vrijdag 1 no