---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# SOAP template execution parameters

# SOAP template execution parameters {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

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](https://servicenow-prod.fluidtopics.net/CDBgphDF6lbeo7YxvfjlkQ "Use the input variables you created to configure the command that Orchestration executes on the SOAP endpoint.").  
Hinweis:  
You must use the `executionParam.` prefix with all variables in this table.  
{#r_SOAPTemplateExecutionParams__table_bnp_vzn_cr__entry__4}

| Name | Variable | Type | Usage |
|-|-|-|-|
| Web service message | web_service_message | Reference | The sys_id of the corresponding SOAP message. |
| Web service message function | web-service_message_function | Reference | The sys_id of the SOAP message function. |
| Web service endpoint | web_service_endpoint | String | URL of the SOAP endpoint. |
| Parameters | parameters | Array of JavaScript objects | Array 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](https://servicenow-prod.fluidtopics.net/ClR3u3svFfM~l~odJ0Otdg "These are instructions for creating JavaScript arrays using SOAP execution parameters."). |
| Use mid server | use_mid_server | Boolean | When true, indicates that a MID Server is used. |
| MidCapabilities | midCapabilities | String (comma separated) | List of references to required MID Server capabilities. |
| Time out | time_out | String | Allowed duration of the SOAP web service request before it times out, in seconds. The default is 10. |
| ValueCapabilities | valueCapabilities | Array of hashmap | Capability values used to select the MID Server. For more information, see [MID Server capabilities](https://servicenow-prod.fluidtopics.net/Ixqp8gLvT6tnD2ksANEvaQ "MID Server capabilities define the specific functions of a MID Server within an IP address range."). 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 Type | auth_type | Boolean | Type of credentials to use. The choices are: * basic_auth_pick_credentials * use_existing_credentials {#r_SOAPTemplateExecutionParams__ul_scy_s14_cr} |
| Credentials | credentials | Reference | Credentials to use for this SOAP message when the `auth_type` is `basic_auth_pick_credentials`. |
[Tabelle : 1. SOAP execution parameters]

{#r_SOAPTemplateExecutionParams__table_bnp_vzn_cr}

