RSISIPL1 SERVICE ORIENTED ARCHITECTURE (SOA) By Pavan By Pavan.

Slides:



Advertisements
Similar presentations
웹 서비스 개요.
Advertisements

18 Copyright © 2005, Oracle. All rights reserved. Distributing Modular Applications: Introduction to Web Services.
The Next Generation Network Enabled Weather (NNEW) SWIM Application Asia/Pacific AMHS/SWIM Workshop Chaing Mai, Thailand March 5-7, 2012 Tom McParland,
Web Service Architecture
Siebel Web Services Siebel Web Services March, From
Overview of Web Services
Web Service Ahmed Gamal Ahmed Nile University Bioinformatics Group
Web Services Nasrullah. Motivation about web service There are number of programms over the internet that need to communicate with other programms over.
Web Service Standards Relevant to SOA
1 Introduction to XML. XML eXtensible implies that users define tag content Markup implies it is a coded document Language implies it is a metalanguage.
1 Introduction to SOA. 2 The Service-Oriented Enterprise eXtensible Markup Language (XML) Web services XML-based technologies for messaging, service description,
Latest techniques and Applications in Interprocess Communication and Coordination Xiaoou Zhang.
A New Computing Paradigm. Overview of Web Services Over 66 percent of respondents to a 2001 InfoWorld magazine poll agreed that "Web services are likely.
The Frontier of GIS GIS Web Services Nadine Alameh, Global Science & Technology Next Generation of Community Statistical Systems Tampa, Florida March 14,
Web Services Andrea Miller Ryan Armstrong Alex. Web services are an emerging technology that offer a solution for providing a common collaborative architecture.
2006 IEEE International Conference on Web Services ICWS 2006 Overview.
Systems Architecture, Fourth Edition1 Internet and Distributed Application Services Chapter 13.
CS 415 N-Tier Application Development By Umair Ashraf July 6,2013 National University of Computer and Emerging Sciences Lecture # 9 Introduction to Web.
Web-based Portal for Discovery, Retrieval and Visualization of Earth Science Datasets in Grid Environment Zhenping (Jane) Liu.
Web Services Michael Smith Alex Feldman. What is a Web Service? A Web service is a message-oriented software system designed to support inter-operable.
Web services A Web service is an interface that describes a collection of operations that are network-accessible through standardized XML messaging. A.
Web service testing Group D5. What are Web Services? XML is the basis for Web services Web services are application components Web services communicate.
Internet GIS. A vast network connecting computers throughout the world Computers on the Internet are physically connected Computers on the Internet use.
Introduction to UDDI From: OASIS, Introduction to UDDI: Important Features and Functional Concepts.
Lecture 3: Geospatial Web Services From Web sites to Web services Geospatial Web service functions Web service types Interoperability and geospatial service.
Interoperability ERRA System.
1 Web Services Distributed Systems. 2 Service Oriented Architecture Service-Oriented Architecture (SOA) expresses a software architectural concept that.
C Copyright © 2009, Oracle. All rights reserved. Appendix C: Service-Oriented Architectures.
Web Services Architecture1 - Deepti Agarwal. Web Services Architecture2 The Definition.. A Web service is a software system identified by a URI, whose.
Web Service Bright + Ong. Meaning A collection of protocols and standards used for exchanging data between applications or systems Written in various.
An Introduction To Building An Open Standard Web Map Application Joe Daigneau Pennsylvania State University.
International Telecommunication Union Geneva, 9(pm)-10 February 2009 ITU-T Security Standardization on Mobile Web Services Lee, Jae Seung Special Fellow,
Web Services (SOAP, WSDL, UDDI) SNU OOPSLA Lab. October 2005.
Web Services Kanda Runapongsa Dept. of Computer Engineering Khon Kaen University.
Metadata and Geographical Information Systems Adrian Moss KINDS project, Manchester Metropolitan University, UK
Jean François Doyon Tom Kralidis June 2003 Services Overview.
2004/12/02Slide Number 1 of 15 Exposure Time Calculator (ETC) as a Web Service Donald McLean 2004 Technology Open House.
Extensible Markup Language (XML) Extensible Markup Language (XML) is a simple, very flexible text format derived from SGML (ISO 8879).ISO 8879 XML is a.
1 Senn, Information Technology, 3 rd Edition © 2004 Pearson Prentice Hall James A. Senn’s Information Technology, 3 rd Edition Chapter 12 Creating Web-Enabled.
Web Services Based on SOA: Concepts, Technology, Design by Thomas Erl MIS 181.9: Service Oriented Architecture 2 nd Semester,
XML Web Services Architecture Siddharth Ruchandani CS 6362 – SW Architecture & Design Summer /11/05.
1 Advanced Software Architecture Muhammad Bilal Bashir PhD Scholar (Computer Science) Mohammad Ali Jinnah University.
Chris Kuruppu NWS Office of Science and Technology Systems Engineering Center (Skjei Telecom) 10/6/09.
Web Services Presented By : Noam Ben Haim. Agenda Introduction What is a web service Basic Architecture Extended Architecture WS Stacks.
1 MESSAGE EXCHANGE FOR Web Service-Based Mapping Services AHMET SAYAR INDIANA UNIVERSITY COMMUNITY GRIDS LAB. COMPUTER SCIENCE DEPARTMENT August 17, 2005.
Kemal Baykal Rasim Ismayilov
An Introduction to Web Services Web Services using Java / Session 1 / 2 of 21 Objectives Discuss distributed computing Explain web services and their.
1 G52IWS: Web Services Chris Greenhalgh. 2 Contents The World Wide Web Web Services example scenario Motivations Basic Operational Model Supporting standards.
Web Services An Introduction Copyright © Curt Hill.
Providing web services to mobile users: The architecture design of an m-service portal Minder Chen - Dongsong Zhang - Lina Zhou Presented by: Juan M. Cubillos.
Intro to Web Services Dr. John P. Abraham UTPA. What are Web Services? Applications execute across multiple computers on a network.  The machine on which.
Web Service in Geographic Information System Bing Wu.
Web Services Architecture Presentation for ECE8813 Spring 2003 By: Mohamed Mansour.
1 Service Oriented Architecture SOA. 2 Service Oriented Architecture (SOA) Definition  SOA is an architecture paradigm that is gaining recently a significant.
Introduction to Web Services Presented by Sarath Chandra Dorbala.
Copyright 2007, Information Builders. Slide 1 iWay Web Services and WebFOCUS Consumption Michael Florkowski Information Builders.
Software Architecture Patterns (3) Service Oriented & Web Oriented Architecture source: microsoft.
By Jeremy Burdette & Daniel Gottlieb. It is an architecture It is not a technology May not fit all businesses “Service” doesn’t mean Web Service It is.
A Semi-Automated Digital Preservation System based on Semantic Web Services Jane Hunter Sharmin Choudhury DSTC PTY LTD, Brisbane, Australia Slides by Ananta.
Service Oriented Architecture (SOA) Prof. Wenwen Li School of Geographical Sciences and Urban Planning 5644 Coor Hall
Java Web Services Orca Knowledge Center – Web Service key concepts.
Sabri Kızanlık Ural Emekçi
WEB SERVICES.
Unit – 5 JAVA Web Services
Wsdl.
Introduction to Web Services and SOA
Introduction to Web Services
Presentation transcript:

