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.
始める前に
このタスクについて
注:
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.
手順
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.
始める前に
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.