PHP SOAP 标记定义第 2 行中的数据过早结束

发布于 2024-12-04 07:17:56 字数 246 浏览 1 评论 0原文

好吧,我一直在寻找如何修复该错误,但似乎没有任何效果,这些是我尝试过的一些解决方案:

  • 减少肥皂响应中的内容
  • 在肥皂服务器中设置内容长度标头
  • 减少公开的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

远昼 2024-12-11 07:17:56

您可以捕获错误并将 XML 数据写入日志文件并检查“definifs”标签是否存在某些错误

You can catch error and write XML data to log file and inspect your "definifions" tag for some errors

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文