0 Replies Latest reply on Apr 27, 2009 3:13 PM by priyajeet

    Tool to generate wsdl from a java file...

      I am trying to find a tool to generate wsdl artifacts from a given java file. This file is a .java file and not it's compiled .class.

      I wanted to use wsprovide, but that doesn't take in a java file but rather wants the class. I want to run the tool programatically from a code generator that generates properly annotated java class/interface for web services.

      Anyone have an idea of a tool that does this, or can wsprovide/something else be used for this in some way?

      Thanks.