If you have String literals with German characters in Java source, did you compile your code with appropriate switch?

If this is the case, than you will have to change build.xml that is generated with wsdl2java. You will have to add an attribute

  encoding="UTF-8"

to "javac" tasks (in targets "compile.src" and "compile.test").


Regards,
Ognjen

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to