Description
If the wsdlLocation is not a valid URL, we can detect that easily at code generation time with a simple "new URL(wsdlLocation)" and generate more usable code via a class.getResource call instead.
If the wsdlLocation is not a valid URL, we can detect that easily at code generation time with a simple "new URL(wsdlLocation)" and generate more usable code via a class.getResource call instead.