Why do we need Web service?

Why do we need to use Web service? We should use web services as it comes with various advantages listed below Re-usability Once we develop some business logic,we can make it reuse for other applications Example: If 10 different applications requires to use our logic We can expose our logic over a network as a […]

Share this article on

Types of web service

Types of web service We know that web service is a piece of logic provided through a network-accessible endpoint. The service consumer and provider uses messages to exchange the information. Web services can be classified as “SOAP” web services and “RESTful” web services. 1. SOAP Web service It’s based on SOAP protocol which stands for […]

Share this article on
< Previous Next >