web service unicode characters display as question marks
Using
$client->decode_utf8 = false;
instead of
$client->decode_utf8 = true;
worked for me.
Using
$client->decode_utf8 = false;
instead of
$client->decode_utf8 = true;
worked for me.