'ISO-8859-1')); $client->__setLocation("http://localhost:8888/Server.php?wsdl"); $origtext = "Hello from RJM Programming"; print("

The original text : " . $origtext . "


"); $reversed = $client->helloName($origtext, array()); print("

The reversed text : " . $reversed . "


"); ?>