Auto-map SOAP activity output variables
The ServiceNow activity designer allows you to map parameter values in a SOAP test payload to variables in the Outputs stage automatically.
Antes de Iniciar
Por Que e Quando Desempenhar Esta Tarefa
Nota:
You can test input variables from any stage in the activity designer if you have
provided enough information for Orchestration to contact the endpoint and return
data. Typically, the Execution Command stage is the point at
which your inputs are ready for testing.
Procedimento
Provide credentials to access a SOAP message WSDL
If the SOAP WSDL you are requesting in a test payload requires authentication, you must provide basic auth credentials in either the SOAP message or the SOAP activity.
Antes de Iniciar
Role required: web_service_admin, activity_admin, activity_creator
The ServiceNow
instance only supports basic auth credentials for accessing a WSDL. If the SOAP
function or the SOAP message does not provide these credentials, you must configure
them in the SOAP activity template. Orchestration uses these priorities for deciding
which basic authentication credentials to use:
- SOAP message: Credentials for a SOAP message are used if no other credentials are defined.
- SOAP function: Credentials for a SOAP function override the credentials configured for the SOAP message.
- SOAP activity template: Credentials for a SOAP activity template override both the SOAP function and SOAP message credentials.