Herong's Tutorial Notes on Web Service and SOAP
Dr. Herong Yang, Version 3.00

SOAP Message Transmission and Processing

This chapter provides quick descriptions on SOAP protocol binding, message distribution model, extension features and modules.

SOAP Protocol Binding

SOAP Distributed Processing Model

SOAP Features and Modules

Conclusion: SOAP is really a simple and open protocol to distribute information. It defines a very open XML message structure to carry information, and a set of simple rules on how information should be handled along its distribution path.

Actually, SOAP is too simple to be used directly. A number of standard SOAP extensions have also been included in the specification to make it ready to use in real applications.

Dr. Herong Yang, updated in 2007
SOAP Message Transmission and Processing