Re: Generate WSDL

2002-05-03 Thread Shivakumar GS
Hi, make sure that the Hello.class is in your CLASSPATH. !shiva > >java.lang.ClassNotFoundException: Hello >at java.net.URLClassLoader$1.run(URLClassLoader.java, Compiled Code) >at java.security.AccessController.doPrivileged(Native Method) >at java.net.URLClassLoader.find

RE: Generate WSDL

2002-05-03 Thread Rebecca Dias
Samantha, You could also use the XMLBus (www.xmlbus.com/work) which provides graphical and command line tools for this. You simply point at the class you want to turn into WSDL and wala. Another powerful feature is that it allows you to sequence a series of calls together and expose that

RE: Generate WSDL

2002-05-03 Thread Charlie Abela
Is it possible to integrate the Java2WSDL tool by itself in an application? Any docs about this available? Charlie

RE: Generate WSDL

2002-05-03 Thread Anne Thomas Manes
Samantha, You'll find the WASP java2wsdl tool in the \bin directory. It's a .bat or .sh file. To find the options available, just run java2wsdl -h. Documentation on the tool can be found in Appendix C section 3 of the WASP Advanced Programmers Guide: http://www.systinet.com/products/wasp_advanced