RSISIPL1 SERVICE ORIENTED ARCHITECTURE (SOA) By Pavan By Pavan

RSISIPL2 Scope  What is SOA  Why SOA  How SOA useful in GIS  Scenario  Benefits

RSISIPL3 SOA   SOA - Service Oriented Architecture   'A set of components which can be invoked, and whose interface descriptions can be published and discovered'. (W3C)   ‘Service-oriented architecture is a method of building business applications that utilize common services to support business functions’.

RSISIPL4 What are “Services”?   In English, service means “work done for others”   For any others who want to consume “services”, a prerequisite is to find the required services.

RSISIPL5  Service:  A service is well defined set of actions.  It is self contained, stateless, and does not depend on the state of other services.  A service which uses SOAP protocol is termed as web service.  SOA is an architectural style for building software applications that use services available in a network such as the Web. INTRODUCTION

RSISIPL6 Evolution of SOA

RSISIPL7

8 Case Study Case Study

RSISIPL9 Work Flow Manager

RSISIPL10 Successful Implementation of SOA

RSISIPL11 Basic Operations in SOA

RSISIPL12 Components  Service Provider: Publishes services to a registry and makes it available on the Internet for the requests of the consumers  Service Requester: Performs service discovery operations on the service registry in order to find the needed service, then accesses services  Service Registry: Helps service providers and service requesters to find each other by acting as a registry of the services

RSISIPL13   Within Service Oriented Architecture (SOA), a service provider can publish the service into a service registry, and a service requester can find the service through the registry and consume the service by using the Simple Object Access Protocol (SOAP) to invoke the service.

RSISIPL14

