Embed presentation







Web services allow client and server applications to communicate over HTTP. There are two main types of web services - SOAP-based "big" web services that use XML and WSDL standards, and RESTful web services using Representational State Transfer which are well suited for basic integration. RESTful web services are stateless, leverage caching for performance, and have a mutual understanding of context between provider and consumer.






