Raman Kumar (071313) Project Guide:-Mr. Yashwant Singh Group No. 47
Raman Kumar (071313) Project Guide:-Mr. Yashwant Singh Group No. 47
Gurdeep Kansal(071265)
Raman Kumar(071313)
Project Guide:-
Mr. Yashwant Singh
Group No. 47
Overview
Web services involve many technologies:
WSDL to learn about web service
to call: proxy objects, SOAP, XML, HTTP and .ASMX pages
web service
WSDL
client app obj
obj
.asmx
proxy
Web server
SOAP msg (XML)
HTTP request
Web Services Basics
Web services are applications, available over the
Internet, that provide some kind of service, either
programmatic or informative, to other applications.
Web services differ from Web applications in that they
generally involve application-to-application
communication, and are not intended to be accessed
via a Web browser
Example
Google
6
Underlying Standards
XML - Extensible Markup Language
SOAP – exchanging XML messages on a network
WSDL – describing interfaces of Web services
UDDI – managing registries of Web services
Application 1 Application 2
XML
To picture this we have two applications communicating over the internet using an
agreed message format – encoded as XML.
Working with web services
Two steps:
http://localhost/WebService/Service1.asmx