VESTA-GIS/NatureSDIPlus workshop 2008-11-06 1 VESTA-GIS Module on Web Services Anders Östman University of Gävle, Sweden

Slides:



Advertisements
Similar presentations
18 Copyright © 2005, Oracle. All rights reserved. Distributing Modular Applications: Introduction to Web Services.
Advertisements

Introduction to WSDL presented by Xiang Fu. Source WSDL 1.1 specification WSDL 1.1 specification – WSDL 1.2 working draft WSDL.
Web Services Seminar: Service Description Languages
Eco Imagine The Opportunity of the VESTA- GIS Technological Platform Anders Östman University of Gävle Sweden.
Distributed components
Integrating SOA and the Application Development Framework Shaun O’Brien Principal Product Manager – Oracle JDeveloper / ADF.
XML, OIOXML, Webservices og SOA Presentation at ITU XML course – april 5th 2004 René Løhde
Slide 1 EE557: Server-Side Development Lecturer: David Molloy Room: XG19 Mondays 10am-1pm Notes:
What is a web service?  A remote procedure call (RPC) over HTTP.  A web-accessible operation that takes input and returns results in XML.  Like a web.
Workshop on Cyber Infrastructure in Combustion Science April 19-20, 2006 Subrata Bhattacharjee and Christopher Paolini Mechanical.
VESTA-GIS/NatureSDIPlus workshop VESTA-GIS Training Framework Anders Östman University of Gävle, Sweden
VESTA-GIS Workshop The Architecture of the VESTA- GIS Training Framework Anders Östman University of Gävle, Sweden
Software – Part 3 V.T. Raja, Ph.D., Information Management College of Business Oregon State University.
FrontAccounting.
RSS RSS is a method that uses XML to distribute web content on one web site, to many other web sites. RSS allows fast browsing for news and updates.
Web service testing Group D5. What are Web Services? XML is the basis for Web services Web services are application components Web services communicate.
Intro to dot Net Dr. John Abraham UTPA – Fall 09 CSCI 3327.
1 Round Robin Interface LCA e-Learning Cascade Web Site Flavio Fontana ENEA Usability Lab CASCADE Review Meeting, November 2004, Bologna, Italy.
1 NETE4631 Mobile Cloud Computing Lecture Notes #10.
Module 14: WCF Send Adapters. Overview Lesson 1: Introduction to WCF Send Adapters Lesson 2: Consuming a Web Service Lesson 3: Consuming Services from.
Web Service Bright + Ong. Meaning A collection of protocols and standards used for exchanging data between applications or systems Written in various.
1 HKU CSIS DB Seminar: HKU CSIS DB Seminar: Web Services Oriented Data Processing and Integration Speaker: Eric Lo.
Introduction to World Wide Web Authoring © Directorate of Information Systems and Services University of Aberdeen, 1999 IT Training Workshop.
Copyright © PASS Consulting Corp., Miami 2001 XX/1 XML Application Server.
Web Services Based on SOA: Concepts, Technology, Design by Thomas Erl MIS 181.9: Service Oriented Architecture 2 nd Semester,
Web Services BOF This is a proposed new working group coming out of the Grid Computing Environments Research Group, as an outgrowth of their investigations.
Web Services. ASP.NET Web Services  Goals of ASP.NET Web services:  To enable cross-platform, cross- business computing  Great for “service” based.
AUTHORS: MIKE P. PAPAZOGLOU WILLEM-JAN VAN DEN HEUVEL PRESENTED BY: MARGARETA VAMOS Service oriented architectures: approaches, technologies and research.
© 2006 Humboldt Consortium Fraunhoferstraße Darmstadt Web Services Author(s)/Organisation(s): Anders Östman, University.
INT-5: Integrate over the Web with OpenEdge® Web Services
The Distance Learning Session Management System for the Next Generation Internet Se-Jun Na.
Educational Tools as Web Services Milena Stanković, Milan Rajković Faculty of Electronic, Niš, Serbia.
Copyright © 2013 Curt Hill SOAP Protocol for exchanging data and Enabling Web Services.
RUBRIC IP1 Ruben Botero Web Design III. The different approaches to accessing data in a database through client-side scripting languages. – On the client.
Workshop on Quality Assurance in Geographical Data Production 1 Proposals for short term research Anders Östman University of Gävle SWEDEN.
1 MESSAGE EXCHANGE FOR Web Service-Based Mapping Services AHMET SAYAR INDIANA UNIVERSITY COMMUNITY GRIDS LAB. COMPUTER SCIENCE DEPARTMENT August 17, 2005.
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.
Introduction to Web Services Presented by Sarath Chandra Dorbala.
Web Services using PHP. web services (recap) Web services today are frequently just Application Programming Interfaces (API) or web APIs that can be accessed.
EGEE is a project funded by the European Union under contract IST Introduction to Web Services 3 – 4 June
December 9, 2004 EC511 Java Pet Store Demo Chandra Donipati.
Web Services. Web Service: Simple definition : “ Service Offered On the Web “ Technically : “ A Web Service is a programmable application component that.
XML 1. Chapter 8 © 2013 Pearson Education, Inc. Publishing as Prentice Hall SAMPLE XML SCHEMA (XSD) 2 Schema is a record definition, analogous to the.
Java Web Services Orca Knowledge Center – Web Service key concepts.
The CUAHSI Hydrologic Information System Spatial Data Publication Platform David Tarboton, Jeff Horsburgh, David Maidment, Dan Ames, Jon Goodall, Richard.
ISYS 350 Building Business Applications
WEB SERVICES.
Unit – 5 JAVA Web Services
GF and RS, Dept. of CS, Mangalore University
Web Services Primer Overview of Web Services
ISYS 350 Building Business Applications
Implementing a service-oriented architecture using SOAP
Kontrak Kuliah Web Service.
Introduction to Web Services and SOA
Beginning Object-Oriented Web Design
ISYS 350 Building Business Applications
مدیریت فرایندهای کسب و کار و معماری سرویس گرا
ISYS 350 Building Business Applications
ISYS 350 Building Business Applications
ISYS 350 Building Business Applications
ISYS 350 Building Business Applications
XML Based Learning Environment
Introduction to Web Services
ISYS 350 Building Business Applications
IENE Intercultural Education of Nurses and medical staff in Europe
Introduction to Web Services and SOA
Presentation transcript:

