Hi there,
You need to complie the SoapMonitor applet and place all the class files under Tomcat. Add a soap monitor handler to your wsdd. Undeploy the service and redeploy it.
Here how you add the handler to the wsdd:
<deployment xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
<handler name="soapmonitor"
type="java:org.apache.axis.handlers.SOAPMonitorHandler">
<parameter name="wsdlURL"
value="/axis/SOAPMonitorService-impl.wsdl"/>
<parameter name="namespace"
value="http://tempuri.org/wsdl/2001/12/SOAPMonitorService-impl.wsdl"/>
<parameter name="serviceName" value="SOAPMonitorService"/>
<parameter name="portName" value="Demo"/>
</handler>
Cheers,
Tony.
"Oppenheim, Dave" <[EMAIL PROTECTED]> wrote:
"Oppenheim, Dave" <[EMAIL PROTECTED]> wrote:
Tony,Thanks for the response.I meant to say .wsdd, not .wsdl. However, I'm still not seeing output. Anything else I should be doing?Thanks,Dave Oppenheim-----Original Message-----
From: Tony Blair [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 25, 2004 9:22 PM
To: [EMAIL PROTECTED]
Subject: Re: newbie question about SOAPMonitorHi there,The <requestFlow> and <responseFlow> must go into your wsdd and not in the WSDL.Cheers,Tony.
"Oppenheim, Dave" <[EMAIL PROTECTED]> wrote:On a Widows platform, do I have to put an entry of some type into
axis\WEB-INF\web.xml in order to use the service?
I've put the following lines into my wsdl, but, at runtime I'm getting an
org.apache.axis.ConfigurationException that it can't find handler name.
Thanks in advance.
Dave Oppenheim
Do you Yahoo!?
Yahoo! Mail SpamGuard - Read only the mail you want.
Do you Yahoo!?
Get better spam protection with Yahoo! Mail
