Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

SOAP template execution parameters

You use execution parameters to create the input process script in the Pre processing form of the activity designer.

For descriptions of the SOAP web service command fields, see the table in Configure the SOAP execution command.

Note: You must use the executionParam. prefix with all variables in this table.

NameVariableTypeUsage
Web service messageweb\_service\_messageReferenceThe sys\_id of the corresponding SOAP message.
Web service message functionweb-service\_message\_functionReferenceThe sys\_id of the SOAP message function.
Web service endpointweb\_service\_endpointStringURL of the SOAP endpoint.
ParametersparametersArray of JavaScript objectsArray of JavaScript objects, expressed with the `executionParam`. prefix. For instructions on creating arrays using this parameter, see Create a JavaScript array in a SOAP template.
Use mid serveruse\_mid\_serverBooleanWhen true, indicates that a MID Server is used.
MidCapabilitiesmidCapabilitiesString \(comma separated\)List of references to required MID Server capabilities.
Time outtime\_outStringAllowed duration of the SOAP web service request before it times out, in seconds. The default is 10.
ValueCapabilitiesvalueCapabilitiesArray of hashmapCapability values used to select the MID Server. For more information, see MID Server capabilities. Use this example to customize the MID Server selection if there are additional capabilities that are assigned by value:
var valueCapability = {'NEW_MID_CAPABIILTY':'NEW_MID_CAPABILITY_VALUE'}; executionParam.valueCapabilities.push(valueCapability);
Auth Typeauth\_typeBooleanType of credentials to use. The choices are:- basic\_auth\_pick\_credentials - use\_existing\_credentials
CredentialscredentialsReferenceCredentials to use for this SOAP message when the `auth_type` is `basic_auth_pick_credentials`.

Parent Topic:Create a SOAP web service activity