RSISIPL15 Web Service  The implementation of SOA in Web environment is called Web Services.  With the help of several Web Services specifications a complete cycle of describing, publishing, and finding services can be made possible.  Web services are XML (eXtensible Markup Language) software systems designed to support interoperable machine-to machine interaction over a network.

RSISIPL16 Properties Application to application communication Application to application communication  Accessed over the web  XML based Standards  This interoperability is gained through a set of XML -based open standards, such as WSDL, SOAP, and UDDI.  These standards provide a common approach for defining, locating, publishing and using web services.

RSISIPL17 The four-layer model of the Web services stack

RSISIPL18  Transport Protocol is responsible for transporting messages between network applications. HTTP (Hyper Text Transfer Protocol) is the low- level protocol used by the Internet for the transport layer HTTP (Hyper Text Transfer Protocol) is the low- level protocol used by the Internet for the transport layer  Messaging Protocol is responsible for encoding messages in a common XML format so that they can be understood at either end of a network connection. Simple Object Access Protocol (SOAP) is the specific format for exchanging Web Services data over HTTP Simple Object Access Protocol (SOAP) is the specific format for exchanging Web Services data over HTTP

RSISIPL19  Description Protocol is used for describing the public interface to a specific web service. Web Service Definition Language (WSDL) is used to describe what type of message a Web Service accepts and generates. Web Service Definition Language (WSDL) is used to describe what type of message a Web Service accepts and generates.  Discovery Protocol centralizes services into a common registry. Universal Description, Discovery, and Integration (UDDI) specification can be used by the service providers to advertise the existence of their services and by requesters to search and discover already registered services. Universal Description, Discovery, and Integration (UDDI) specification can be used by the service providers to advertise the existence of their services and by requesters to search and discover already registered services.

RSISIPL20

RSISIPL21 Our main Goal - GIS Services In order to create SOA architecture for the GIS services it is necessary to create Web Service correspondences of each GIS services. In order to create SOA architecture for the GIS services it is necessary to create Web Service correspondences of each GIS services.  GIS services can be grouped into three categories  Data Services  Processing Services  Registry or Catalog Service

RSISIPL22 GIS Web Services Architecture

RSISIPL23 Data Services  Data Services are tightly coupled with specific data sets and offer access to customized portions of that data.  Web Feature Service (WFS), Web Feature Service-Transactional (WFS-T), Web Mapping Service (WMS) and Web Coverage Service (WCS) can be considered in this group.  WMS produces maps as two-dimensional visual portrayals of geospatial data.  WCS provides access to un-rendered geospatial information (raster data).  WFS provides geospatial feature data (vector data) encoded in Geography Markup Language (GML) whereas WFS-T enables editing feature coordinate geometry (i.e position and shape) and related descriptive information (i.e. attribute values), as well

RSISIPL24 Processing Services  Processing Services provide operations for processing or transforming data in a manner determined by user-specific parameters.  They provide generic processing functions such as projection and coordinate conversion, rasterization and vectorization. as projection and coordinate conversion, rasterization and vectorization.  Coverage Portrayal Service (CPS), Coordinate Transformation Service (CTS), and even WMS can be considered in this group.

RSISIPL25 Registry or Catalog Service  Registry or Catalog Service allows users and applications to classify, register, describe, search, maintain, and access information about Web Services.  Web Registry Service (WRS) and Catalog Service for the Web (CS-W) are considered in this group

RSISIPL26 GIS Web Services Architecture

RSISIPL27 Web Feature Service  Web Features Service (WFS), defines web interfaces for accessing feature-based geospatial data (vector data like administrative and political information, streets, cities, etc).  WFS allows a client to retrieve and update geospatial data encoded in GML from multiple Web Feature Services.  The specification defines interfaces for data access and manipulation operations on geographic features, using HTTP as the distributed computing platform. Via these interfaces, a Web user or service can combine, use and manage geospatial data -- the feature information behind a map image -- from different sources.

RSISIPL28 Web Map Service (WMS)  Web Map Service (WMS) produces maps of spatially referenced data dynamically from geographic information.  This service defines a “map” to be a portrayal of geographic information as a digital image file suitable for display on a computer screen.

RSISIPL29 Web Coverage Service (WCS)  Web Coverage Service represents a web interface for supporting electronic retrieval of geospatial data as "coverages" (like remotely sensed imagery, ortho-photos, etc) representing space-varying phenomena.  A WCS provides access to potentially detailed and rich sets of geospatial information, in forms that are useful for client-side rendering and input into scientific models and other clients.

