Multiple choice technology web technology Which of the following is true about SOAP? SOAP is for HTTP only SOAP can be used in combination with any protocol that can carry a SOAP envelope All the above none of the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation SOAP is protocol-agnostic. While commonly used with HTTP, SOAP envelopes can be transported over any protocol that can carry XML/text - SMTP, JMS, TCP, etc. Option A incorrectly restricts SOAP to HTTP only.