You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Gul Onural <on...@nortel.com> on 2007/01/10 22:23:22 UTC

RE: WSDL2Java Question

Have you defined AXIS_HOME environment variable pointing to your axis2
installation ?

________________________________

From: Garth Keesler [mailto:garthk@gdcjk.com] 
Sent: Wednesday, January 10, 2007 4:23 PM
To: Axis User
Subject: WSDL2Java Question


The examples below are straight from
http://ws.apache.org/axis/java/reference.html#WSDL2JavaReference and
neither obviously works (for me). I can't even get --help to work.

garthk@gdkws:~$ java org.apache.axis.wsdl.WSDL2Java --help
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/axis/wsdl/WSDL2Java

garthk@gdkws:~$ java org.apache.axis.wsdl.WSDL2Java --help
http://appsrv:8080/axis2/services/wsVendor
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/axis/wsdl/WSDL2Java

garthk@gdkws:~$ java org.apache.axis.wsdl.WSDL2Java
http://appsrv:8080/axis2/services/wsVendor?wsdl
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/axis/wsdl/WSDL2Java

Here's a snippet from the web site instructions:


Usage: java org.apache.axis.wsdl.WSDL2Java [options] WSDL-URI
Options:

-h, --help
  print this message and exit
What am I doing wrong?

Thanx,
Garth

--------------------------------------------------------------------- To
unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org For additional
commands, e-mail: axis-user-help@ws.apache.org