SlideShare a Scribd company logo
1 of 17
WEB SERVICES 
Bhargav Tailor 
bhargavtailor6@hotmail.com 
9974218047
WHY WEB SERVICES NEEDED 
…………..? 
 While creating a website that display Local, national 
and International news to its user . 
 So that you do not have enough resource and budget to 
collect the latest news and keep the content of website 
up-to-date. 
 we can easily do this , we can gather the news from 
other News websites and simply display on our websites 
 We can do this easily with the help of Web services , 
Which allow your website to communicate with the 
other News websites
WHAT IS ACTUALLY WEB 
SERVICES..? 
 A web services is an entity that can be 
programmed to provide a particular functionality 
to any number of application over the internet 
 Web services can be use by any web application , 
no matter whatever programming language is 
used or hardware platform and operating system 
on which application is running 
 Web services does not have any user interface . It 
just provide s specific services to website 
 Before web services is introduce there is many 
technologies are used such as DCOM and 
CORBA but web services is more popular
FULL FORM OF DCOM & CORBA 
 DCOM : - Distributed Component Object Model 
 CORBA : - Common Object Request Broker 
Architecture
[CONT..] 
 Web services are most appropriate to be used while 
communicating across cross-platform or making 
trusted connection between server and the client
BENEFITS OF WEB SERVICES 
 It is simple because of which they can be 
implemented on various platform 
 Web services is loosely coupled because of which 
their interface and methods can be extended 
 Web services do not carry any state information 
from web pages
HOW CALL WEB SERVICES 
METHOD…?
WEB SERVICES COMPLIES WITH 
COMMON INDUSTRY STANDARDS .. 
Simple Object Access Protocol (SOAP) 
Web Services Description Language 
(WSDL)
SOAP (SIMPLE OBJECT ACCESS PROTOCOL) 
 SOAP allows web services to communicate with 
other Web Application over the Internet . 
 SOAP is a simple XML-based Protocol to let 
exchange information over HTTP. SOAP is a 
Protocol for accessing Web services . 
 SOAP Specifies a format for the XML Message 
using which the web application request and 
receive we services from a web Server
TWO FEATURES OF SOAP SUPPORT FOR 
THIS 
[CONT..] 
 Remote Procedure Calls : Remote web application 
sends a SOAP message that contains a request to 
a Procedure of Web services . 
 Platform Independent : Web services can be 
developed using any programming language not 
necessary to use same language used in web 
application
WSDL (WEB SERVICES DESCRIPTION 
LANGUAGE) 
 WSDL allow consumer of a Web services to know 
about the web services before interacting with it. 
 It describe all the information required to use a 
Web services that are Following. 
Operation : Refer to the mechanism used by the 
web services to exchange message with the 
consumer of the web services. 
Bindings : Refer to the protocol used by the web 
service to the interact with consumer of the web 
services . 
Endpoint : Refer to the Location of a Binding.
[CONT..] 
 We can use WSDL to describe a web services 
with the help of XML therefore you can use 
WSDL to describe a web services that can be 
used by the application create using different 
platform and programming language . 
 WSDL is a document written in XML. The 
document describes a Web service. It specifies 
the location of the service and the operations the 
service exposes.
MAJOR ELEMENT OF WSDL 
[CONT..] 
 <type> : A container for data type definitions 
used by the web service. 
 <message> : A typed definition of the data being 
communicated. 
 <portType> : A set of operations supported by one 
or more endpoints. 
 <binding> : Describe how a protocol can be used 
with particular Interface
LOCATING WEB SERVICES.. 
 The URL of the web services that you want to 
use in your application , so you will just place it 
in a configuration file . 
 In other situation you might have to search URL 
of the Web services at application runtime . 
 There is two method to search URL for web 
services. 
 DISCO (Discovery) 
 UDDI (Universal Description ,Discovery and 
Integration)
DISCO.. 
It a standard that creates a list of related web 
services in a file, called DISCO file . 
An Organization can publish its own DISCO 
file on the server, so that client can accessed 
this file to determine what all web services are 
available
UDDI 
 It a Centralized directory where different Web 
services offered by different Organization are 
published 
 Client can Search required Web services in the 
Directory
THANK YOU

More Related Content

What's hot

Xml web services
Xml web servicesXml web services
Xml web servicesRaghu nath
 
