我正在为 ASP.Net Web 服务编写一个 php 客户端。当我跑步时,我得到:
wsdl error: XML error parsing WSDL from https://ctechgames:443/Service1.asmx on line 99: Undeclared entity warning
拨打电话后。我对此很陌生,我真的不知道自己在做什么。
请求和响应都是空的。我不知道发生了什么,也不知道为什么。这是我的客户代码:
$client = new nusoap_client("https://ctechgames:443/Service1.asmx",
array('soap_version' => SOAP_1_2));
$schoolName = $client->call('GetSchoolName', array() );
有什么建议吗?