"http://soap/")); echo $client->show(); ?> 服务器代码:">
时间:2021-07-01 10:21:17 帮助过:4人阅读
"http://192.168.1.100/test/serverSoap.php",'uri' =>"http://soap/")); echo $client->show(); ?>
'http://soap/','location'=>'http://localhost/test/serverSoap.php')); $server->serClass('test'); $server->handle();?>
太粗心了,这样写
'http://soap/','location'=>'http://localhost/test/serverSoap.php')); $server->setClass('test'); $server->handle();?>
补充下
'http://soap/','location'=>'http://localhost/test/serverSoap.php')); $server->setClass('test'); $server->handle();?>