I figured it out, but what a PITA! To run the damn things, you have to: 1. Build the project with Ant 2. Copy the compiled classes in %AXIS_HOME%\build\[subdir] to %CATALINA_HOME%\webapps\axis\WEB-INF\classes\samples\[subdir] and %AXIS_HOME%\samples\[subdir]\deploy.wsdd to %CATALINA_HOME%\webapps\axis\Web-INF 3. cd %CATALINA_HOME%\webapps\axis\Web-INF 4. java org.apache.axis.client.AdminClient (note: the package is wrong in some of the READMEs) deploy.wsdd 5. cd %CATALINA_HOME%\webapps\axis\WEB-INF\classes\samples\[subdir] 6. java -cp %CLASSPATH%;%CATALINA_HOME%\webapps\axis\WEB-INF\classes samples.[subdir].[client]
But STILL cannot get anything to display in a browser besides the WSDL.... :-( Mark -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] I had this problem, yes. You cannot explicitly declare a classpath, I had to drop it in the context and clear out my classpath and then things started working for me. -----Original Message----- From: "Galbreath, Mark A" Has anybody gotten any of these to work on Windoze? When I run the clients for any of the samples, I get a NoClassDefFoundException and if I explicitly declare a classpath to the directory containing the sample, I get the same exception with a (wrong name: ) notice attached. Clues?
<<application/ms-tnef>>
