Linq to XML data and service

jamie_pattison

Well-known member
Joined
Sep 9, 2008
Messages
116
Programming Experience
Beginner
I am consuming a web service which i believe is raw XML (in case my terminology is incorrect then the service address is http://site/service). If i send a request then i send it as http://site/service/?name=MyNameIs. Once i do that i see an XML page in my browser.

I would like to have the backend to be using Linq to XML, but i cant find any documentation that shows how to use a service as such with Linq to XML. Most of the articles refer to services where you could add it to your project but as you can tell you cant add the URL as a web reference (i have tried it)

Does anyone have any clues how to approach this?

Thanks
 
Back
Top