What is Web Service?

Web Service is an application that is designed to interact directly with other applications (on the same or different platforms) over the internet.

Web Service is language independent and they communicate by using standard web protocols and data formats, such as

Advantages of Web Service

Web Service messages are formatted as XML, a standard way for communication between two systems which are on the same or different platforms. And this message is sent via HTTP so that they can reach to any machine on the internet without being blocked by the Firewall.

Web Services using .NET Framework

There are three aspects of web service development (We will cover in next chapters) -

Other Notes and Tips