Read XML file from Web Service
-
Hi All My question is best way read the xml file, which is generated by a web service(that web service from another application software),so what is the best way to do that pls help me to do this, Thanks
-
Hi All My question is best way read the xml file, which is generated by a web service(that web service from another application software),so what is the best way to do that pls help me to do this, Thanks
I am not sure what is your exact question. Are you asking about how to read xml files?:confused::confused:
Abhishek Sur My Latest Articles Basics on LINQ and Lambda Expressions
Create .NET Templates -
Hi All My question is best way read the xml file, which is generated by a web service(that web service from another application software),so what is the best way to do that pls help me to do this, Thanks
-
Wht do u mean dont cross Post?
-
I am not sure what is your exact question. Are you asking about how to read xml files?:confused::confused:
Abhishek Sur My Latest Articles Basics on LINQ and Lambda Expressions
Create .NET Templatesyes read the xml file, but that xml file generated by web service.
-
Wht do u mean dont cross Post?
indSoftware wrote:
Wht do u mean dont cross Post?
I want to mean, you have already posted the same question and I have provided the link for that. If you have posted any question, please wait for some times to get answer, rather than putting the same question again. :)
cheers, Abhijit CodeProject MVP
-
indSoftware wrote:
Wht do u mean dont cross Post?
I want to mean, you have already posted the same question and I have provided the link for that. If you have posted any question, please wait for some times to get answer, rather than putting the same question again. :)
cheers, Abhijit CodeProject MVP
ok thx.
-
I am not sure what is your exact question. Are you asking about how to read xml files?:confused::confused:
Abhishek Sur My Latest Articles Basics on LINQ and Lambda Expressions
Create .NET TemplatesIt would be usefull if you let us know what technology you are using and where it is that you want to read this xml and why? ...because it might not even be needed to code a custom "class to read the xml data.
-
Hi All My question is best way read the xml file, which is generated by a web service(that web service from another application software),so what is the best way to do that pls help me to do this, Thanks
Use the XmlDocument class in combination with XPath expressions.
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
-
Use the XmlDocument class in combination with XPath expressions.
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
can u give me small exmple code.
-
can u give me small exmple code.
Have a look at this article: http://www.codeproject.com/KB/cpp/myXPath.aspx[^]
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.