[Axis2] Unable to engage the soap monitor module (axis2 1.3)

2008-01-04 Thread Michele Mazzucco
Hi all, I can't enage the soapmonitor module under Axis2 1.3 because of the following error org.apache.axis2.phaseresolver.PhaseException: Did not find the desired phase 'soapmonitorPhase' while deploying handler 'InFlowSOAPMonitorHandler'. My axis2.xml differs from the default one only

Re: [Axis2] Unable to engage the soap monitor module (axis2 1.3)

2008-01-04 Thread robert lazarski
The exception is pretty self descriptive... show us the entire axis2.xml and maybe we can help. Robert On Jan 4, 2008 7:39 AM, Michele Mazzucco [EMAIL PROTECTED] wrote: Hi all, I can't enage the soapmonitor module under Axis2 1.3 because of the following error

Re: [Axis2] Unable to engage the soap monitor module (axis2 1.3)

2008-01-04 Thread Nandana Mihindukulasooriya
Hi Michele, You have to add the soapmonitorPhase ( at the moment ) to the axis2.xml to use soap monitor module. You can find the details here [1]. Thanks, Nandana [1] - http://ws.apache.org/axis2/1_3/soapmonitor-module.html On Jan 4, 2008 3:09 PM, Michele Mazzucco [EMAIL

Re: [Axis2] Unable to engage the soap monitor module (axis2 1.3)

2008-01-04 Thread robert lazarski
You need to engage the module. Search for: module ref=addressing/ Then in the same place, add: module ref=soapmonitor/ HTH, Robert On Jan 4, 2008 8:44 AM, Michele Mazzucco [EMAIL PROTECTED] wrote: Robert, in axis2 1.3 all the phases needed by the soap monitor module are already included

Re: [Axis2] Unable to engage the soap monitor module (axis2 1.3)

2008-01-04 Thread Michele Mazzucco
Robert, in axis2 1.3 all the phases needed by the soap monitor module are already included. axis2-xml.tar.gz Description: GNU Zip compressed data Michele On 4 Jan 2008, at 11:07, robert lazarski wrote: The exception is pretty self descriptive... show us the entire axis2.xml and maybe

Re: [Axis2] Unable to engage the soap monitor module (axis2 1.3)

2008-01-04 Thread Michele Mazzucco
/ Then in the same place, add: module ref=soapmonitor/ HTH, Robert On Jan 4, 2008 8:44 AM, Michele Mazzucco [EMAIL PROTECTED] wrote: Robert, in axis2 1.3 all the phases needed by the soap monitor module are already included. Michele On 4 Jan 2008, at 11:07, robert lazarski wrote: The exception

Re: [Axis2] Unable to engage the soap monitor module (axis2 1.3)

2008-01-04 Thread Michele Mazzucco
] wrote: Robert, in axis2 1.3 all the phases needed by the soap monitor module are already included. Michele On 4 Jan 2008, at 11:07, robert lazarski wrote: The exception is pretty self descriptive... show us the entire axis2.xml and maybe we can help. Robert On Jan 4, 2008 7:39 AM

Re: [Axis2] Unable to engage the soap monitor module (axis2 1.3)

2008-01-04 Thread robert lazarski
, 2008 8:44 AM, Michele Mazzucco [EMAIL PROTECTED] wrote: Robert, in axis2 1.3 all the phases needed by the soap monitor module are already included. Michele On 4 Jan 2008, at 11:07, robert lazarski wrote: The exception is pretty self descriptive... show us the entire

Re: [Axis2] Unable to engage the soap monitor module (axis2 1.3)

2008-01-04 Thread robert lazarski
:44 AM, Michele Mazzucco [EMAIL PROTECTED] wrote: Robert, in axis2 1.3 all the phases needed by the soap monitor module are already included. Michele On 4 Jan 2008, at 11:07, robert lazarski wrote: The exception is pretty self descriptive... show us the entire axis2.xml

Re: [Axis2] Unable to engage the soap monitor module (axis2 1.3)

2008-01-04 Thread Nandana Mihindukulasooriya
Hi, I'm not completely clear on your setup but it seems to me you are creating a ConfigurationContext yourself or are not loading the same axis2.xml as you showed me If you create a ConfigurationContext without specifying an axis2.xml, axis2_default.xml [1] will be used and this will cause

Re: [Axis2] Unable to engage the soap monitor module (axis2 1.3)

2008-01-04 Thread Michele Mazzucco
needed by the soap monitor module are already included. Michele On 4 Jan 2008, at 11:07, robert lazarski wrote: The exception is pretty self descriptive... show us the entire axis2.xml and maybe we can help. Robert On Jan 4, 2008 7:39 AM, Michele Mazzucco [EMAIL PROTECTED] wrote: Hi all, I

