web service ppt

16
Web Service By : Shivang

Upload: harshang-rana

Post on 01-Nov-2014

124 views

Category:

Documents


7 download

DESCRIPTION

Web Service

TRANSCRIPT

Page 1: Web Service PPT

Web Service

By : Shivang

Page 2: Web Service PPT

Overview of Web Services Why web service? Web Service architecture Service oriented architecture SOAP (messaging) WSDL (service description) UDDI (registry)

Agenda

Page 3: Web Service PPT

A Web Service is a software system designed to support interoperable machine-to-machine interaction over a network.

Web services are small, reusable applications that help computers from many different operating system platforms work together by exchanging messages.

What is a Web Service?

Page 4: Web Service PPT

Web services are based on industry protocols that include XML (Extensible Markup Language),

SOAP (Simple Object Access Protocol), and WSDL (Web Services Description Language).

These protocols help computers work together across various platforms and programming languages.

Page 5: Web Service PPT

Why web service ?

Page 6: Web Service PPT

Terminology

Page 7: Web Service PPT

Web Service architecture

Page 8: Web Service PPT

Service oriented architecture

Page 9: Web Service PPT

Its lightweight XML-based messaging protocol  used to encode the information in  web service request and response messages before sending them over a network

SOAP messages are independent of any  operating system  or protocol and may be transported using a variety of Internet protocols

What is SOAP ?

Page 10: Web Service PPT

Platform independent Language independent Based on XML Simple and extensible Communication protocol Communication between applications Format for sending messages Designed to communicate via Internet

Features of SOAP

Page 11: Web Service PPT

SOAP message format

Page 12: Web Service PPT

WSDL is an XML-based language used to define Web Services and describe how to access them.

WSDL is an XML based protocol for information exchange in decentralized and distributed environments

WSDL is the standard format for describing a web service.

What is WSDL?

Page 13: Web Service PPT

WSDL is a language for describing how to interface with XML-based services.

WSDL definition describes how to access a web service and what operations it will perform.

WSDL is the language that UDDI uses. WSDL was developed jointly by Microsoft and IBM.

Continue

Page 14: Web Service PPT

Stands for Universal Description, Discovery and Integration Directory for storing information about Web Services Directory of Web Services interfaces described by WSDL Communicates via SOAP Built into the Microsoft .NET platform

What is UDDI ?

Page 15: Web Service PPT

Interoperability Usability Reusability Deployability

Web Service Advantages

Page 16: Web Service PPT

Thank You