TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Kumar
1.6k
146
4.2k
How to show a particular value from the SOAP Response in HTML asp.net
Oct 26 2020 3:40 PM
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.
Reply
Answers (
1
)
Remove outer qoutes from JSON string
Core 3.1 API problem in IIS