Discovery of Manageability Clarification

Slides:



Advertisements
Similar presentations
Conceptual Architecture Description Business Level Agreements Service Level Agreements XML Schema Interface Description Implementation Description Composition.
Advertisements

WS-Addressing F2F Meeting Nov 05 WSDL extensions for Async support.
MgmtSecurity QOS Transport Packaging Extensions Wire Inspection Discovery Publication Registry Description Business Level Agreements Service Level Agreements.
MgmtSecurity QOS Transport Packaging Extensions Wire Inspection Discovery Publication Registry Description Business Level Agreements Service Level Agreements.
1 WSDL: Web Service Description Language Gary Sharp Mike Breakiron.
Chapter 19 – Service-oriented Architecture
An Introduction to Web Services Sriram Krishnan, Ph.D.
31242/32549 Advanced Internet Programming Advanced Java Programming
WSDL SC 10 th WSRP F2F, Washington DC, Nov 2004 Andre Kramer.
Web Service Ahmed Gamal Ahmed Nile University Bioinformatics Group
Web Services Web Services are the basic fundamental building blocks of invoking features that can be accessed by an application program. The accessibility.
Web Services Seminar: Service Description Languages
Web Services Nasrullah. Motivation about web service There are number of programms over the internet that need to communicate with other programms over.
Realisation of SOA using Web Services Adomas Svirskas Vilnius University December 2005.
EGEE is a project funded by the European Union under contract IST WSDL Web Service Description Language 3 – 4 June
WSDL Park, Hyunho 2005/07/28. Introduction Web services have been around for a long time in primitive form. Limitation of the primitive form:
Surfing the Service Web Sudhir Agarwal, Siegfried Handschuh, and Steffen Staab Presenter: Yihong Ding.
3c.1 Elements of a WSDL document. 3c.2 Web Service Definition Language (WSDL) A W3C standard XML document that describes three fundamental properties.
WSDL Homework - Plenio. WSDL - Structure Source: w3schools.com.
6/11/2015Page 1 Web Services-based Distributed System B. Ramamurthy.
CSE 636 Data Integration Web Services.
CS 522 WebServices -Sujeeth Narayan -Ankur Patwa.
WSDL Web Services Description Language Neet Wadhwani University of Colorado 3 rd October, 2001.
Introduction to soapUI Presented by Kushan Athukorala.
Secure Systems Research Group - FAU Web Services Standards Presented by Keiko Hashizume.
T Network Application Frameworks and XML Web Services and WSDL Sasu Tarkoma Based on slides by Pekka Nikander.
WSDL Kanda Runapongsa Dept. of Computer Engineering Khon Kaen University.
Grid Computing, B. Wilkinson, 20043b.1 Web Services Part II.
WSDL: Web Services Definition Language CS 795/895.
Web Services (SOAP, WSDL, and UDDI)
Web Services Description Language (WSDL) Jason Glenn CDA 5937 Process Coordination in Service and Computational Grids September 30, 2002.
WEB SERVICE DESCRIPTION LANGUAGE ( WSDL) -SIVA SAGAR TELLA.
Web services sub-team report CPPA June ’02 F2F Reston, Virginia.
Web Services Description Language CS409 Application Services Even Semester 2007.
Identifying Web Service Integration Challenges Frank Goethals SAP-Research Chair on ‘Extended Enterprise Infrastructures’ K.U.Leuven – Belgium
Web Services Standards. Introduction A web service is a type of component that is available on the web and can be incorporated in applications or used.
1 Web Service Description Language (WSDL) 大葉大學資工系.
1 WSDL Tutorial Heather Kreger (borrowed from Peter Brittenham) Web Services Architect IBM Emerging Technologies.
WebService. Outline Overview of Web Services SOAP (messaging) WSDL (service description) UDDI (registry)
Service Design MIS 181.9: Service Oriented Architecture 2 nd Semester,
© Drexel University Software Engineering Research Group (SERG) 1 An Introduction to Web Services.
1 Web Services Web and Database Management System.
1 Engineering Web Based Legacy Systems By Kanchana Eramudugoda Distributed Computing – CS843.
Kemal Baykal Rasim Ismayilov
WSDL – Web Service Definition Language  WSDL is used to describe, locate and define Web services.  A web service is described by: message format simple.
Introduction to Web Services. Agenda Motivation History Web service model Web service components A walkthrough examples.
This product includes material developed by the Globus Project ( Excercise 3 Inspection: Add Service Data.
T Network Application Frameworks and XML Web Services and WSDL Sasu Tarkoma Based on slides by Pekka Nikander.
Web services. Introduction to WSDL. February 23, 2006.
Management Protocol Technical Committee Draft Chart.
INFSO-RI Enabling Grids for E-sciencE Web Services Mike Mineter National e-Science Centre, Edinburgh.
Lecture VI: SOAP-based Web Service CS 4593 Cloud-Oriented Big Data and Software Engineering.
1 G52IWS: Web Services Description Language (WSDL) Chris Greenhalgh
A. Sim, CRD, L B N L 1 SRM Collaboration Meeting, Sep , 2005 SRM v3.0 LBNL Implementation Status Report Scientific Data Management Research Group.
DEVELOPING WEB SERVICES WITH JAVA DESIGN WEB SERVICE ENDPOINT.
Service Discovery: UDDI COMP6017 Topics on Web Services Dr Nicholas Gibbins –
Cloud Computing Web Services.
Designing software applications
An Introduction to Web Services
Sabri Kızanlık Ural Emekçi
T Network Application Frameworks and XML Web Services and WSDL Sasu Tarkoma Based on slides by Pekka Nikander.
Introduction to Web Services
Mediation Policy Extensions
Web services, WSDL, SOAP and UDDI
Web Based Applications
W3C Workshop WS-Policy in the Web Service Architecture
Web Services.
Distributed System using Web Services
Distributed System using Web Services
Presentation transcript:

Discovery of Manageability Clarification

Manageability Interface(s) WSDL portType(s) Manageability Interface(s) Functional Interface(s) WSDL portType(s) Service Endpoint Binding

<definitions name=”AConsolidationOfManageabilityExampleInWSDL12” targetNamespace=” xmlns:tns=” xmlns:wsdm=”urn:wsdm:webservice:endpoint:manageability” … > <import namespace=”urn:wsdm:webservice:endpoint:manageability” location=” [...] … [...] <interface name=”myServiceInterface” extends=”tns:myBusinessFunction wsdm:ManageableEndpoint”/> …

<definitions name=”AConsolidationOfManageabilityExampleInWSDL11” targetNamespace=” xmlns:tns=” xmlns:wsdm=”urn:wsdm:webservice:endpoint:metrics:data” … > <import namespace=” urn:wsdm:webservice:endpoint:metrics:data” location=” [...] … … … [...] … … … [...]

<definitions name=”AnAssociationOfManageabilityExampleWSDL11” targetNamespace=” xmlns:tns=” xmlns:mgmt=” xmlns:wsdm=”urn:wsdm:webservice:endpoint:manageability” … >... urn:wsmr:webservice:endpoint:association Manageability Manageability Provider wsdm:ManageableEndpoint mgmt:WebServiceManageability <port name=”myEndpoint” binding=”tns:mySecureSOAP” wsp:PolicyRefs=”tns:myEndpointPolicy”> …

<definitions name=”AnAssociationOfManageabilityExampleWSDL11-mirror” targetNamespace=” xmlns:tns=” xmlns:svc=” xmlns:wsdm=”urn:wsdm:webservice:endpoint:manageability” … >... urn:wsmr:webservice:endpoint:association ManageabilityOf Manageable Web Service svc:myServiceInterface svc:myService <port name=”myManageableEndpoint” binding=”tns:mySecureSOAPMgmt” wsp:PolicyRefs=”tns:myManageableEndpointPolicy”> …

Manageable WS endpoint WSDL Manager 1

Manageable WS endpoint Registry WSDL Manager 1 2 3

Manageability WS endpoint Registry Manageability WSDL Manager Functional WS endpoint 4 Functional WSDL

Manageability WS endpoint Registry Manageability WSDL Manager Functional WS endpoint 1.4 Functional WSDL Management Registry 1.1

Manageable WS endpoint Registry Manageability WSDL Manager Functional WSDL Management Registry 1.1

Manageable WS endpoint Manageability WSDL Manager Functional WSDL Management Registry

Manageable WS endpoint Manageability WSDL Manager Functional WSDL Management Registry

Manageable WS endpoint Manager 1 Related WS endpoint 2

Manageability WS endpoint Manager 1 Related WS endpoint 2

Manageability WS endpoint Manager 1 Related Manageable WS endpoint 2

Manageability WS endpoint Manager 1 Related WS endpoint 2 Related Manageability WS endpoint 3