What are the advantages of using REST in Web API?
Answer / 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 |
What is the namespace for creating webservice?
What is meant by soap message?
Explain the term interoperability with respect of web services?
What are the advantages of having xml based web services?
What is the difference between the basic disk and dynamic disk?
What is the use of @XmlRootElement annotation?
Explain in brief different distributed technologies?
What is interoperability in web services?
Define web service protocol stack?
What is the need of <envelope> element in the soap document?
What is the difference between soap and rest web services?
What is UDDI?