how to use the Java2WSDLclass inside a program

2002-10-18 Thread Eric BELLARD
Hi, I'm building a Axis plugin for the IDE eclipse and I've got some problems. One of the functionnality I'd like to include in the plugin is to generate a WSDL file from a selected Java class. I'd like to use the Java2WSDL class for that. I'd like to execute the method run of the Java2WSDL class

RE: how to use the Java2WSDLclass inside a program

2002-10-18 Thread Tom Jordahl
PROTECTED] Subject: how to use the Java2WSDLclass inside a program Hi, I'm building a Axis plugin for the IDE eclipse and I've got some problems. One of the functionnality I'd like to include in the plugin is to generate a WSDL file from a selected Java class. I'd like to use