0 votes
in SOAPUI by
What is REST and RESTFUL

1 Answer

0 votes
by

REST represents REpresentational State Transfer; it is a relatively new aspect of writing web API.

RESTFUL is referred for web services written by applying REST architectural concept are called RESTful services, it focuses on system resources and how state of resource should be transported over HTTP protocol to different clients written in different language. In RESTFUL web service HTTP methods like GET, POST, PUT and DELETE can be used to perform CRUD operations

Related questions

0 votes
0 votes
0 votes
0 votes
0 votes
asked Dec 3, 2019 in SOAPUI by Sinaya
0 votes
0 votes
asked Dec 3, 2019 in SOAPUI by Sinaya
0 votes
asked Dec 3, 2019 in SOAPUI by Sinaya
0 votes
asked Nov 30, 2019 in SOAPUI by Sinaya
...