./java2wsdl.sh -cn test.Service -cp /path/classes.jar:/path/others.jar cn is the class name. cp is normal Java classpath. sn for generated service name. Type ./java2wsdl.sh to see all the options.
Hope this helps Upul On Feb 13, 2008 2:59 AM, Murphy Steve <[EMAIL PROTECTED]> wrote: > I need to run Java2WSDL on a class that is in a jar file because all the > dependencies (imported classes) are also in the jar file. > > > > Is this possible to do? If so, can anyone show me the syntax? > > > > Thanks, > > Steve >
