Posted on: 9/22/2014 7:32:25 AM | Views : 363

Hi guys, 
I have one XML response which i have to read through C# , i mean i have to get all nodes in response,
<div class="line">xml response is in this format. </div> <div class="line"> <corpsms> <command>Auth_request</command> <data>1150afac20fd45ab8b2e4832aa38582b</data> <response>OK</response> </corpsms> </div> <div class="line"></div> <div class="line">And my code is below. </div> <div class="line"></div> <div class="line"> XmlDocument xmlDoc = new XmlDocument(); HttpWebRequest Request = (HttpWebRequest)WebRequest.Create("https://te ...

Go to the complete details ...