• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Axis: WSDL2Java classpath problem

 
Ranch Hand
Posts: 179
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I am having difficulties running WSDL2Java program in my environment. I managed to deploy my webservice, but now I can't generate the client side for that.

When I run: java -cp $AXISCLASSPATH org.apache.axis.wsdl.WSDL2Java http://localhost:8080/axis/services/MusicSearch?wsdl

I get exception:


My $AXISCLASSPATH environment is:


Has anyone ideas what is wrong? I am allready sick and tired of this
[ July 29, 2006: Message edited by: Juhan Voolaid ]
 
Juhan Voolaid
Ranch Hand
Posts: 179
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OK got it finally working. Just added some more libs to my classpath.

Now my $AXISCLASSPATH is:
reply
    Bookmark Topic Watch Topic
  • New Topic