SOAP 1.2 Web Service
This page describes the configuration for setting up a SOAP 1.2 Web Service Source
Last updated
This page describes the configuration for setting up a SOAP 1.2 Web Service Source
Last updated
To connect SOAP 1.2 Web Service as a Data Source, fill in the following parameters (image 1):
Parameter | Value |
authType | None WSSE - Will allow you to use a Username and Password to authenticate via a WS-Security SOAP envelope header. Basic - Will allow you to use a Username and Password to authenticate via a basic auth header |
usePasswordDigest | This is an optional boolean parameter and should only be used in the context of WSSE auth when the Password Type is of PasswordDigest. |
requestTimeout | Use this to set timeout for the request |
endPoint | This is the SOAP 1.2 Web Service API endpoint |
hasMtomResponse | This boolean parameter indicates whether or not it has an Mtom Response. Required to be true if the SOAP API response contains an attachment outside of the SOAP response message. See here for an example. |
recordXpath | XPATH result set which user want to sync data from. See here for more on XPATH. |
envelopeNamespace | The envelope namespace of the SOAP message. |
Add in your applicable columns (Image 2). Review the documentation here for information on the column types available.
Adding a filter section allows you to enter a CQL filter statement for your results (Image 3). See here for more information on adding a Filter.