Multiple choice technology web technology

A web service is called over which of the following protocols, please select the correct options

  1. SOAP

  2. Http

  3. RMI-IIOP

  4. RPC

Reveal answer Fill a bubble to check yourself
A,B Correct answer
Explanation

Web services are called over standard web protocols, primarily HTTP/HTTPS. SOAP (Simple Object Access Protocol) is the most common protocol wrapper, but REST services use plain HTTP. RMI-IIOP and RPC are different protocols not typically used for web services.