Introduction to web services and how to in php
Introduction to web services and how to in phpIntroduction to web services and how to in php
Introduction to web services and how to in phpAmit Kumar Singh
 
Exposing EJBs As Web Services
Exposing EJBs As Web ServicesExposing EJBs As Web Services
Exposing EJBs As Web ServicesSubin Sugunan
 
Web service assignment
Web service assignmentWeb service assignment
Web service assignmentancymary1996
 
SOA - From Webservices to APIs
SOA - From Webservices to APIsSOA - From Webservices to APIs
SOA - From Webservices to APIsHolger Reinhardt
 
Web Service Presentation
Web Service PresentationWeb Service Presentation
Web Service Presentationguest0df6b0
 
Web service implementation
Web service implementationWeb service implementation
Web service implementationYatindra Sahu
 
Introduction to webservices
Introduction to webservicesIntroduction to webservices
Introduction to webservicesGagandeep Singh
 
Xml For Dummies Chapter 15 Using Xml With Web Servicesit-slideshares.blogsp...
Xml For Dummies   Chapter 15 Using Xml With Web Servicesit-slideshares.blogsp...Xml For Dummies   Chapter 15 Using Xml With Web Servicesit-slideshares.blogsp...
Xml For Dummies Chapter 15 Using Xml With Web Servicesit-slideshares.blogsp...phanleson
 
Soap web service
Soap web serviceSoap web service
Soap web serviceNITT, KAMK
 
Develop ASP.Net Web Service
Develop ASP.Net Web Service Develop ASP.Net Web Service
Develop ASP.Net Web Service Safaa Farouk
 
Description of soa and SOAP,WSDL & UDDI
Description of soa and SOAP,WSDL & UDDIDescription of soa and SOAP,WSDL & UDDI
Description of soa and SOAP,WSDL & UDDITUSHAR VARSHNEY
 

What's hot (20)

Xml web services
Xml web servicesXml web services
Xml web services
 
KO on Web Services
KO on Web ServicesKO on Web Services
KO on Web Services
 
Introduction to web services and how to in php
Introduction to web services and how to in phpIntroduction to web services and how to in php
Introduction to web services and how to in php
 
Exposing EJBs As Web Services
Exposing EJBs As Web ServicesExposing EJBs As Web Services
Exposing EJBs As Web Services
 
Web service assignment
Web service assignmentWeb service assignment
Web service assignment
 
Java web services
Java web servicesJava web services
Java web services
 
Web Services
Web ServicesWeb Services
Web Services
 
Web service
Web serviceWeb service
Web service
 
SOA - From Webservices to APIs
SOA - From Webservices to APIsSOA - From Webservices to APIs
SOA - From Webservices to APIs
 
Understanding Web services
Understanding Web servicesUnderstanding Web services
Understanding Web services
 
Web Service Presentation
Web Service PresentationWeb Service Presentation
Web Service Presentation
 
SOA & WCF
SOA & WCFSOA & WCF
SOA & WCF
 
Web service implementation
Web service implementationWeb service implementation
Web service implementation
 
Introduction to webservices
Introduction to webservicesIntroduction to webservices
Introduction to webservices
 
Web services
Web servicesWeb services
Web services
 
Xml For Dummies Chapter 15 Using Xml With Web Servicesit-slideshares.blogsp...
Xml For Dummies   Chapter 15 Using Xml With Web Servicesit-slideshares.blogsp...Xml For Dummies   Chapter 15 Using Xml With Web Servicesit-slideshares.blogsp...
Xml For Dummies Chapter 15 Using Xml With Web Servicesit-slideshares.blogsp...
 
Soap web service
Soap web serviceSoap web service
Soap web service
 
Web services
Web servicesWeb services
Web services
 
Develop ASP.Net Web Service
Develop ASP.Net Web Service Develop ASP.Net Web Service
Develop ASP.Net Web Service
 
Description of soa and SOAP,WSDL & UDDI
Description of soa and SOAP,WSDL & UDDIDescription of soa and SOAP,WSDL & UDDI
Description of soa and SOAP,WSDL & UDDI
 

Similar to Web services

Web Services in Cloud Computing.pptx
Web Services in Cloud Computing.pptxWeb Services in Cloud Computing.pptx
Web Services in Cloud Computing.pptxssuser403d87
 
WebService-Java
WebService-JavaWebService-Java
WebService-Javahalwal
 
