$service, 'uri' => 'http://test/')); $start = time(); printf("Soap server running as: [%s]
\n", //$client->call('whoami') $client->whoami() ); for($i = 0; $i < 50; $i++) { $string = "My String"; echo "the reverse of [$string] is [" . //$client->call("reverse", array( array('a' => $string) )) . "]"; //$client->reverse('reverse', array('a' => $string)) . "]"; $client->reverse($string) . "]"; echo "
\n"; flush(); } printf("
Time to do actions: " . (time() - $start)); ?>