SOAP : Java Glossary

SOAP
SOAP (Simple Object Access Protocol) is a protocol standard managed by W3C (World Wide Web Consortium). Microsoft, IBM (International Business Machines) and Apache have all implemented it. SOAP is a lightweight protocol for exchange of information in a decentralized, distributed environment. It is an XML (extensible Markup Language) based protocol that consists of three parts: an envelope that defines a framework for describing what is in a message and how to process it, a set of encoding rules for expressing instances of application-defined datatypes, and a convention for representing remote procedure calls and responses. Now you know. :-)

SOAP is a species of XML with envelopes to help you tell what kind of data you have. If you have many different sort of messages going back and forth over your HTTP (Hypertext Transfer Protocol) connection, SOAP provides a way of identifying them and packing data in a standard way. The price you pay is obscene overhead.

You could look on SOAP as a stripped down CORBA (Common Object Request Broker Architecture) or a language-agnostic RMI (Remote Method Invocation) designed to sell more bandwidth.

SOAP is usually piggybacked on HTTP, but it could be sent over raw sockets, or even in theory exchanged in files sent by sneakernet. It is just XML.

Microsoft retired the SOAP toolkit in 2005.

You can check out the following websites for more detail:

Soap.org has nothing whatsoever to do with the SOAP protocol, neither does pg.com.

CMP homejump to top You can get the freshest copy of this page from: or possibly from your local J: drive (Java virtual drive/mindprod.com website mirror)
http://mindprod.com/jgloss/soap.html J:\mindprod\jgloss\soap.html
logofeedback Please email your feedback for publication, letters to the editor, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green : feedback email If you want your message kept confidential, not considered for posting, please explicitly specify that.
mindprod.com IP:[65.110.21.43]
view BlogYour face IP:[38.107.179.214]
You are visitor number 14,675.