• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Apache AXIS problem

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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 ]
 
Bartender
Posts: 2968
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch max,

Please check your private messages.
reply
    Bookmark Topic Watch Topic
  • New Topic