Web Services






4.80/5 (4 votes)
A Web service is defined by the W3C as "a software system designed to support interoperable Machine to Machine interaction over a network." Web
A Web service is defined by the W3C as "a software system designed to support interoperable Machine to Machine interaction over a network." Web services are frequently just Web APIs that can be accessed over a network, such as the Internet, and executed on a remote system hosting the requested services.
Web services allow businesses to communicate data without requiring any knowledge of each other’s IT systems behind the firewall
Tutorials
Forums
Books
Code Samples
- ASP.NET Web Service on CodeProject.com
External Link
- http://www.w3.org/2002/ws/Activity
- Web Services with ASP.NET - an online chapter from the Wrox book Professional C# 4 and .NET 4
- What is Web Service?