Registry requirements Regarding to Web Services and Workflows.

Slides:



Advertisements
Similar presentations
1 XML Technologies You Need For Workflow Applications Roger L. Costello 2 January, 2009.
Advertisements

EThOSnet Repositories and Web Services Workshop 2 nd June2009 Richard Green
MIT Lincoln Laboratory A Service-Oriented Approach to Application Development Robert Darneille & Gary Schorer WPI MQP Presentations ICS Group 10 October.
An Introduction to Web Services Sriram Krishnan, Ph.D.
Hidden Survey Gems: Using the COGO Editor and Mapcheck Analysis Tools and the New Survey Tools in AutoCAD® Civil 3D® 2013 Shawn Herring Civil Applications.
Steven KrauwerCLARIN-NL Launch CLARIN-EU: Where do we stand? Steven Krauwer Utrecht institute of Linguistics UiL OTS CLARIN-EU Coordinator.
U.S. ENVIRONMENTAL PROTECTION AGENCY The Web Service Catalog Presentation to the SOA-COI Meeting Lico Galindo, OIC April 14, 2010.
How Web Services are introduced in a CLARIN Workflow WSDL and WADL files for Web Service description.
Introduction to Web services MSc on Bioinformatics for Health Sciences May 2006 Arnaud Kerhornou Iván Párraga García INB.
SOAPI: a flexible toolkit for implementing ingest and preservation workflows Mark Hedges Centre for e-Research, King’s College London Arts and Humanities.
Music Browser. Web Services  SOAP and WSDL  Simple Object Access Protocol  Web Services Description Language  To use SOAP  Generate stub classes.
Service Oriented Application Integration (SOAI) IT 490 NJIT.
Business Objects XI R2 Upgrade University of Michigan Administrative Information Services Business Objects XI R2 Upgrade Laura Bollettino May 24, 2006.
Web services A Web service is an interface that describes a collection of operations that are network-accessible through standardized XML messaging. A.
1 Application Specific Module for P-GRADE Portal 2.7 Application Specific Module overview Akos Balasko MTA-SZTAKI LPDS
Prototype & Design Computer Inputs. How to Prototype & Design Computer Inputs Step 1: Review Input Requirements Step 2: Select the GUI Controls Step 3:
CLARIN tools for workflows Overview. Objective of this document  Determine which are the responsibilities of the different components of CLARIN workflows.
Ontology Development and Usage for Protozoan Parasite Research John A. Miller and Alok Dhamanaskar Collaborators: Michael E. Cotterell, Chaitanya Guttula,
U.S. ENVIRONMENTAL PROTECTION AGENCY Reusable Component Services RCS Demo to 02/27/2013 John Harman, Lico Galindo,
Java Programming, 3e Concepts and Techniques Chapter 3 Section 62 – Manipulating Data Using Methods – Day 1.
SOA in Telecommunications September 30, 2008 Speaker: Mike Giordano.
AstroGrid AstroGrid increases scientific research possibilities by : enabling access to distributed astronomical data and information resources. providing.
ITIS 1210 Introduction to Web-Based Information Systems Chapter 25 How.NET and Web Services Work How.NET and Web Services Work.
The INTERNET how it works. the internet: defined So, what is it?
Join the Conversation: Active Listening on Social Media By Lauren Cleland New Media Specialist, Explore Georgia #TeamGaSocial.
Quick start guide.  Create a workflow that the users can invoke for a particular customer (contact) which sets the priority of all the customer’s cases.
The Exchange Network Node Mentoring Workshop Universal Description, Discovery, and Integration Registry David Dundua February 28, 2005.
Prepared by : Dinesh Bajracharya Nepal Information System Development.
1.Login from pub3 to olserver13 using one single interface (authentication with ActiveDirectory and through the firewall) 2.A possible changing of strategy.
Managed by UT-Battelle for the Department of Energy Weatherization Assistant: Ramp Up Support Mark Ternes Mike Gettings Oak Ridge National Laboratory 2009.
UNIVERSITY OF HELSINKI HELSINKI UNIVERSITY OF TECHNOLOGY Semantic Computing Research Group Web Services Service Publishing.
C# 1 Web services CSC 298. C# 2 Web services  A technology to make libraries available across the internet.  In Visual Studio,  can create a web service.
ShareNet Integrating Trust and Privacy policy Li Ding.
Java Web Services CSCI 4300 Diagrams from the Sun Java Web Services Tutorial,
On Using BPEL Extensibility to Implement OGSI and WSRF Grid Workflows Aleksander Slomiski Presented by Onyeka Ezenwoye CIS Advanced Topics in Software.
Introduction to MediaWiki EnhanceEdu, IIIT-Hyderabad
Web Services An Introduction Copyright © Curt Hill.
Eurostat November 2015 Eurostat Unit B3 – IT and standards for data and metadata exchange SDMX IT Tools SDMX Converter Jean-Francois LEBLANC Christian.
3rd Knowledge Bank Workshop 31 มกราคม 2551 โดย สำนักหอสมุด มหาวิทยาลัยศรี ปทุม
Web Services Blake Schernekau March 27 th, Learning Objectives Understand Web Services Understand Web Services Figure out SOAP and what it is used.
Discovery of Manageability Clarification
Requirements for Specification of workflows in CLARIN Scenario design driven.
Developing our Metadata: Technical Considerations & Approach Ray Plante NIST 4/14/16 NMI Registry Workshop BIPM, Paris 1 …don’t worry ;-) or How we concentrate.
Modernization of Enterprise Workforce Management Solution.
Packaging and Deploying Windows Applications
AFFORDABLE WEBSITE DESIGN SERVICES.  The different areas web designing services includes web graphic design, user interface designing, authoring and.
Cloud Computing Web Services.
Unit – 5 JAVA Web Services
Chapter 4 Computer Software.
Quicken Connection issues Number More info :
Using Quicken and Facing Technical Issues More info :
How to Install Quicken Software
Quicken For Mac Download Error
Quicken Run Slowly in Multi-user Mode
Quicken File Password related Issues
Quicken 2018 Support Team
Quicken File Password Related Issues
Quicken File Password related Issues
Quicken Runs Slowly in Multi-User Mode
Web services, WSDL, SOAP and UDDI
EXTENSION AND INTEGRATION
خطوات البحث العلمي.
Web 2.0 Dr Afendi Hamat SKBP
Project Change Control
LANGUAGE EDUCATION.
Types of Errors And Error Analysis.
The Potential for Chatbots
EMS/Trauma Registry Information System Project
Presentation transcript:

Registry requirements Regarding to Web Services and Workflows

SOAP and REST  Registry must be able to keep information equally for SOAP and for REST.  SOAP has WSDL language but REST has no standard way for interface specification.

Web services relationships  Some relationships between web services must be in the registry. Alternative Web services in case of error Web service mirroring Input/output conversion

Collective Intelligence  Registry should keep information about community use for helping CLARIN users on Workflow Creation: “250 users connected these 2 web services in other projects using converter AtoB, do you want to do it as well?”  Also users should be able to rate web services.

Web Services development information  Registry should keep information (set manually by users) about new Web service versions -Changes, modifications, improvements-. In this way, users will decide if newer versions of a web services are worthy for them.

Some ideas about expected Registry operations  Resource_meta = GetResource(pid)  Resource_meta[] = GetResourcesByCategory(cat)  Resource_meta[] = Search(pattern, sort_by)  Resource_meta[] = GetAlternateResourceTo(pid)  Resource_meta[] = GetSimilarResourceTo(pid)  Resource_meta[] = GetBestRatedResource(cat)  Resource_meta = GetMostGloballyUsedResource(cat)