------ Maven 2 Java2WSDL Plugin: configuration examples ------ Jochen Wiedmann ------ Goals The Java2WSDL plugin offers a single goal: * java2wsdl (default): Reads a java class and generates a WSDL for invoking the classes methods as a web service. To run the plugin, add the following section to your POM: ------------------------ org.apache.axis2.maven2 axis2-java2wsdl-maven-plugin java2wsdl com.foo.myservice.MyHandler ------------------------ The plugin will be invoked automatically in the generate-resources phase. You can also invoke it directly from the command line by running the command +-------- mvn java2wsdl:java2wsdl +--------- The Java2WSDL Goal By default, the plugin reads the given Java class and creates a file <<>>. The Java class is given by the configuration element <<>> above. See the detailed documentation on {{{configuration.html}properties}} for how to configure the goal.