HTTP Status Codes

REST APIs use the Status-Line part of an HTTP response message to inform clients of their request’s overarching result. RFC 2616 defines the Status-Line syntax …

Difference between SOAP an REST APIs

SOAP – Simple Object Access Protocol – defines a very strongly typed messaging framework that relies heavily on XML and schemas. REST – REpresentational State …

HTTP Methods

REST APIs enable you to develop all kinds of web applications having all possible CRUD (create, retrieve, update, delete) operations. REST guidelines suggest using a …

Richardson Maturity Model

1. What is Richardson Maturity Model Leonard Richardson analyzed a hundred different web service designs and divided these designs into four categories. These categories are …