从 php 生成的网页读取 XML
我需要读取从 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己解决了这个问题,就我而言:
I solved it by myself, in my case: