Multiple choice technology web technology

REST webservices don't require any wrapper around Http to communicate, the way SOAP based web services do ?

  1. True

  2. False

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

REST web services operate directly over standard HTTP methods like GET, POST, PUT, and DELETE without requiring an enveloping protocol format such as the XML envelope used by SOAP web services.