Hi,
I'm using the alfresco web services and have the problem that I don't get UTF-8 encoded text. For instance when I create a file with the name "Łódź.txt" in the alfresco webclient it is displayed correctly (database and connection are properly configured) but the Java webservice client returns "?ód?.txt" as name. The PHP webservice client gets it right.
I had a look at the SOAP response with Wireshark and it showed that "Ł", "ó" and "ź" are encoded as "&#<unicodeCodePoint>;" (e.g.  for Ł). Hence, the problem is not the encoding of the response itself but there must be some decoding on the client side which for some reason produces Latin-1 instead of UTF-8.
How can I make axis or the alfresco webclient to give me UTF-8 encoded text?
Thanks
Tim