Chapter 9. SOAP and XML Serialization

Chapter 8 laid the groundwork for more discussion about serializing data to XML. In this chapter, I’ll talk more about using an XML Schema to control the serialization of objects to XML, and introduce you to SOAP (formerly known as the Simple Object Access Protocol, but now an acronym with no expansion), the heart of .NET’s distributed processing abilities.

First, I’ll tell you about serialization in general, and the .NET Framework’s two modes of serialization: runtime serialization and XML serialization.

Get .NET & XML 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.