0% found this document useful (0 votes)
39 views6 pages

Mvs Webservices

Web services allow for standardized integration and exchange of information over the internet through interoperable and standardized protocols. They connect different web-based applications, with producers developing services and consumers wanting to access those services. Web services definitions and interfaces are described through WSDL, while UDDI acts as a registry service. The main types of web services are SOAP, using XML messages over HTTP, and REST, following principles of statelessness and caching while using multiple HTTP methods for CRUD operations.

Uploaded by

vineeth sagar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views6 pages

Mvs Webservices

Web services allow for standardized integration and exchange of information over the internet through interoperable and standardized protocols. They connect different web-based applications, with producers developing services and consumers wanting to access those services. Web services definitions and interfaces are described through WSDL, while UDDI acts as a registry service. The main types of web services are SOAP, using XML messages over HTTP, and REST, following principles of statelessness and caching while using multiple HTTP methods for CRUD operations.

Uploaded by

vineeth sagar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 6

Overview of Web Services

Web Services
Definition :
Web services describes a standardized way of integrating web-based applications for
exchange of information over the internet

Why do we need web services?

1. Interoperability- connect two different application


2. Standardized protocol

Requires medium and


Protocols to communicate

Producer Consumer

Develops a service Wants to consume a service


WDSL :
Contains information about web service.
Developed by Microsoft & IBM

UDDI :
It is a registry service
3 Directories :White pages , Yellow Pages ,Green pages
Types of Web Services
SOAP
Simple Object Access Protocol

XML file

SOAP Message structure – Envelope, header, body, fault


REST
Representational State Transfer

Principles: Stateless , Caching.

Uses HTTP Protocols

4 HTTP Methods –CRUD

Works with multiple formats


Thank You

You might also like