
This document is also available in non-normative PDF
version.
Copyright © 2004 DERI®, All Rights
Reserved. DERI liability,
trademark, document use, and software licensing rules apply.
This deliverable will identify and describe the concepts of Web Service Modeling Execution Environment (WSMX) and also the relationships between these concepts. By doing this, we aim to provide not only a common vocabulary, meant to be used at different phases of this project, but also a central point of reference for the designing and development team.
To identify the WSMX concepts, a detailed description of the real-world problem we intend to solve will be provided and analyzed. The concepts will be identified based strictly on this description.
The conceptual model will provide a clear and unambiguous representation of concepts interactions. Its purpose is not to supply a description of the process flow, but to represent in real-world terms each concept's role as part of the entire system.
This document is structured in five main parts. The first one plays an introductory role, and Section 2 will describe the real world problem. Sections 3 and 4 have the role of identifying the concepts and the conceptual model. The last part, Section 5 will contain the final conclusions.
For identifying the concepts involved in WSMX we start with a simple problem: two business partners want to communicate (for example one business partner wants to transmit a purchase order to the other). Each of them uses different ontologies from the other, and each of the ontologies consists of concepts and the relations between concepts. Additionally, an ontology may use one ore more mediators.
Each business partner can provide Web Services, which are described in means of their functionalities by their capabilities. A Web Service may also use mediators.
Our execution environment allows a business partner to submit a request, the formal description of his goal. For making a clear differentiation between our goal and the goal defined in Web Service Modeling Ontology Standard (WSMO-Standard), we will call this one WSMXgoal. The WSMXgoal may contain a list of preferences the business partner has in achieving his goal (for example, when the business partner wants to buy a certain book, he may be interested to buy it at the lowest price from the most reliable Web Service).
There are two necessary steps for satisfying the business partner’s goal: the discovery of all Web Services that may satisfy the goal and the selection of only one Web Service for the actual providing of the service. The first one deals with goal-capability matching, and the second one with the complying of the preferences. A possible problem that may occur during this two phases is the usage of different ontologies (the Web Services may use different ontologies from the requestor business partner). In this case, the requetor and the Web Services need to use mediators (the WSMO- Lite ooMediator), which in the first phase will provide the mapping between the goal and the capability, and in the second between the non Functional properties of the Web Service and the preferences expressed by the requestor.
After determining what Web Service is the best for achieving his goal, the business partner has to send a message to the entity that provides that Web Service.
Analyzing the real-world problem description from the previous section, one can identify the following concepts: business partner, ontology, concept (conceptDefinition), relation (relationDefinition), mediator(we are referring here only at ooMediator), web Service, capability, wsmxgoal, preference and message.
Some of these concepts are described in Web Service Modeling Ontology-Lite (WSMO-Lite) or in WSMO-Standard.
The concepts ontology, conceptDefinition, relationDefinition, ooMediator and capability are already defined in WSMO-Lite, as well as the non functional properties used here, and we keep these definitions unaltered.
The definition of a Web Service adopted here is the one provided in WSMO-Standard. The reason we do not use the definition from WSMO-Lite is the need to refer the Web Services' non functional properties, which in WSMO-Lite are equivalent to the core properties. The preferences will refer to a subset of these non functional properties.
The concepts defined in WSMO specifications are not enough for describing our execution environment, so we need to define additional concepts. These additional concepts are not defined independent of WSMO-Specification, most of them being conform to the definitions provided in WSMO-Lite or Standard, or being specializations of them.
wsmxgoal inherits the goal defined in WSMO-Standard. We choosed to specialize it, and not just to adopt it, because our execution environment only supports ooMediators. As a consequence, the usedMediators attribute is overwritten to allow only ooMediator. The wsmxgoal additionally contains a list of preferences. If more than one Web Service satisfies the goal, the preferences are used for selecting only one of them.
wsmxgoal::goal |
Listing 1. WSMXgoal definition
By the generic term of business partner we understand all entities (humans or not, companies or enterprises) involved in a business process. Each of them is described by nonFunctionalProperties, is able to describe his goals, uses certain ontologies, and can provide a number of web services.
businessPartner[ |
Listing 2. Business Partner definition
A preference represents a constraint on one or more of the Web Service's non functional properties. A bussiness partner may have more than one preference, for allowing the selection of the most suited Web Service – if there are more than one services that satisfy the goal, only one is choosed based on these preferences.
A preference is an instance of the WSMO-Standard axiomDefinition:
preference:axiomDefinition |
Listing 3. Preference definition
After determining what Web Service is the best for achieving his goal, the business partner has to sent a message to the entity that provides that Web Service. A message is a specialization of conceptDefinition, adding two new elements: targetedBusinessPartner and sourceBusinessPartner. The definition of the message is:
message::conceptDefinition |
Listing 7. Message definition
The relations between concepts need to be very well defined, for allowing a better understanding of the execution environment. In this chapter we will provide a detailed description of these relations, and a graphical representation of the entire conceptual model.
The central concept of the environment being business partner, this will be the starting point in defining the relations across the conceptual model.
Each business partner uses one or more ontologies. At this point, we will consider the relation between business partner and ontology a one to n relation: each business partner can use more than one ontology, but each ontology is used by one single partner.
Every ontology contains concepts and relations between concepts. There can be any number of concepts and relations in an ontology, and each one of them can be part of one or more ontologies. An ontology can use any number of ooMediators, and a mediator can be used by zero or more ontologies.
A business partner can have any number of wsmxgoals, and each wsmxgoal specifies a list of preferences.
For accomplishing the actual communication, a business partner can send/receive any number of messages. However, a message can be sent by only one business partner.
Figure 1 provides a graphical representation of the relations described above:
This document covered an important phase in the development of a software tool: the identification of the involved concepts and of the conceptual model. The purpose of developing this conceptual model is to provide a common vocabulary and a central point of reference for the designing and development team.
[Roman et al., 2004a] D. Roman, H. Lausen, E. Oren, R. Lara (eds.): Web Service Modeling Ontology -Lite (WSMO - Lite), version 0.1 available at http://www.wsmo.org/2004/d11/v0.2/
[Roman et al., 2004b] D. Roman, H. Lausen, U. Keller (eds.): Web Service Modeling Ontology -Standard (WSMO - Standard), version 0.1 available at http://www.wsmo.org/2004/d2/v0.3/20040329/
The work is funded by the European Commission under the projects DIP, Knowledge Web, Ontoweb, SEKT, SWWS, Esperonto and h-TechSight; by Science Foundation Ireland under the DERI-Lion project; and by the Vienna city government under the CoOperate programme.
The editors would like to thank to all the members of the WSMO working group for their advices and inputs to this document.