The user guide is not updated to the last vrsion (RC1 and RC2). You must add the SAOPMonitor service in order to make the applet running!
I have manually deployed the service in the server-config.wsdd file, while I don't find a deploy.wsdd for SAOPMonitor. You must add this code at the right place in the server-config.wsdd: ... <requestFlow> <handler type="soapmonitor"/> ... </requestFlow> <responseFlow> <handler type="soapmonitor"/> </responseFlow> ... ... <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/"/> <parameter name="serviceName" value="SOAPMonitorService"/> <parameter name="portName" value="Demo"/> </handler> ... ... <service name="SOAPMonitorService" provider="java:RPC"> <parameter name="allowedMethods" value="publishMessage"/> <parameter name="className" value="org.apache.axis.monitor.SOAPMonitorService"/> <parameter name="scope" value="Application"/> </service> ... > -----Original Message----- > From: Dennis Sosnoski [mailto:[EMAIL PROTECTED]] > Sent: lundi, 7. octobre 2002 09:02 > To: axis-user > Subject: 1.0rc2 SOAPMonitor usage? > > > RC2 has only the .java for SOAPMonitor applet, not the > .class, as was > mentioned on the dev list a few days ago. I had no problems > building it > (with all the usual jars in the compiler classpath) with: > > javac -classpath WEB-INF/lib/axis.jar SOAPMonitorApplet.java > > after which it loads and runs in the browser. I'm not seeing any > requests displayed, though. > > The user guide seems to imply that this should just work > automatically. > Is there some step I'm missing to activate this for a service? > > I'm hoping to show this in an Axis demo coming up Tuesday > night. Thanks > for any suggestions, > > - Dennis > > Dennis M. Sosnoski > Sosnoski Software Solutions, Inc. > http://www.sosnoski.com >
