SHARE
Facebook X Pinterest WhatsApp

Apache SOAP 2.2 Overview

Mar 8, 2002
ServerWatch content and product recommendations are editorially independent. We may make money when you click on links to our partners. Learn More



Definition of SOAP

SOAP (Simple Object Access Protocol) is a simple, lightweight protocol for structured and strong-type information exchange in a decentralized, distributed environment. The protocol is based on XML and consists of three parts:

  1. An envelope that describes the contents of the message and how to use it
  2. A set of rules for serializing data exchanged between applications
  3. A procedure to represent remote procedure calls, that is, the way in which queries and the resulting responses to the procedure are represented

Apache SOAP is a rather comprehensive implementation of SOAP. This thorough overview goes over the nuts and bolts of the protocol for enterprise looking to implement SOAP 2.2.

Similar to object distribution models (e.g., IIOP and DCOM), SOAP can call methods, services, components, and objects on remote servers. However, unlike these protocols, which use binary formats for the calls, SOAP uses text format (Unicode), with the help of XML, to structure the nature of the exchanges.

SOAP can generally operate with numerous protocols (e.g., FTP, SMTP and POP), but it is particularly well-suited for the HTTP protocol. It defines a reduced set of parameters that are specified in the HTTP header, making it easier to pass through proxies and firewalls.

Recommended for you...

What Is a Container? Understanding Containerization
What Is a Print Server? | How It Works and What It Does
Nisar Ahmad
Dec 8, 2023
6 Best Linux Virtualization Software for 2024
What Is a Network Policy Server (NPS)? | Essential Guide
ServerWatch Logo

ServerWatch is a top resource on servers. Explore the latest news, reviews and guides for server administrators now.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.