You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Chris Carver <ch...@charter.net> on 2002/05/28 19:03:19 UTC

Handlers not working as thought as descibed in User Guide

Hi,
 
I'm running Axis Beta 2 and I'm trying to run the example 4 which gives
a demonstration of handlers. However when I deploy and run the client I
do not see any MyService.log file generated. From reading the short
description of the handler, I was under the impression an entry was
written to MyService.log everytime LogTestService was called. However
this does not seem the case. Can someone fill me in what I'm missing or
tell me if this is a problem in Axis Beta 2.
 
Thank you,
Chris
 
Here are the sequence of events:
 
C:\ws\xml-axis-beta2\samples\userguide\example4>java
org.apache.axis.client.Admi
nClient deploy.wsdd
- Processing file deploy.wsdd
<Admin>Done processing</Admin>
 
C:\ws\xml-axis-beta2\samples\userguide\example4>java
samples.userguide.example4.
Client
Hi, you've reached the testMethod.
 
C:\ws\xml-axis-beta2\samples\userguide\example4>dir
 Volume in drive C has no label.
 Volume Serial Number is 28ED-3AF2
 
 Directory of C:\ws\xml-axis-beta2\samples\userguide\example4
 
05/28/2002  11:27a      <DIR>          .
05/28/2002  11:27a      <DIR>          ..
04/29/2002  06:29p               1,596 Client.class
04/29/2002  06:29p               3,525 Client.java
04/29/2002  06:29p                 670 deploy.wsdd
04/29/2002  06:29p               2,310 LogHandler.class
04/29/2002  06:29p               4,415 LogHandler.java
04/29/2002  06:29p                 435 Service.class
04/29/2002  06:29p               2,793 Service.java
05/28/2002  11:27a                 109 undeploy.wsdd
               8 File(s)         15,853 bytes
               2 Dir(s)  34,983,518,208 bytes free
 
C:\ws\xml-axis-beta2\samples\userguide\example4>