SOAP 1.2 web service
Last updated
Was this helpful?
Last updated
Was this helpful?
SOAP (Simple Object Access Protocol) is an XML-based protocol for accessing web services over HTTP.
SOAP allows applications running on different operating systems to communicate using different technologies and programming languages. You can use SOAP APIs to create, retrieve, update or delete records, such as passwords, accounts, leads, and custom objects, from a server.
The SOAP 1.2 Web Service destination supports batch and real-time syncs.
The following table outlines the mandatory and optional parameters you will find on the Destination tab (Image 1).
The following parameters will help to define your data sync destination and how it functions.
Destination
Mandatory. Select your destination from the drop down menu.
SOAP 1.2 Web Service
## Next steps
If you are running a batch sync, click Jobs > Start a Job to begin your sync.
Namespace Value
Mandatory. The URL of the
Has
This is required to be true if the SOAP API response contains an attachment outside of the SOAP response message.
The namespace prefix to use for the SOAP request elements.
This value will default to soapenv
as associated with the following schema:
You can append the default value, if you wish. For example, setting the value to "foo" would result in the soap request being prefixed with the "foo" namespace.
The URL describing this namespace in the response. By default, the Connections UI will populate this field with , however you can delete this value or add additional values, as needed. In the below snippet this value is ""\
| "" |
You can add in Request Headers by
This section should be used if you have a set of data from a SOAP API that you need to reconcile against; therefore it should always be used when doing Full-File syncs. You can follow to set up this section.
You have the option to add a destination filter to your data sync. Please review the documentation here for more information on
Define your Note that if you are doing a Full-File sync, the API Specification > SOAP 1.2 Source section should be filled in.
Add in your , if required.
Define your .
If you are running a real-time sync, and enable it to begin your sync.