SOAP Monitor

2007-03-13 Thread Rich Adili
Hi, I'm using Axis2, v1.1.1, client-side only. Talking to a .NET server. Looks like I can't use soapmonitor in this configuration. Any clever ideas? Thx, Rich - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: SOAP Monitor

2007-03-13 Thread robert lazarski
You can't use soapmonitor just on the client side, but you can use tcpmon. HTH, Robert On 3/13/07, Rich Adili [EMAIL PROTECTED] wrote: Hi, I'm using Axis2, v1.1.1, client-side only. Talking to a .NET server. Looks like I can't use soapmonitor in this configuration. Any clever ideas? Thx,

Re: SOAP Monitor

2007-03-13 Thread Davanum Srinivas
http://ws.apache.org/commons/tcpmon/ or http://www.pocketsoap.com/tcptrace/ On 3/13/07, Rich Adili [EMAIL PROTECTED] wrote: Hi, I'm using Axis2, v1.1.1, client-side only. Talking to a .NET server. Looks like I can't use soapmonitor in this configuration. Any clever ideas? Thx, Rich

In SOAP Monitor unable to see web service request/response messages

2007-01-11 Thread svankamamidi
Hi, I have enabled the SOAP Monitor as specified in the Axis Installation document. When I re-deploy the SOAP Monitor web service, I am able to see request response messages. I am running a web service from Tomcat using spring framework and working-mouse spring axis servlet. I am able

SOAP Monitor

2006-09-06 Thread Doolittle, Todd
Title: SOAP Monitor I followed the documentation for using the SOAP monitor. However it says to compile the applet with javac -classpath axis2-soapmonitor.jar SOAPMonitorApplet.java Neither axis2-soamonitor.jar nor SOAPMonitorApplet.java are part of the Axis2 distribution. And unless

RE: SOAP Monitor

