nusoap simple server

后端 未结 3 1503
攒了一身酷
攒了一身酷 2021-01-04 10:45

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

3条回答
  •  一向
    一向 (楼主)
    2021-01-04 11:08

    You can also use nusoap_client

    call('hello', array('name' => 'Pingu'));
    // Display the result
    print_r($result)
    ?>
    

提交回复
热议问题