Chapter 27. ASP.NET Web Services
An ASP.NET web service is a program capable of communicating across a network such as the Internet by using a combination of the open standard SOAP and XML technologies. (Note that SOAP was previously known as the Simple Object Access Protocol.)
Web services are ideal for creating data-, content-, or processing-related services that can be made available to associated or third-party applications and clients across distributed networks such as the Internet.
In this chapter, you will see how to create a simple ASP.NET web service and a client application to consume, or use, the web service.
In addition, this chapter covers the technologies associated with ASP.NET web services, such as SOAP and theWeb Services Description ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access