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
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
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
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
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
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
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: '
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.
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
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:
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
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
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
> -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
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
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.
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
> 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
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
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
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
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
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
- 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
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
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
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
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
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
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
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
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
32 matches
Mail list logo