COnsuming a web service that returns XMLNode

  • Thread starter Thread starter drewdr
  • Start date Start date
D

drewdr

Any pointers on how to get at specific elements, or better yet,
convert it into a dataset ?
 
Any pointers on how to get at specific elements, or better yet,
convert it into a dataset ?

OK, I've gotten to my wanted element by simply counting:
Mywebservice.Mymethod.ChildNodes.Item(5).InnerText

But is there a faster way that I could get to the item by it's markup,
like:
<firstname>John </firstname> ? -------> item("firstname").innertext
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top