Soap Plugin
SOAP ( Simple Object Access Protocol) is a message protocol that allows distributed elements of an application to communicate. SOAP can be carried over a variety of lower-level protocols, including the web-related Hypertext Transfer Protocol (HTTP). SOAP defines a header structure that identifies the actions that various SOAP nodes are expected to take on the message, in addition to a payload structure for carrying information.
SOAP web services use XML for data exchange between the client application and a web service. A SOAP request consists of the root Envelope element that has two child elements – Header and Body. Header is an optional element that can contain some extra information to be passed to the web service. Body is a required element and contains data specific to the called web service method.
You can use this plugin to make SOAP calls using ShuffleExchange platform.
To make a successful connection you need to provide the below details.
- Select the Plugin_SOAPv1.0 from the Plugin dropdown.
- Provide the name for the connection.
- Select the environment as per your environment like TEST,STAGING, PROD etc.
- Provide the soap endpoint URL.
- RequestHeaders determines the specifics, extra requirements for the message.
e.g.The Content-Type header for SOAP requests and responses specifies the MIME type for the message and is always text/xml.
- Select the method type like GET,POST, PUT etc.
- Provide the SOAP action name to check the connection.
- Provide the parameters if any when the method requires to return the data.
- Provide the Username and password to access the soap endpoint.


After providing all the details click on Test to make the connection successful.