Styrow.dev
Question 27 of 59

What is a RESTFul Web Services?

Question

What is a RESTFul Web Services?

Answer

Mostly, there are two kinds of Web Services which should be remembered in your next API testing interview:

  1. SOAP (Simple Object Access Protocol) - an XML-based method to expose web services.
  2. Web services developed in the REST style are referred to as RESTful web services. These web services use HTTP methods to implement the concept of REST architecture. A RESTful web service usually defines a URI, Uniform Resource Identifier a service, provides resource representation like JSON and a set of HTTP methods.