SOAP


 

+

Search Tips   |   Advanced Search

 

SOAP is a spec for the exchange of structured information in a decentralized, distributed environment, representing the main way of communication between the three key actors in a SOA:

A SOAP message is used to request a Web service.

 

SOAP 1.1

WAS follows the standards outlined in SOAP 1.1. SOAP was submitted to the World Wide Web Consortium (W3C) as the basis of the XML Protocol Working Group by several companies, including IBM and Lotus. This protocol consists of three parts:

SOAP 1.1 is a protocol-independent transport and can be used in combination with a variety of protocols. In Web services that are developed and implemented with WAS, SOAP is used in combination with HTTP, HTTP extension framework, and JMS. SOAP is also operating-system independent and not tied to any programming language or component technology.

As long as the client can issue XML messages, it does not matter what technology is used to implement the client. Similarly, the service can be implemented in any language, as long as the service can process SOAP messages. Also, both server and client sides can reside on any suitable platform.

 

SOAP 1.2

The SOAP 1.2 spec is also a W3C recommendation, and WAS follows the standards that are outlined in SOAP 1.2. The SOAP 1.2 spec comes in three parts plus some assertions and a test collection:

SOAP 1.2 provides a more specific definition of the SOAP processing model, which removes many of the ambiguities that sometimes led to interoperability problems in the absence of the WS-I profiles. SOAP 1.2 should reduce the chances of interoperability issues with SOAP 1.2 implementations between different vendors. Some of the more significant changes in the SOAP 1.2 spec include:

The JAX-WS standard introduces the ability to support both SOAP v1.1 and SOAP 1.2.



Subtopics
SOAP with Attachments API for Java interface
Differences in SAAJ versions
Message Transmission Optimization Mechanism
Differences in SOAP versions

 

Related

Web services specifications and APIs

 

Related information

SOAP V1.1 Note
SOAP V1.2