Which of the protocols can be used together?
-
SOAP and SAML
-
SOAP and HTTP
-
SSL and SOAP
-
All
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.