Multiple choice technology security

Which of the protocols can be used together?

  1. SOAP and SAML

  2. SOAP and HTTP

  3. SSL and SOAP

  4. All

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

SOAP is an XML-based protocol that typically runs over HTTP for transport, making them commonly used together. SSL/TLS can secure the HTTP transport layer underneath SOAP. SAML is an authentication/authorization framework that can be integrated with SOAP-based services for identity management. These protocols serve different layers and can work in combination.