help on xml response

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,
i'm a newbie to dotnet...

I need help on xml responses received from a web service..

How to parse the xml response....sent by a web service..

I dont want to use the proxy object created .net when I add a web service..

I want to parase the Xml response nad request manually..

Which classes in .net help in doing so? Any samples would be of grt help...

can anyone suggest few goodsites....
 
XML Response
Who wants to re-write callback code?

Two Other Methods
Load xmldocument with response and use selectnodes method.
Load xmlreader with response and read.

Good Luck
DWS
 

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