When I tried to deploy a web service in AXIS using following commad
-----------------------------------
java -cp %AXISCLASSPATH% org.apache.axis.client.AdminClient -lhttp://localhost:8080/axis/services/AdminService deploy.wsdd -----------------------------------
Following Error occurs
--------------------------------------
Exception in thread "main" java.lang.NoClassDefFoundError: and --------------------------------------
AXISCLASSPATH is set properly to all JARs and
http://localhost/axis/services/AdminService is running in
TomCat server
even I tried to execute sample client program in AXIS sample the same error occurs
--------------------------------------...
java -cp %AXISCLASSPATH% samples.userguide.example1.TestClient
Exception in thread "main" java.lang.NoClassDefFoundError: and --------------------------------------...
is there a class called
and
in axis
[ December 06, 2008: Message edited by: max ]