ognjen, thank you fort hat tip - we are sending string literals that are read from the database - is the switch you mentioned also required in this case?
anyway - I will try it out. thank you for your help! hans > -----Ursprüngliche Nachricht----- > Von: Ognjen Blagojevic [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 19. Juni 2007 09:49 > An: [email protected] > Betreff: Re: webservice client encoding problems > > > 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
