91-9990449935 0120-4256464 |
RESTful Web ServicesREST stands for REpresentational State Transfer. REST is an architectural style not a protocol. Advantages of RESTful Web ServicesFast: RESTful Web Services are fast because there is no strict specification like SOAP. It consumes less bandwidth and resource. Language and Platform independent: RESTful web services can be written in any programming language and executed in any platform. Can use SOAP: RESTful web services can use SOAP web services as the implementation. Permits different data format: RESTful web service permits different data format such as Plain Text, HTML, XML and JSON.
Next TopicSOAP vs Web Services
|