1
Answer

How to show a particular value from the SOAP Response in HTML asp.net

Kumar

Kumar

4y
725
1
Hi All,
 
I am sending a Request to SOAP Web Service and getting the Response.
 
I need to display the values in the Response in ASP.Net HTML Table or Gridview.
 
The Response that I am getting shows below:
 
<env:Envelope xmlns:env='http://schemas.xmlsoap.org/soap/envelope/'><env:Header></env:Header><env:Body>
<ns2:getUser xmlns:ns2=\"http://ws.service.testingusers.com/\">
<roles>Admin</roles>
<roles>SuperUser</roles>
</ns2:getUser></env:Body></env:Envelope>
 
I need to display the Admin, SuperUser values in the HTML Table or Gridview using asp.net.
 
Please assist me.
Thanks in advance.
Answers (1)