Article | REF: H2740 V1

SOAP

Author: Michel RIVEILL

Publication date: May 10, 2002, Review date: June 16, 2016

You do not have access to this resource.
Click here to request your free trial access!

Already subscribed? Log in!


Overview

Français

Read this article from a comprehensive knowledge base, updated and supplemented with articles reviewed by scientific committees.

Read the article

AUTHOR

  • Michel RIVEILL: Professor at the University of Nice-Sophia-Antipolis

 INTRODUCTION

To communicate between two parts of the same application, or between two distinct applications, programmers have until now been able to use three proposals that are not easily compatible: COM+, the distributed version of Microsoft's object model, limited in practice to the Windows world; CORBA, the normative specification for a multi-platform, multi-language object bus; and the Enterprise Java Beans (EJB) model, an architecture specification for the construction and execution of Java components proposed by Sun. Irrespective of the contributions of the two, which are outside the scope of this study, few software gateways allow requests from one environment to be easily converted and accepted in another. It is therefore illusory to simply try to make several interconnection software buses ("middleware") cohabit within the same application. As the need is essential, several types of gateway exist.

Microsoft, IBM and others, observing that the incompatibilities and cumbersomeness of these proposals led to the development of solutions based on HTTP requests, introduced SOAP (Simple Object Access Protocol), a very simple protocol for communication between objects, based on the achievements of the Internet. In particular, SOAP uses XML to describe requests and HTTP to transport them, thus avoiding the problems associated with firewall filtering. These two widely-used standards are used instead of any other proprietary schema. To be more precise, SOAP consolidates and makes normative an existing "XML-RPC" proposal. SOAP, submitted to the IETF and adopted by the W3C, fills a gap in the Web.

The aim of this document is to present SOAP's operating principles and give a few examples of its use.

You do not have access to this resource.

Exclusive to subscribers. 97% yet to be discovered!

You do not have access to this resource.
Click here to request your free trial access!

Already subscribed? Log in!


The Ultimate Scientific and Technical Reference

A Comprehensive Knowledge Base, with over 1,200 authors and 100 scientific advisors
+ More than 10,000 articles and 1,000 how-to sheets, over 800 new or updated articles every year
From design to prototyping, right through to industrialization, the reference for securing the development of your industrial projects

This article is included in

Software technologies and System architectures

This offer includes:

Knowledge Base

Updated and enriched with articles validated by our scientific committees

Services

A set of exclusive tools to complement the resources

Practical Path

Operational and didactic, to guarantee the acquisition of transversal skills

Doc & Quiz

Interactive articles with quizzes, for constructive reading

Subscribe now!

Ongoing reading
SOAP