Hi,
I have written an web application (ASP.net using C#), in that i am using a web service, i am passing parameters to webservice method & it is returning me the data in string format. I want to convert that string format data into XML format so that i can read that data & i will store into my database.

can anyone tell me how to do that.