Hi i am using this code for nusoap server but when i call the server in web browser it shows message \"This service does not provide a Web description\" Here is the code
You can also use nusoap_client
call('hello', array('name' => 'Pingu')); // Display the result print_r($result) ?>