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 can be invoked over both SOAP (XML-based protocol with Envelope/Header/Body) and HTTP (direct REST-style calls). RMI-IIOP and RPC are different protocols (Java RMI and generic RPC, not standard web service protocols).