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

Web Services and Middleware

This document discusses web services and middleware. It explains that web services and middleware allow for more rapid, easy, and cost-effective program-to-program integration compared to traditional web program-to-user interactions. Key components that web services are built on include HTTP, XML, SOAP, WSDL, and UDDI. SOAP and WSDL use XML to describe method calls and their parameters.

Uploaded by

sabina manglin
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)
47 views6 pages

Web Services and Middleware

This document discusses web services and middleware. It explains that web services and middleware allow for more rapid, easy, and cost-effective program-to-program integration compared to traditional web program-to-user interactions. Key components that web services are built on include HTTP, XML, SOAP, WSDL, and UDDI. SOAP and WSDL use XML to describe method calls and their parameters.

Uploaded by

sabina manglin
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

Web Services and

Middleware;
Network

programming;
Low level data communications
Message and queuing services
Web Services and Middleware
application integration technology

Allows applications to be integrated more rapidly, easily


and less

expensively

program-to- program interactions whereas web for


program-to-user

interactions

allow companies to reduce the cost of doing e-business,


to deploy

solutions faster and to open up new opportunities


Web Services and Middleware
Web services model built on emerging standards such as

HTTP

XML

Simple Object Access Protocol (SOAP)

Web Services Description Language (WSDL)

Universal Description, Discovery and Integration


(UDDI)
Web Services and Middleware
developed in order to distribute an object and serve it to
various users

in the web environments

used in the server situations while solving the


web-scalability problem

of the other distributed object technologies

WSDL, and SOAP exploit XML.

WSDL is an XML describing the web service.

SOAP is an XML describing the called method, its


parameters, and its

return value, can be delivered over the HTTP


Web Services and
Middleware
A client that wants to be serviced should first find the supported services from
the pre-existing

registry before compiling a code.

After finding its services through searching, the client gains the Web Service
Description Language (WSDL) that a server previously registers. From the
WSDL, the client knows the service provider location and the parameters to
the found method.

After the client binds the described service during the compile time, it calls the
local agent whenever the client invokes a method call, and the local agent
delivers it to the server side agent through Simple Object Access Protocol
(SOAP) over HTTP, FTP, SMTP, and TCP during the runtime.

The server side agent activates the appropriate object, and delivers the
calls to the object.

You might also like