Salesforce Certified Platform Developer II — Question 134
An integration user makes a successful login() call via the SOAP API.
What can be used in the SOAP header to provide server authorization for subsequent API requests?
Answer options
- A. Named Credentials
- B. Session ID
- C. OAuth access token
- D. Security token
Correct answer: B
Explanation
The correct answer is B, as the Session ID obtained from the login() call is required for authentication in subsequent SOAP API requests. Named Credentials, OAuth access tokens, and Security tokens serve different purposes and are not used directly in the SOAP header for this specific scenario.