$ client = new SoapClient(“http://www.mobilywebservices.com:86/SMSWebService/SMSIntegration.asmx?wsdl”);
什么是PHP SoapClient端口,因为我的本地网络使用了防火墙并关闭了所有端口。
答案 0 :(得分:0)
SOAP是一种XML模式。
然而,它通常在HTTP(端口80)上运行。
使用搜索:What port number does SOAP use?
在线程中也提到:它使用端口号8084到防火墙,
网址http://www.mobilywebservices.com:86/SMSWebService/SMSIntegration.asmx?wsdl
您正在尝试连接到它后面有:86
所以它使用port 86
试试这个
检查是否已安装SOAP <?php phpinfo() ?>