Description
Running wsdl2java -compile will also kick off javac in order to compile the generated files. In case a large number of files got generated, the compilation might fail with an out of memory error. We could add another option that allows specifying a maximum heap size for the java compiler. Perhaps another -mx switch or so.