SOAP, originally defined as Simple Object Access Protocol, is a protocol specification for exchanging structured information in the implementation of Web Services in computer networks. It relies on Extensible Markup Language (XML) as its message format, and usually relies on other Application Layer protocols (most notably Remote Procedure Call (RPC) and HTTP) for message negotiation and transmission. SOAP can form the foundation layer of a web se...
more
Read article at Wikipedia
SOAP
Facts from the Community
From the Natural Language base
Complete Name:
- Simple Object Access Protocol
Abbreviations:
- SOAP
Similar topics in Freebase
-
Hypertext Transfer Protocol
Hypertext Transfer Protocol is a TCP based Protocol that was designed in 1980 to allow CERN researchers to transfer files, Hypertext Transfer Protocol ( HTTP ) is used to transfer HTML code and text exceptionally fast with extremely low overhead. -
Atom
The name Atom applies to a pair of related standards. The Atom Syndication Format is an XML language used for web feeds, while the Atom Publishing Protocol (AtomPub or APP) is a simple HTTP-based protocol for creating and updating web resources. Web feeds allow software programs to check for... -
JSON
JSON, short for JavaScript Object Notation, is a lightweight computer data interchange format. It is a text-based, human-readable format for representing simple data structures and associative arrays (called objects). The JSON format was originally specified in RFC 4627 by Douglas Crockford. The... -
JSON-RPC
JSON-RPC is a remote procedure call protocol encoded in JSON. It is a very simple protocol (and very similar to XML-RPC), defining only a handful of data types and commands. In contrast to XML-RPC or SOAP, it allows for bidirectional communication between the service and the client, treating each...