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.

And

"assuming a axis.war"

 

This requires axis to be deployed along with my web application ?


Nope - you can use myApp.war just fine.
 



Yes.

HTH,
Robert
 http://www.braziloutsource.com/

Sorry. Haven't 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, assuming a axis.war, are:

1) Compile the applet and put it under axis/*applet.class*/WEB-INF
2) Configure the soapmonitor servlet via web.xml
3) Deploy the soapmonitor web service via the admin client
4) Place references in your web service wsdd such as:

  <requestFlow>
      <handler type="soapmonitor"/>
    </requestFlow>
    <responseFlow>
      <handler type="soapmonitor"/>
    </responseFlow>

5) Load the soap applet in a java 1.3 and higher enabled browser via:

http://localhost:8080/axis/SOAPMonitor

HTH,
Robert
http://www.braziloutsource.com/

On 5/9/06, [EMAIL PROTECTED] < [EMAIL PROTECTED]> 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 context ?? What does this "services/AdminService" mean ? What do I substitute it with ?

 

 

"Deploy the SOAPMonitorService web service with the admin client and the deploy-monitor.wsdd file "

 

java -cp %AXISCLASSPATH% org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminService

deploy-monitor.wsdd

 

I am trying to monitor my WSRP communication.

 

Thanks,

Mohan

This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.

 

This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please notify the sender immediately and delete the original. Any other use of the email by you is prohibited.


Reply via email to