Advancio, Inc. Academy: Web Sevices, WCF & SOAPUI
Advancio, Inc. Academy: Web Sevices, WCF & SOAPUIAdvancio, Inc. Academy: Web Sevices, WCF & SOAPUI
Advancio, Inc. Academy: Web Sevices, WCF & SOAPUIAdvancio
 
Web services concepts, protocols and development
Web services concepts, protocols and developmentWeb services concepts, protocols and development
Web services concepts, protocols and developmentishmecse13
 
Web Service Implementation Using ASP.NET
Web Service Implementation Using ASP.NETWeb Service Implementation Using ASP.NET
Web Service Implementation Using ASP.NETPonraj
 
Dot net training-navimumbai
Dot net training-navimumbaiDot net training-navimumbai
Dot net training-navimumbaivibrantuser
 
Anatomy Of A Web Service
Anatomy Of A Web ServiceAnatomy Of A Web Service
Anatomy Of A Web Servicekchavd01
 
Day1 : web service basics
Day1 :  web service basics Day1 :  web service basics
Day1 : web service basics Testing World
 
Understanding Web Services by software outsourcing company india
Understanding Web Services by software outsourcing company indiaUnderstanding Web Services by software outsourcing company india
Understanding Web Services by software outsourcing company indiaJignesh Aakoliya
 

Similar to Web services (20)

Web Services in Cloud Computing.pptx
Web Services in Cloud Computing.pptxWeb Services in Cloud Computing.pptx
Web Services in Cloud Computing.pptx
 
WebService-Java
WebService-JavaWebService-Java
WebService-Java
 
Advancio, Inc. Academy: Web Sevices, WCF & SOAPUI
Advancio, Inc. Academy: Web Sevices, WCF & SOAPUIAdvancio, Inc. Academy: Web Sevices, WCF & SOAPUI
Advancio, Inc. Academy: Web Sevices, WCF & SOAPUI
 
Web services
Web servicesWeb services
Web services
 
Web services
Web servicesWeb services
Web services
 
Web services concepts, protocols and development
Web services concepts, protocols and developmentWeb services concepts, protocols and development
Web services concepts, protocols and development
 
web technologies Unit 5
 web technologies Unit 5 web technologies Unit 5
web technologies Unit 5
 
Web Programming
Web ProgrammingWeb Programming
Web Programming
 
Web Service Implementation Using ASP.NET
Web Service Implementation Using ASP.NETWeb Service Implementation Using ASP.NET
Web Service Implementation Using ASP.NET
 
Dot net training-navimumbai
Dot net training-navimumbaiDot net training-navimumbai
Dot net training-navimumbai
 
Unit 5 WEB TECHNOLOGIES
Unit 5 WEB TECHNOLOGIES Unit 5 WEB TECHNOLOGIES
Unit 5 WEB TECHNOLOGIES
 
Anatomy Of A Web Service
Anatomy Of A Web ServiceAnatomy Of A Web Service
Anatomy Of A Web Service
 
SOA web services concepts
SOA web services conceptsSOA web services concepts
SOA web services concepts
 
Application.pdf
Application.pdfApplication.pdf
Application.pdf
 
Day1 : web service basics
Day1 :  web service basics Day1 :  web service basics
Day1 : web service basics
 
Understanding Web Services by software outsourcing company india
Understanding Web Services by software outsourcing company indiaUnderstanding Web Services by software outsourcing company india
Understanding Web Services by software outsourcing company india
 
API.pdf
API.pdfAPI.pdf
API.pdf
 
UNIT 3 web iiiBCA.pptx
UNIT 3 web iiiBCA.pptxUNIT 3 web iiiBCA.pptx
UNIT 3 web iiiBCA.pptx
 
Presentation1REVIEW
Presentation1REVIEWPresentation1REVIEW
Presentation1REVIEW
 
dotNETfinal.ppt
dotNETfinal.pptdotNETfinal.ppt
dotNETfinal.ppt
 

Recently uploaded

Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application ) Sakshi Ghasle
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfUmakantAnnand
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactdawncurless
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppCeline George
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxGaneshChakor2
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 

Recently uploaded (20)

Hybridoma Technology ( Production , Purification , and Application )
Hybridoma Technology  ( Production , Purification , and Application  ) Hybridoma Technology  ( Production , Purification , and Application  )
Hybridoma Technology ( Production , Purification , and Application )
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Concept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.CompdfConcept of Vouching. B.Com(Hons) /B.Compdf
Concept of Vouching. B.Com(Hons) /B.Compdf
 
Accessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impactAccessible design: Minimum effort, maximum impact
Accessible design: Minimum effort, maximum impact
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
URLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website AppURLs and Routing in the Odoo 17 Website App
URLs and Routing in the Odoo 17 Website App
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
CARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptxCARE OF CHILD IN INCUBATOR..........pptx
CARE OF CHILD IN INCUBATOR..........pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 

Web services

  • 1. WEB SERVICES Bhargav Tailor bhargavtailor6@hotmail.com 9974218047
  • 2. WHY WEB SERVICES NEEDED …………..?  While creating a website that display Local, national and International news to its user .  So that you do not have enough resource and budget to collect the latest news and keep the content of website up-to-date.  we can easily do this , we can gather the news from other News websites and simply display on our websites  We can do this easily with the help of Web services , Which allow your website to communicate with the other News websites
  • 3. WHAT IS ACTUALLY WEB SERVICES..?  A web services is an entity that can be programmed to provide a particular functionality to any number of application over the internet  Web services can be use by any web application , no matter whatever programming language is used or hardware platform and operating system on which application is running  Web services does not have any user interface . It just provide s specific services to website  Before web services is introduce there is many technologies are used such as DCOM and CORBA but web services is more popular
  • 4. FULL FORM OF DCOM & CORBA  DCOM : - Distributed Component Object Model  CORBA : - Common Object Request Broker Architecture
  • 5. [CONT..]  Web services are most appropriate to be used while communicating across cross-platform or making trusted connection between server and the client
  • 6. BENEFITS OF WEB SERVICES  It is simple because of which they can be implemented on various platform  Web services is loosely coupled because of which their interface and methods can be extended  Web services do not carry any state information from web pages
  • 7. HOW CALL WEB SERVICES METHOD…?
  • 8. WEB SERVICES COMPLIES WITH COMMON INDUSTRY STANDARDS .. Simple Object Access Protocol (SOAP) Web Services Description Language (WSDL)
  • 9. SOAP (SIMPLE OBJECT ACCESS PROTOCOL)  SOAP allows web services to communicate with other Web Application over the Internet .  SOAP is a simple XML-based Protocol to let exchange information over HTTP. SOAP is a Protocol for accessing Web services .  SOAP Specifies a format for the XML Message using which the web application request and receive we services from a web Server
  • 10. TWO FEATURES OF SOAP SUPPORT FOR THIS [CONT..]  Remote Procedure Calls : Remote web application sends a SOAP message that contains a request to a Procedure of Web services .  Platform Independent : Web services can be developed using any programming language not necessary to use same language used in web application
  • 11. WSDL (WEB SERVICES DESCRIPTION LANGUAGE)  WSDL allow consumer of a Web services to know about the web services before interacting with it.  It describe all the information required to use a Web services that are Following. Operation : Refer to the mechanism used by the web services to exchange message with the consumer of the web services. Bindings : Refer to the protocol used by the web service to the interact with consumer of the web services . Endpoint : Refer to the Location of a Binding.
  • 12. [CONT..]  We can use WSDL to describe a web services with the help of XML therefore you can use WSDL to describe a web services that can be used by the application create using different platform and programming language .  WSDL is a document written in XML. The document describes a Web service. It specifies the location of the service and the operations the service exposes.
  • 13. MAJOR ELEMENT OF WSDL [CONT..]  <type> : A container for data type definitions used by the web service.  <message> : A typed definition of the data being communicated.  <portType> : A set of operations supported by one or more endpoints.  <binding> : Describe how a protocol can be used with particular Interface
  • 14. LOCATING WEB SERVICES..  The URL of the web services that you want to use in your application , so you will just place it in a configuration file .  In other situation you might have to search URL of the Web services at application runtime .  There is two method to search URL for web services.  DISCO (Discovery)  UDDI (Universal Description ,Discovery and Integration)
  • 15. DISCO.. It a standard that creates a list of related web services in a file, called DISCO file . An Organization can publish its own DISCO file on the server, so that client can accessed this file to determine what all web services are available
  • 16. UDDI  It a Centralized directory where different Web services offered by different Organization are published  Client can Search required Web services in the Directory