SOAP Adapter

Simple object access protocol (SOAP)

Architecture

Functionality

SOAP is an XML-based protocol that enables applications to exchange information over HTTP. The SOAP adapter facilitates the exchange of SOAP messages between the Integration Server and source clients or target service servers. Additionally, the receiver SOAP adapter allows for the sending of SOAP messages using the SMTP protocol. Security settings can be specified for signing and verifying the SOAP body, and the standard for signing and verifying the SOAP message can also be specified. Services published in the Services Registry can be assigned a SOAP sender adapter, which is used during the consumption and creation of a web service. The SOAP message format consists of an Envelope, which contains a Header and a Body that contains the application data.

Capabilities

  • Ensures that an incoming structured payload (XML) from a client does not exceed 50 MB in size.

  • Allows configuring only HTTPS protocol-based SOAP endpoints for accepting incoming SOAP requests.

  • Supports configuring the inbound SOAP endpoints using the following security policies: HTTP Basic Authentication, OAuth 2.0.

  • Supports TLS server v1.2 in the trigger (inbound) direction.

Last updated