I was looking for Good/Simple webservice which can be consumed using asp.net but I can’t a find a free webservice that can be used with asp.net.
I was looking for Good/Simple webservice which can be consumed using asp.net but I
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yahoo has a pretty good bunch of (free) API’s.
Not sure what you mean by “webservice that can be used with asp.net”.
Most web services expose their API’s via XML/JSON/RSS etc, which is platform independant.
The Music API is a pretty simple one, they expose REST web services (both JSON and XML).
You simply need to construct a HttpWebRequest to their API and parse the data.