无法从PHP解析XML [英] Unable to parse XML from PHP

查看:60
本文介绍了无法从PHP解析XML的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我无法找到同样的问题,我在下面发布了问题。目标是使用soap message显示xml属性值.PHP代码如下所示:

I was not able to find same problem,Ihave Issue below.The Target is to show xml attributes values using soap message.PHP code looks like:

展开 | 选择 | 换行 | 行号

推荐答案

你的soap调用不会返回一个XML,而是一个已经解析过的结果对象。如果你每次都必须解析XML,那么SOAP将毫无意义。
your soap call does not return you an XML but an already parsed result object. SOAP would be quite pointless if you had to parse the XML each time yourself.


谢谢我如何解决这个问题


提前致谢
Thanks how can i resolve this issue

Thanks in advance


只使用你得到的对象。它包含与XML相同的信息。
just use the object you get. it holds the same information as the XML.


这篇关于无法从PHP解析XML的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