|
Key Word
Search
|
by term...
by definition...
|
|
|
|
for letter:
"S" |
|
|
|
Results
|
|
|
|
|
Term
|
SOAP
|
|
|
|
|
Definition
|
Simple Object Access Protocol - A data format for exchange of information over a network. It is an XML based RPC 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 data types, and
- a convention for representing remote procedure calls and responses.
SOAP can potentially be used in combination with a variety of other protocols; however, the most popular binding and the only one defined by the standard describes how to use SOAP in combination with HTTP and HTTP Extension Framework.
SOAP is widely viewed as an alternative to existing REST mechanisms. One of SOAP's advantages is that it allows platform-locked applications and systems to communicate using the Web (a platform-independent medium).
Diagrammatically:
d
More Information:
|
|
|
|
|
Also
|
XML
REST
|
|