What must SOAP rely on for security since it does not provide security as a built-in capability?
What must SOAP rely on for security since it does not provide security as a built-in capability?
Simple Object Access Protocol (SOAP) must rely on an external mechanism for security since it does not provide built-in capabilities. Transport Layer Security (TLS) is a cryptographic protocol that provides communication security over a computer network. TLS is widely used to secure web communications and is an appropriate and common method to ensure security for SOAP messages during transmission. Therefore, SOAP relies on TLS for security.
SOAP relies on TLS for security
A. Encryption