当前位置:Gxlcms > PHP教程 > phpsoap异常Prematureendofdataintaghtmlinline1

phpsoap异常Prematureendofdataintaghtmlinline1

时间:2021-07-01 10:21:17 帮助过:71人阅读

php soap错误 Premature end of data in tag html in line 1
在windows下 没有出现问题。
在linux 就报错了,错误如下:
Couldn't load from 'xxxx' : Premature end of data in tag html line 1

直接打开请求的链接,是能看到xml的内容的。怎么解决这个错误呢?

------解决思路----------------------
取wsdl的时候soapclient没有使用证书信息所以不行,你可以這樣,你可以獲取到XML,用curl抓下来保存成本地文件进行调用。

人气教程排行