soap web服务,我如何处理来自webservice的xmlnode [英] soap web service, how can i process xmlnode coming from a webservice

查看:74
本文介绍了soap web服务,我如何处理来自webservice的xmlnode的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

1.i在我的项目中添加了一个Web服务,并创建了一个类webservice提供的对象。像这样


  CricketUpdates.Cricket ck = new CricketUpdates.Cricket();

     

          

        XmlNode scoreBoard = ck.GetScoreboardAppContent();


2。现在我想处理包含大量子节点的xmlnode(深度级别为5)并将数据存储到节点包含的数据库中


我该怎么做才能操作xmlnode的数据和将它存储到数据库中。


请提前帮助谢谢..

解决方案

无法提供建议你提供很少或根本没有信息。您可以使用
XmlNode类的方法和属性来操纵数据。另外,请参阅
System.Xml命名空间中的其他类型。

1.i added a web service to my project and create an object of a class webservice provide. like this

 CricketUpdates.Cricket ck = new CricketUpdates.Cricket();
     
          
        XmlNode scoreBoard = ck.GetScoreboardAppContent();

2. now i want to process xmlnode which contain a lot of child nodes (in depth level 5) and store the data into database that nodes contain

what should i do to manipulate to data of xmlnode and store it into database.

please help thanks in advance..

解决方案

It is not possible to advise you since you provide little or no information. You can use the methods and properties of the XmlNode class to manipulate the data. Also, see the other types in the System.Xml namespace .


这篇关于soap web服务,我如何处理来自webservice的xmlnode的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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