【发布时间】:2016-06-23 13:26:18
【问题描述】:
非 wsdl 模式下的 php SOAPClient 和 SOAPServer 需要一系列选项。 选项中的位置用于指向 Web 服务服务器文件的位置 但是选项中的uri是什么?因为我将其更改为所有内容,并且网络服务器工作正常
$options = array(
'uri' => 'http://aahshhs.com', //wath do this line?????
'location' => 'http://localhost/exer/Server.php',);
【问题讨论】:
标签: web-services soap