Jump to content

SOAP

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mav (talk | contribs) at 22:27, 7 October 2002 (Wikified see also area). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

The Simple Object Access Protocol is a standard by the World Wide Web Consortium, which describes how objects which may be in different processes can communicate by exchanging XML data. In contrast to CORBA and DCOM which are binary standards, SOAP uses XML as an on-the-wire protocol which arguably makes debugging and maintaining distributed systems easier, at the cost of increased bandwidth requirements and extra processing at both ends of the data transfer.

It is commonly abbreviated as SOAP in technical literature.

See also: XML-RPC, WSDL

XML protocol activity