GopalDas.Org

Posts Tagged: WebServices

Representational state transfer (REST) is a style of software architecture. REST is an “architectural style” that basically exploits the existing technology and protocols of the Web. RESTful is typically used to refer to web services […]

What is REST?

Representational State Transfer (REST) is an architectural style consisting of a coordinated set of constraints applied to components, connectors, and data elements, within a distributed hypermedia system. REST ignores the details of component implementation and […]

Why SOAP, not HTTP?

Before SOAP when two different applications talk to each other there are some proprietary protocols available like RMI/IIOP (Internet Inter-Orb Protocol) which obviously works well only with java (though there are ways you can work […]

There is huge difference between REST and SOAP. Comparing SOAP and REST is not just right as they are different things. Both approaches work, both have advantages and disadvantages to interfacing to web services, but […]

What is soap in web services