Hi Theres no problems with german chars if you set response_encoding to ISO-8859-1 in your SOAP_Server object. If you use SOAP_Client to access your webservice - set $SOAP_Client->_encoding to ISO-8859-1 as well... regards Dmitri "Marc Logemann" <spam1@logemann.org> schrieb im Newsbeitrag 20031121105523.54773.qmail@pb1.pair.com">news:20031121105523.54773.qmail@pb1.pair.com... > Hi, > > basic question, how can i return german umlaute from a SOAP server within a > function? I mean these chars: > ä,ö,ü,... > > Do i have to encode them myself inside the server function? This would be > pretty lame or is there an automatism for this? THanks. > > marc -- PHP Soap Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php