PHP SOAP 标记定义第 2 行中的数据过早结束
好吧,我一直在寻找如何修复该错误,但似乎没有任何效果,这些是我尝试过的一些解决方案:
- 减少肥皂响应中的内容
- 在肥皂服务器中设置内容长度标头
- 减少公开的 Web 服务方法
我可以 在浏览器中加载我的 wsdl,我得到一个格式良好的 XML 响应,我可以发出请求并且它可以工作!...但有时我仍然收到相同的错误“标记定义第 2 行中的数据过早结束”。
还有其他解决方案吗?
Well, I've been searching how to fix the bug and nothing seems to work, these are a few of solutions I've tried:
- Reduce the content in soap response
- Setting content-length header in Soap Server
- Less exposed web service methods
I can load my wsdl in the browser and I get a well-formed XML response, I can make requests and it works !...but sometimes I still getting the same error "Premature end of data in tag definitions line 2".
Any other solution?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以捕获错误并将 XML 数据写入日志文件并检查“definifs”标签是否存在某些错误
You can catch error and write XML data to log file and inspect your "definifions" tag for some errors