RSISIPL30 Web Registry Service (WRS)  Web Registry Service (WRS) specifies web interfaces for finding data or services from registries.

RSISIPL31 GML  GML is widely accepted as the universal encoding for georeferenced data. GML is an XML grammar written in XML Schema for the modeling, transport, and storage of geographic information.  GML provides a variety kinds of objects for describing geography including features, coordinate reference systems, geometry, topology, time, units of measure and generalized values.

RSISIPL32 GIS Web Services Architecture

RSISIPL33

RSISIPL34 Geospatial SOA Component Details

RSISIPL35 Geospatial SOA Conceptual View

RSISIPL36 Role of UDDI  In the GIS context, the UDDI plays the role of a metadata server of registered Web services.  A user can search a UDDI directory and find other distributed service providers that exist on a network.  Web services communicate through an XML based SOAP protocol.  Each Web service "advertises" its SOAP API using WSDL, allowing easy discovery of any service's capabilities.  Web services can be accessed with devices such as browsers, mobile devices such as telephones, desktop clients, and other information appliances.  To discover these services, a broker is provided. The discovery protocol is referred to as a Universal Description, Discovery, and Integration.

RSISIPL37 Interoperability in GIS Web Services According to Open GIS Consortium interoperability is the “capability to communicate, execute programs, or transfer data among various functional units in a manner that requires the user to have little or no knowledge of the unique characteristics of those units.” According to Open GIS Consortium interoperability is the “capability to communicate, execute programs, or transfer data among various functional units in a manner that requires the user to have little or no knowledge of the unique characteristics of those units.”

RSISIPL38 Client/Server Lack of Interoperability

RSISIPL39 Interoperability in GIS Web Services

RSISIPL40 Scenarios

RSISIPL41 Demo  Each map server implements a common interface for accepting requests and returning responses.  Now client has Web access to potentially all available map servers and multiple data sources, in which each map server is accessed by the same Web client through the common interface.  The result is one composite map instead of three.  This approach allows, among other things, the user to run a single Web client that accesses all the capabilities of each.

RSISIPL42 Scenario 1

RSISIPL43 Scenario 1 Display of Composite Map

RSISIPL44 Scenario 2 Scenario 2 Web services technology provides the path for sharing of GIS methods and tools

RSISIPL45 Scenario 2 Sharing of GIS methods

RSISIPL46 Scenario 3 ESRI Components Incorporate into SOA

RSISIPL47 Scenario 4 Opening Map and Querying

RSISIPL48 Scenario 4 Retrieving Foot Prints

RSISIPL49 Scenario 4 Presentation with Footprints and Data and Preview

RSISIPL50 Benefits of SOA

RSISIPL51 Benefits of SOA  Reduced Development Costs through Software Re-use Web services, if designed to the right “size and scope” can be shared among many applications, reducing development, testing and integration costs. Web services, if designed to the right “size and scope” can be shared among many applications, reducing development, testing and integration costs.

RSISIPL52 Benefits of SOA  Increased Developer Productivity With developers able to re-use web services, software projects go faster and the same resources can work on more projects. With developers able to re-use web services, software projects go faster and the same resources can work on more projects.

RSISIPL53 Benefits of SOA  Increased Agility Systems that are made up of a series of isolated components become easier to modify. Systems that are made up of a series of isolated components become easier to modify. Specific components can be modified without the need to tear apart and rebuild the entire system. Specific components can be modified without the need to tear apart and rebuild the entire system.

RSISIPL54 Benefits of SOA  Improved Alignment between IT and Business SOA calls for IT to take a business-oriented approach to building applications. In fact, the long-term vision of SOA is to enable non-technical resources that understand business processes to modify and assemble different services together. SOA calls for IT to take a business-oriented approach to building applications. In fact, the long-term vision of SOA is to enable non-technical resources that understand business processes to modify and assemble different services together.

RSISIPL55 Benefits of SOA Reduced Development Costs through Software Re-use  Web services, if designed to the right “size and scope” can be shared among many applications, reducing development, testing and integration costs. Increased Developer Productivity  With developers able to re-use web services, software projects go faster and the same resources can work on more projects. Increased Agility  Systems that are made up of a series of isolated components become easier to modify. Specific components can be modified without the need to tear apart and rebuild the entire system. Improved Alignment between IT and Business  SOA calls for IT to take a business-oriented approach to building applications. The approach is less about building complex applications and more about understanding business processes and assembling pre-existing web services together. In fact, the long-term vision of SOA is to enable non- technical resources that understand business processes to modify and assemble different services together.

RSISIPL56