Chapter 7. Transport Protocols for Web Services

Without standards for how to send messages, Web services wouldn't exist. Transport protocols are key to the success of any network, including the World Wide Web and the Internet in general. A thorough understanding of transports and how they work (and can break) is key to understanding Web services.

One of the most powerful design decisions with SOAP was to make it transport independent, which means that you can send a message over any transport you choose. SOAP merely specifies how to wrap the envelope in a standard manner. Transports such as HTTP and TCP are becoming common for SOAP traffic; however, UDP (User Datagram Protocol) and SMTP (Simple Mail Transport Protocol—the transport for e-mail) ...

Get .NET Web Services: Architecture and Implementation now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.