When trying to deploy the AddressBookService sample I get the error message below. I have two questions :
1) Why can it find the StateType class? I have put it in a jar file in axis\WEB-INF\lib (and also in Apache\lib and Apache\common\lib\ to be sure). Processing file deploy.wsdd - Unable to deploy typemapping: {urn:AddressFetcher2}stateType java.lang.ClassNotFoundException: AddressFetcher2.StateType at java.net.URLClassLoader$1.run(URLClassLoader.java:200) ............................................................... org.apache.axis.client.AdminClient.main(AdminClient.java:341) - <Admin>Done processing</Admin> 2) Am I right in thinking that AdminClient should be launched in axis\WEB-INF directory ? otherwise it merely modifies server-config.wsdd but not really tries to deploy the service ? Config : JDK 1.3 and Axis 1.0 and Tomcat 4.0.1