Web services are like components on a Web server that a client application can call by making HTTP requests across the Web. ASP.NET enables you to create built-in application services, and to call these services from any client application.
Types of Web Service
Http
Xml
Soap
Example
Weather Reporting
You can use Weather Reporting web service to display weather information in your personal website.
Stock Quote
You can display latest update of Share market with Stock Quote on your web site
News Headline
You can display latest news update by using News Headline Web Service in your website.
0 Comment(s)