What are the advantages of using REST in Web API?
Answer Posted / lakshman
1.low resources required when working with rest service.
2.No contract between client and server so its loosely coupled
3.its light weighted service
4.supports various technologies for data transfer such as xml,json,html,text
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain
Define web service protocol stack?
What is web services in simple words?
Explain what is jaxp?
Name some frameworks in Java to implement SOAP web services?
What is difference between web container and web server?
Explain on which technology does xws security is based on?
How one can provide api to users?
Which property of the webmethod attribute allows you to maintain the state of objects across sessions in a web method?
Define entrust identification service?
How do I create asmx web service?
What are the methods to create web services?
How many communication protocols can be used to implement a soap message? Is soap messages are tied to any protocol?
Name the components to be published while deploying a web service?
Does a web service have state?