Details
Description
If Java2WSDL's -p2n command line option is used as
-p2n "test.package urn:MyPackage"
Gives exception **An error occured while generating codeString index out of range: -2**
It works fine if used in the following manner i.e COMMA between the pacakge name and namespace.
-p2n "test.package, urn:MyPackage"
The command line usage text should be updated.