Re: java2wsdl command does not work

2007-07-16 Thread Daniel Kulp
David, Most likely, it cannot find that class on the classpath. For java2wsdl to work, the class needs to be compiled and available on the classpath. You can also run the tool with the -verbose option. That may produce a better error. Dan On Monday 16 July 2007 12:25, Du, David

RE: java2wsdl command does not work

2007-07-16 Thread Du, David (US SSA)
Subject: Re: java2wsdl command does not work David, Most likely, it cannot find that class on the classpath. For java2wsdl to work, the class needs to be compiled and available on the classpath. You can also run the tool with the -verbose option. That may produce a better error. Dan