SOAP Tutorial
- Previous Page SOAP Tutorial
- Next Page SOAP Introduction
SOAP is a simple XML-based protocol that allows applications to exchange information via HTTP.
In our SOAP tutorial, you will learn what SOAP is and how it exchanges information between applications.
Table of Contents
- SOAP Introduction
- This chapter explains the concept and function of SOAP.
- SOAP Syntax
- This chapter explains the building blocks of SOAP and the syntax rules of SOAP.
- SOAP Envelope Element
- This chapter explains the SOAP Envelope element.
- SOAP Header Element
- This chapter explains the SOAP Header element.
- SOAP Body Element
- This chapter explains the SOAP Body element.
- SOAP Fault Element
- This chapter explains the SOAP Fault element.
- SOAP HTTP Binding
- This chapter provides an introduction to the SOAP HTTP binding.
- SOAP Example
- This chapter introduces a SOAP example.
- SOAP Summary
- This section summarizes what you have learned in this tutorial and recommends what you should learn next.
- Previous Page SOAP Tutorial
- Next Page SOAP Introduction