WSDL
SOAP
UDDI
GROUP 5
JAKE MONTEJO
BEBERLY MONTEJO
JOSHUA MACASERO
WSDL
The Web Services Description
Language (WSDL)is an XML-based interface
description language, that is used for describing
the functionality offered by a web services. The
acronym is also used for any specific WSDL
description of a web service (also referred to as
a WSDL file), which provides a machine-readable
description of how the service can be called, what
parameters it expects, and what data structures
it returns. Therefore, its purpose is roughly
similar to that of a type signature in a
programming language.
FILE
SOAP EXAMPLE.
SOAP ( Simple Object Access Protocol) is a
message protocol that allows distributed elements
of an application to communicate. SOAP can be
carried over a variety of lower-level SOAP then
routes to. Stringing messages through a sequence
of steps is protocols, including the web-related
Hypertext Transfer Protocol (HTTP). SOAP
defines a header structure that identifies the actions
that various SOAP nodes are expected to take on
the message, in addition to a payload structure for
carrying information. The concept of routing a
message through a string of nodes that perform
different functions is how SOAP supports things
like addressing, security and format-
independence. Essentially, the headers identify
roles, which in turn provide the SOA features
which common in today’s micro service-centric
development environments.
Universal Description Discovery and
Integration (UDDI) is a set of specifications
defining a registry service for Web services
and for other electronic and non-electronic
services.
UDDI registry works in the following
manner:
A service provider registers its business with
the UDDI registry.
A service provider registers, separately, each
service with the UDDI registry.
The service consumer looks up the business
and services in the UDDI registry.
The service consumer binds to the service
provider and uses the service.