2006-09-06 Thread Syam Prasad
Title: SOAP Monitor Hi Todd, I used the SOAPMonitorApplet.java from axis 1.4 download, compiled it and it is working fine for me. Syam From: Doolittle, Todd [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 06, 2006 12:32 PM To: axis-user@ws.apache.org Subject: SOAP

Re: SOAP Monitor

2006-09-06 Thread robert lazarski
for using the SOAP monitor. However it says to compile the applet with javac -classpath axis2-soapmonitor.jar SOAPMonitorApplet.java Neither axis2-soamonitor.jar nor SOAPMonitorApplet.java are part of the Axis2 distribution. And unless I'm missing it, I don't see where I can download them off

Re: SOAP Monitor

2006-09-06 Thread Nirmit Desai
Subject SOAP Monitor Please respond to [EMAIL PROTECTED

Re: SOAP Monitor

2006-09-06 Thread robert lazarski
SOAP Monitor Please respond to [EMAIL PROTECTED] he.org I followed the documentation for using the SOAP monitor. However it says to compile the applet with javac -classpath axis2-soapmonitor.jar SOAPMonitorApplet.java

Re: [Axis 2][1.0] Enabling the SOAP Monitor

2006-05-25 Thread Fabian Linz
Hi James! The axis part of the SOAPMonitor does not show up in the service list of axis2 because it is implemented as module and not as a service. In axis1 a service was used. Fabian James Loghry wrote, On 24.05.2006 16:13: One final problem I am having though, is I can access SOAPMonitor

Re: [Axis 2][1.0] Enabling the SOAP Monitor

2006-05-24 Thread robert lazarski
-INF/ . Show a stacktrace and maybe we can help. Robert http://www.braziloutsource.com/ On 5/23/06, James Loghry [EMAIL PROTECTED] wrote: How does one go about enabling the SOAP Monitor in Apache 2.0? I've tried following the instructions, but when I redeploy Axis2 in Tomcat, I get

Re: [Axis 2][1.0] Enabling the SOAP Monitor

2006-05-24 Thread James Loghry
It's a bit lengthy, but here's the stack trace I get after I redeploy axis2 on Tomcat and try to access the axis2 service... Any ideas? Thanks again, - James 2006-05-24 08:25:15 StandardContext[/manager]HTMLManager: list: Listing contexts for virtual host 'localhost' 2006-05-24 08:25:18

Re: [Axis 2][1.0] Enabling the SOAP Monitor

2006-05-24 Thread Kinichiro Inoguchi
You could see this message in your logs; 2006-05-24 08:25:23 StandardContext[/axis2]Servlet /axis2 threw load() exception javax.servlet.ServletException: Invalid phases please recheck axis2.xml {0} for the handler {1} How did you modify your axis2.xml ? You should check,

Re: [Axis 2][1.0] Enabling the SOAP Monitor

2006-05-24 Thread James Loghry
I finally got it to work. The problem I was having was this: I was copying and pasting the entire Phase/Phase section and overriding the section of my axis2.xml file. In order to correct this problem, I just copied and pasted the elements which referenced soapmonitorPhase into their respective

[Axis 2][1.0] Enabling the SOAP Monitor

2006-05-23 Thread James Loghry
How does one go about enabling the SOAP Monitor in Apache 2.0? I've tried following the instructions, but when I redeploy Axis2 in Tomcat, I get a NullPointerException. Where do the .class files go? Am I missing anything else possibly? Thanks, - James

Re: [Axis 2][1.0] Enabling the SOAP Monitor

2006-05-23 Thread robert lazarski
The compiled applet classes go in axis2/*applet*.class/WEB-INF/ . Show a stacktrace and maybe we can help. Robert http://www.braziloutsource.com/On 5/23/06, James Loghry [EMAIL PROTECTED] wrote:How does one go about enabling the SOAP Monitor in Apache 2.0?I've tried following the instructions

Re: [Axis 2][1.0] Enabling the SOAP Monitor

2006-05-23 Thread Kinichiro Inoguchi
/ On 5/23/06, James Loghry [EMAIL PROTECTED] wrote: How does one go about enabling the SOAP Monitor in Apache 2.0? I've tried following the instructions, but when I redeploy Axis2 in Tomcat, I get a NullPointerException. Where do the .class files go? Am I missing anything else possibly

Re: Enable soap monitor

2006-05-10 Thread robert lazarski
See me responses inline. On 5/10/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, Not able to understand this point 3) Deploy the soapmonitor web service via the admin client The soap monitor in axis 1.x also has a wsdd - which IIRC needs to be deployed first

Enable soap monitor

2006-05-09 Thread mohan.radhakrishnan
Hi, I am trying to enable the soap monitor for my liferay portal application. The first step is to install axis along with this web application. Is that correct ? What does the url in the following axis instruction mean ? I have to substitute axis with my web application context

Re: Enable soap monitor

2006-05-09 Thread robert lazarski
] wrote: Hi, I am trying to enable the soap monitor for my liferay portal application. The first step is to install axis along with this web application. Is that correct ? What does the url in the following axis instruction mean ? I have to substitute axis with my web application

RE: Enable soap monitor

2006-05-09 Thread mohan.radhakrishnan
://localhost:8080/mywebcontext/myservices/myservice ? Sorry. Havent worked with axis before ? Thanks, Mohan From: robert lazarski [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 09, 2006 5:54 PM To: axis-user@ws.apache.org Subject: Re: Enable soap monitor The steps in axis 1.x

Re: [Axis2] 0.95 SOAP Monitor?

2006-04-09 Thread robert lazarski
I'm back from vacation, will apply patch soon. Robert http://www.braziloutsource.com/On 4/8/06, Davanum Srinivas [EMAIL PROTECTED] wrote:Guys,porting has already been done someone has to apply the patch and test... http://issues.apache.org/jira/browse/AXIS2-434-- dimsOn 4/8/06, Ajith

Re: [Axis2] 0.95 SOAP Monitor?

2006-04-08 Thread Davanum Srinivas
Guys, porting has already been done someone has to apply the patch and test... http://issues.apache.org/jira/browse/AXIS2-434 -- dims On 4/8/06, Ajith Ranabahu [EMAIL PROTECTED] wrote: Hi, I'm thinking that what you want is something like the SOAPMonitor - unfortunatley which we have

[Axis2] 0.95 SOAP Monitor?

2006-04-07 Thread Sebastian J. Schultheiss
Hello, is there a way to monitor the SOAP messages using the Axis2 WAR distribution inside Tomcat? Can we just install a service that does this? There seems to be some software in Axis 1.x, but we didn't find anything on the documentation pages of Axis2. Thanks for your help, -- Sebi

Re: [Axis2] 0.95 SOAP Monitor?

2006-04-07 Thread Eran Chinthaka
Hi Sebastian, What is your exact requirement ? Do you wanna just see the messages or you wanna log the messages ? If you wanna just see the messages, route your messages through TCPMon (http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/tcpmon/). If you wanna log the messages,

Re: [Axis2] 0.95 SOAP Monitor?

2006-04-07 Thread Ajith Ranabahu
Hi, I'm thinking that what you want is something like the SOAPMonitor - unfortunatley which we have not built yet. However you can easily write a pair of handlers that can be bundled into a module and act as a logger for Axis2:) On 4/8/06, Eran Chinthaka [EMAIL PROTECTED] wrote: Hi Sebastian,

SOAP Monitor unable to communicate with server

2006-01-24 Thread Hanxi Zhang
Hi, I was trying to set up the SOAP monitor for axis v1.2. I followed the user guide, up to the point where the SOAPMonitor Applet shows up at http://localhost:8080/axis/SOAPMonitor. However at the bottom it says 'the SOAP Monitor is unable to communicate with the server'. I dug through

A simple question about SOAP monitor in Axis 1.2

2005-08-17 Thread Zheng Li
Hi guys: As we know, the SOAPMonitorService in Aixs 1.2 can monitor the request SOAP messages a Web service receives from the client, and resopnse messages a Web service sends to the client. But can it monitor the request SOAP messages a Web service sends to another Web service?? For example,

RE: [SPAM_EMAIL] - A simple question about SOAP monitor in Axis 1.2 - Email has different SMTP TO: and MIME TO: fields in the email addresses

2005-08-17 Thread Mohit.Gupta
Hi, SOAP Monitor Service is a handler which can be integrated with both client as well as server side handler chain of Axis Framework. So if you have installed this handler in your handler chain, all the message will be logged. Simply install this handler using client-config.wsdd

Is SOAP monitor tool available in AXIS2

2005-08-16 Thread Zheng Li
Hi guys: Just wanna knonw is the SOAP monitor tool included in Axis 1.2 also available in Axis2?? I browse the doc of Axis2 but find no info about SOAP monitor. BTW, does Axis 1.2 support WSDL 2.0?? Pls help. Thnx a lot! Zheng

Re: Is SOAP monitor tool available in AXIS2

2005-08-16 Thread Deepal Jayasinghe
Hi Zheng; 0.91 release does not have SOAP monitor in built , I think it is nice to have that feature. If you can please create a JIRA issue then next release will be having SOAP monitor. does Axis 1.2 support WSDL 2.0 : nope Axis 1.2 does not support WSDL 2.0 but Axis2 does :) Thanks

Re: Is SOAP monitor tool available in AXIS2

2005-08-16 Thread Ruchith Fernando
Hi, We don't have the SOAP monitor tool/applet in axis2 but you can simply use tcpmon that you get with Axis1.x Axis 1.2 does not support WSDL 2.0 Thanks, Ruchith On 8/16/05, Zheng Li [EMAIL PROTECTED] wrote: Hi guys: Just wanna knonw is the SOAP monitor tool included in Axis 1.2 also

Not able to see SOAP faults in SOAP Monitor

2005-07-28 Thread Jayaraman, Venkatesh
I was having webservice with definitions in server_config.wsdd as follows I can see successful SOAP requests and Responses. But do not see the failure response (SOAP Faults) What could be the problem ? service name=MyPort provider=java:RPC style=rpc use=encoded requestFlow

axis soap monitor

2005-06-02 Thread Omar Bennani
hi I wanna use tcpmon, the soap monitor of axis but how can i now which port does my client use to connect with the webservice on localhost:8088 ? thanx for all _ Découvrez le

SOAP Monitor not able to communicate with the server and how to undeploy the SOAP Monitor for redeployment

2005-04-23 Thread Vincent Jong
in all the environment variables and paths, everything was good to go. Initial tests of the sample services were good, but when i went to start the SOAP Monitor, the applet loaded up fine, but it couldn't connect to the server. I tried changing the port variable in the source code from 0 to a port

SOAP Monitor

2005-03-28 Thread Jerome Gagner
Hello, This is probably a stupid question, but is there a way I can copy-paiste the contents out of the SOAP Monitor Applet? - Jerome Gagner Director of Web Services [EMAIL PROTECTED]

Re: SOAP Monitor

2005-03-28 Thread Sunil Kothari
, viruses or computer problems experienced as a result of this transmission since data over the public Internet cannot be guaranteed to be secure or error-free. - Original Message - From: Jerome Gagner [EMAIL PROTECTED] Date: Tuesday, March 29, 2005 5:51 am Subject: SOAP Monitor Hello

Removing SOAP Monitor

2005-03-28 Thread Brian Abbott
Hi, I am wondering if it is possible to remove SOAPMonitorService from an AXIS deployment. I am currently running AXIS from within Tomcat and, my goal is to minimize the number of open ports that are necesarry for a deployment. Ideally it would be only one. I have currently removed the

Re: Removing SOAP Monitor

2005-03-28 Thread Brian Abbott
of this transmission since data over the public Internet cannot be guaranteed to be secure or error-free. - Original Message - From: Brian Abbott [EMAIL PROTECTED] Date: Tuesday, March 29, 2005 11:30 am Subject: Removing SOAP Monitor Hi, I am wondering if it is possible