Simple Object Access Protocol (SOAP)

This section on SOAP provides an overview of its objectives, capabilities, and potential uses. You should read the entire SOAP specification (the latest version is 1.2, available at http://www.w3.org) to understand it before designing Web Services.

SOAP includes a specific definition of an XML document, which can be used to exchange structured and typed information. SOAP is a stateless, one-way XML message exchange mechanism; applications or adapters can extend it to support more complex integration scenarios, including conversations (request response), multicast, and so on. SOAP does not define the routing, transformation, message delivery, and so on. It depends on the underlying transport infrastructure ...

Get Java™ Connector Architecture: Building Custom Connectors and Adapters now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.