Info logo
Encyclopedia

  

Simple Object Access Protocol : SOAP

Home :: Up
Google
www.fastload.org

Simple Object Access Protocol : SOAP

The Simple Object Access Protocol (SOAP) is a simple and light-weight protocol for exchanging messages. SOAP is an extensible and decentralized framework that can work over multiple transport protocols. Remote procedure calls can be modeled as an interaction of several SOAP messages. SOAP is one of the enabling protocols for Web services.

SOAP can be run on top of all the Internet Protocols, but HTTP is the most common and the only one standardized by the W3C. SOAP is based on XML. It's design follows the "Head-Body" Pattern, not unlike HTML. The head contains meta-information[?] like information for routing, security and transactions. The body transports the main information.

See also:

External Link


Placing this code on your page will help others

This article is licensed under the GNU Free Documentation License.
You may copy and modify it as long as the entire work (including additions) remains under this license.
To view or edit this article at Wikipedia, follow this link.