1.

What are the difference between SOAP and REST Web Services?

Answer»
S.noSOAPREST
1.It stands for Simple Object Access ProtocolIt stands for Representational State
2.It was a protocol and designed with a specification.It’s an ARCHITECTURAL STYLE in which web services can be treated as a RESTful service.
3.Can’t make use of RESTCan make use of SOAP
4.It uses service INTERFACES to expose its functionality to applicationsIt uses UNIFORM Service locators to access to the components on the hardware DEVICE


Discussion

No Comment Found