SNOW-CAD Platform Features and Integration Practice Question
A company is integrating ServiceNow with an external system using a custom SOAP web service. The external system requires WS-Security with a username token and a timestamp. How should the developer configure this?
⚠ Common exam trap
A common mix-up: candidates confuse HTTP-level authentication (like Basic Auth in headers) with WS-Security, which requires security tokens to be embedded inside the SOAP envelope itself, not in transport-level headers.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
Configure the WS-Security tab under the SOAP Message record with UsernameToken and timestamp.
ServiceNow's SOAP Message record includes a dedicated WS-Security tab where you can configure UsernameToken and timestamp elements to meet WS-Security requirements. This allows the platform to generate the proper SOAP envelope headers with the security token and timestamp, which the external system expects for authentication and message freshness validation.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Use a RESTMessageV2 with Basic Authentication.
Why it's wrong here
This does not provide WS-Security which is specific to SOAP.
- ✗
Add the username and password to the SOAP message's HTTP headers.
Why it's wrong here
HTTP headers are not WS-Security; WS-Security is embedded in the SOAP envelope.
- ✓
Configure the WS-Security tab under the SOAP Message record with UsernameToken and timestamp.
Why this is correct
The SOAP Message record has dedicated WS-Security settings.
- ✗
Set the SOAP action header to include the token.
Why it's wrong here
SOAP action is a different concept; WS-Security is in the header, not SOAP action.
Go deeper
Related to this question
About these practice questions
Courseiva writes every SNOW-CAD question from scratch — 481 in total, each with an explanation and a wrong-answer breakdown. None are copied from real exams or dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This SNOW-CAD practice question is part of Courseiva's free ServiceNow certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the SNOW-CAD exam.