The plugin should allow to specify the output encoding.
The undocumented wsdl2java option -encoding can be used for this. The new option should default to the encoding set on the JavaCompile task.
If the encoding is neither user specified nor provided by the JavaCompile task the option should be omitted from the wsdl2java params in which case the generator default to the platform encoding (current behaviour).
The plugin should allow to specify the output encoding.
The undocumented wsdl2java option
-encoding
can be used for this. The new option should default to the encoding set on theJavaCompile
task. If the encoding is neither user specified nor provided by theJavaCompile
task the option should be omitted from the wsdl2java params in which case the generator default to the platform encoding (current behaviour).