BAT file to launch Apache Axis 1.2 WSDL2Java in Windows

Created a simple BAT file to launch the WSDL2Java utility from a command prompt.

Apache Axis can be used to handle web services, both requests and responses. It includes a tool called WSDL2Java, to create Java source files (data objects, service, locator etc) and from a valid WSDL file. The file WSDL2Java.bat below is a simple way of starting the tool from a command prompt (or via Windows Explorer, but you don’t see any errors), without having to set up a long classpath or adding all libraries to lib/ext.