从 php 生成的网页读取 XML

发布于 2024-12-17 17:11:07 字数 218 浏览 0 评论 0原文

我需要读取从 Web 服务收到的 XML 文件的内容。

当我看到生成页面的源代码时,我可以看到: http://pastebin.com/hnnzAcPH

我在网页中看到 Id: string(398) "",但没有xml,如何访问和读取 xml 标签 SOAP:Body?

I need to read the content of a XML file that I receive from a web service.

When i see the source code of my generated page I can see this:
http://pastebin.com/hnnzAcPH

I see Id: string(398) "" in my webpage, but not the xml, how can I access and read the xml tag SOAP:Body?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

人间☆小暴躁 2024-12-24 17:11:07

我自己解决了这个问题,就我而言:

$xml = $XmlArray->children("soap", true)->Body->children();

I solved it by myself, in my case:

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