SOAP : Java Glossary

go to home page S words local find full screen, hide local find menu Google search web for more information on this topic jump to foot of page translate this page with Babelfish punctuation 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z (all) ©1996-2009 Roedy Green, Canadian Mind Products
SOAP
SOAP (Simple Object Access Protocol) is a protocol standard managed by W3C. Microsoft, IBM and Apache have all implemented it. SOAP is a lightweight protocol for exchange of information in a decentralized, distributed environment. It is an XML 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 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 or a language-agnostic RMI 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
CMP logofeedback Please email your feedback for publication, errors, omissions, typos, formatting errors, ambiguities, unclear wording, broken/redirected link reports, suggestions to improve this page or comments to Roedy Green : feedback email
mindprod.com IP:[65.110.21.43]
view BlogYour face IP:[38.107.191.109]
You are visitor number 12,616.