SOAP, aka Simple Object Access Protocol, is a xml format created in 1998 by Dave Winer and Don Box and Bob Atkinson and Mohsen Al-Ghosein.
#85on PLDB | 25Years Old | 10.5kUsers |
11Books | 8Papers |
SOAP (originally Simple Object Access Protocol) is a protocol specification for exchanging structured information in the implementation of web services in computer networks. Its purpose is to induce extensibility, neutrality and independence. It uses XML Information Set for its message format, and relies on application layer protocols, most often Hypertext Transfer Protocol (HTTP) or Simple Mail Transfer Protocol (SMTP), for message negotiation and transmission. Read more on Wikipedia...
POST /InStock HTTP/1.1
Host: www.example.org
Content-Type: application/soap+xml; charset=utf-8
Content-Length: 299
SOAPAction: "http://www.w3.org/2003/05/soap-envelope"
<?xml version="1.0"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:m="http://www.example.org/stock/Manikandan">
<soap:Header>
</soap:Header>
<soap:Body>
<m:GetStockPrice>
<m:StockName>GOOGLE</m:StockName>
</m:GetStockPrice>
</soap:Body>
</soap:Envelope>
title | authors | year | publisher |
---|---|---|---|
Programming Web Services With SOAP | James Snell and Doug Tidwell and Pavel Kulchenko | 2002 | O'Reilly Media |
XML and Soap Programming for BizTalk Servers (DV-MPS Programming) | Travis, Brian E | 2000 | Microsoft Press |
Soap Operas Worldwide: Cultural and Serial Realities | Marilyn J. Matelski | 2012 | McFarland & Company, Incorporated Publishers |
Java and SOAP | Englander, Robert | 2002 | O'Reilly Media |
J2EE Web Services: XML SOAP WSDL UDDI WS-I JAX-RPC JAXR SAAJ JAXP | Monson-Haefel, Richard | 2003 | Addison Wesley Publishing Company |
The Survival of Soap Opera: Transformations for a New Media Era | 2010 | University Press of Mississippi | |
The Soap Opera Paradigm: Television Programming and Corporate Priorities | Wittebols, James H. | 2004 | Rowman & Littlefield Publishers |
SOAP Programming with Java | Brogden, Bill and Brogden, William B. | 2002 | Sybex Inc |
Soap Operas Worldwide: Cultural and Serial Realities | Matelski, Marilyn J. | 1998 | McFarland Publishing |
Advanced Soap Programming | Adams and Ryan | ||
Java and SOAP | Robert Englander | 20020520 | O'Reilly Media, Inc. |