Search code examples
javaeclipseeclipse-pluginwsdl

Eclipse WSDL generator (from java class)?


I want to generate WSDL compliant with Java classes. At this phase I don't want to put it online, just have the wsdl (in order to discuss it with someone else) and validate the generated file.

I'm using Eclipse, so I would prefer any solution that's already integrated with it.


Solution

  • From eclipse in the java perspective:

    1. Right click on the Java class you want to use as your service implementation
    2. Select Web Services -> Create Web Service
    3. Web service type should be "Botton up Java bean Web Service"

    This will generate a WSDL file for you.