VESTA-GIS/NatureSDIPlus workshop VESTA-GIS Module on Web Services Anders Östman University of Gävle, Sweden

VESTA-GIS/NatureSDIPlus workshop

3 What is a web service? A web page is written in a standardised language (html), but its content is not standardised. It is made for visual reading, not for automatic processing A web service provide the client with standardised files. These files can be used by other web services (chained)

VESTA-GIS/NatureSDIPlus workshop Content What are web services Web service standards Some OGC specifications –Web Map Service –Web Feature Service –Web Processing Service

VESTA-GIS/NatureSDIPlus workshop Service Oriented Architecture (SOA) – The OSE model Database services Integrating concepts (TCP/IP, SOAP, WSDL, UDDI) Generic services Business logic Human interface

VESTA-GIS/NatureSDIPlus workshop Course outline Lecture 1: Basic concepts of web services (4 files). Reading (for details, see literature list) –Wikipedia, Web Services –W3Schools, Web Service Tutorial –W3C, Web Service Architecture (not mandatory reading) –W3Schools, Web Glossary – always as reference (not mandatory reading) Lecture 2: Web Processing Services (1 file). Reading –OGC, Web Processing Services (not mandatory reading) Self test

VESTA-GIS/NatureSDIPlus workshop VESTA-GIS e-learning platform Login credentials required –Procedure for this will be published soon at the VESTA-GIS and NatureSDIPlus project web sites