Chapter 6
Simple Object Access Protocol (SOAP)
- An infrastructure for developers to
build, expose, and consume web services.
- A lightweight, XML-based protocol for exchanging
information in a decentralized, distributed environment
- Based primarily on Remote Procedure Calls (RPC)
- Defines an envelope formatting and processing mechanism
for arbitrarily complex message structures
- Submitted to the W3C for consideration
- Supported by Microsoft
(Develop a Web Service)
and others
- Sample XML data used by SOAP:
(from MS's USStateRates.xml)