<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Web services composition applying MDA</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Yamina</forename><surname>Hachemi</surname></persName>
							<affiliation key="aff0">
								<orgName type="laboratory">EEDIS: Evolutionary Engineering Distributed Information Systems</orgName>
								<orgName type="institution" key="instit1">Sidi</orgName>
								<orgName type="institution" key="instit2">Bel Abbes University Hachemina</orgName>
								<address>
									<settlement>mymalki</settlement>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Mimoun</forename><surname>Malki</surname></persName>
							<affiliation key="aff0">
								<orgName type="laboratory">EEDIS: Evolutionary Engineering Distributed Information Systems</orgName>
								<orgName type="institution" key="instit1">Sidi</orgName>
								<orgName type="institution" key="instit2">Bel Abbes University Hachemina</orgName>
								<address>
									<settlement>mymalki</settlement>
								</address>
							</affiliation>
						</author>
						<author role="corresp">
							<persName><forename type="first">Djamel</forename><surname>Amar Bensaber</surname></persName>
							<email>amarbensaber@gmail.com</email>
							<affiliation key="aff0">
								<orgName type="laboratory">EEDIS: Evolutionary Engineering Distributed Information Systems</orgName>
								<orgName type="institution" key="instit1">Sidi</orgName>
								<orgName type="institution" key="instit2">Bel Abbes University Hachemina</orgName>
								<address>
									<settlement>mymalki</settlement>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Web services composition applying MDA</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">D05AB8D36CE14FC5F6150DB70BF4A5E0</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T00:19+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Web services composition</term>
					<term>semantic web services</term>
					<term>MDA</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Currently, Web services are available on Internet in a simple and easy way to use. However, a single service can not respond to a predetermined request by user. Thus, it is necessary to compose services, ie, organize them in a manner to achieve the goal automatically. The semantic web services increases the descriptions of web services using semantic annotations (eg ontology). There are different approaches to express the semantic aspect as OWL-S, WSMO, WSDL-S and a recent W3C recommendation SAWSDL (Semantic Annotations for WSDL and XML Schema). To address complexity, scalability and heterogeneity problems of Web Systems, the OMG has proposed the model driven approach MDA based on the concepts of models, metamodels and transformations. The method describes a process that guides the developer through various phases, starting with the models, and ending with a new compound that can be deployed and published.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>A Web service is a standardized manner to integrate applications based on the Web using open standards XML <ref type="bibr" target="#b0">[1]</ref>, SOAP <ref type="bibr" target="#b1">[2]</ref>, WSDL <ref type="bibr" target="#b2">[3]</ref> and UDDI <ref type="bibr">[4]</ref> and Internet transport protocols. However, a single service can not respond to a predetermined request by user. Thus, it is necessary to compose services. The composition object is to combine the functionality of several Web services within a business process in order to respond to complex applications that single service could not meet. However, the creation of service from other services is far from being trivial task. To help developers create composite services, the middleware web services composition should provide abstraction and infrastructure that facilitate web services composition development and implementation.</p><p>Web service proposals for description (WSDL), invocation (SOAP) and composition (BPEL4WS <ref type="bibr" target="#b3">[5]</ref>) that are most commonly used have no semantic descriptions. It is difficult to find appropriate services, since a large number of services is described only syntactically. The semantic web services description is used to improve search accuracy for existing services and automate parts of composing services process.</p><p>Several proposals have been used as OWL-S <ref type="bibr" target="#b4">[6]</ref> and WSML <ref type="bibr" target="#b5">[7]</ref>. In addition to these standards, there is a recent W3C recommendation SAWSDL <ref type="bibr" target="#b6">[8]</ref> (Semantic Annotations for WSDL and XML Schema). The objective of SAWSDL specification is to develop mechanism that allow Web services descriptions annotation with semantic concepts extracted from ontologies representing knowledge in a specific domain.</p><p>Model driven development is the basic idea to automatically transform models from one area to another. Therefore provide a model that supports these transformations is of great importance.</p><p>The work described in this paper adopts the strategy MDA to develop Web services compositions.</p><p>The rest of the paper is structured as follows: section 2 describes the background to this work,. Section 3 presents previous and related works, section 4 presents synthesis for semantic web services composition in MDA; finally, section 5 sums up the main conclusions.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Background</head><p>Model Driven Development (MDD) <ref type="bibr" target="#b7">[9]</ref> is an emerging technology for software development, promoting the role of models and automatic creation of code by predefined model transformations. A variant of MDD suggested by the Object Management Group (OMG) is the Model Driven Architecture (MDA) <ref type="bibr" target="#b8">[10]</ref>. MDA provides an enabling infrastructure with standard specifications facilitating the definition and implementation of model transformations between Meta Object Facility (MOF) <ref type="bibr" target="#b9">[11]</ref> compliant languages.</p><p>The application of model transformations is expected to improve the software development process in many ways, as it enhances productivity, portability, interoperability, ease of use, maintenance and reusability.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">State of Art</head><p>Web services composition is not a simple task; it must be a way for Web services composition to describe organizational and temporal constraints that must be met by client application to lead better interaction process, which is trivial. The concept of models allows the reuse of these models, and thus it facilitates Web services composition. In this section we present some works that have MDA benefits.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Web Service Composition</head><p>Web services composition is not a simple task; it must be a way for Web services composition to describe organizational and temporal constraints that must be met by client application to lead better interaction process, which is trivial. The concept of models allows the reuse of these models, and thus it facilitates Web services composition. In this section we present some works that have MDA benefits.</p><p>Authors in <ref type="bibr" target="#b10">[12]</ref> examine functional requirements of service composition and introduce an approach for developing service compositions. The proposed approach uses UML to model composition. They use (OCL) to express transformation rules. Approach steps are abstract definition, scheduling, construction and execution.</p><p>The system starts with an abstract composite service, which specifies the constituent activities of a composite service. In the second phase, the service composition system determines how and when services should run and prepares them for execution. Next, the system proceeds with the Construction phase to construct an unambiguous composition of concrete services out of a set of desirable or potentially available/matching constituent services. Lastly, the service composition system prepares the constructed composed services for execution. This phase maps the resulting specification to an executable web service orchestration language (e.g. BPEL).</p><p>The authors in <ref type="bibr" target="#b11">[13]</ref> propose a method that uses the UML activity model to design the web services composition, and MDA to generate executable specifications in different composition languages. The method uses UML manufacturers with a minimum set of extensions for web services. The most important step of the method is the transformation of WSDL descriptions to UML. This information is used to complete the composition models. The method is independent of the language composition of web services. The user can choose his preferred language of composition and its execution engine. The method has been implemented to support two languages that are Worksco and BPEL4WS with their execution engines. They use UML to capture the patterns composed of web services. These patterns express in UML activity diagrams with additional extensions that specify the flow control between the individual performing the service compound. Activity diagrams of UML are used for the composition of services. The service component is then exported as a WorkSCo or BPEL4WS. The process consists of three steps: in the first step they create a preliminary model for the new web services and identify the candidate web services. The modeller will extract the WSDL specifications to be used in the next phase. Its but is to modeler the details of the composition in UML activity models. Configure the execution engine to execute the new operation. The business model will be transformed into an XML document and will be entering the engine. The transformation was made by UMT. Prepare the new service deployment. Generate WSDL specifications.</p><p>A methodology to develop Web services and correspondence between a UML model and WSDL was proposed by authors in <ref type="bibr" target="#b12">[14]</ref>. This methodology can be arranged by following these steps:</p><p>Discover Web Services: The developer uses a Web browser and a client directory to search candidates for Web service composition. He obtained a list of Web services and the locations of their descriptions (represented in WSDL). Import Web Service Descriptions: The developer imports the service description and translated it into UML. The result is a UML model conforms to WSDL. Model Composite Web Service: The developer uses a UML tool to review and integrate the models imported in the form of a composite model. This step consists in the service structure modeling and Workflow modeling. Export Web Services Description: The composite Web service model is exported in order to obtain a WSDL document for the composite Web service. Implement Composite Web Service: The Web service is made from a WSDL document.</p><p>Publish Composite Web Service: Finally, the composed Web service is published in a directory.</p><p>In <ref type="bibr" target="#b13">[15]</ref>, B. Bordbar and A. Staikopoulos present a case study and its implementation with Web services. They propose a metamodel for BPEL4WS, specify the correspondence between the activity diagram of UML and BPEL4WS and define transformation rules in OCL.</p><p>Kath et al <ref type="bibr" target="#b14">[16]</ref> propose an infrastructure to implement the MDA approach and present experiments with EDOC and Web services. In their approach, they present a metamodel for Web services (WSDL), a correspondence between EDOC and WSDL, a metamodel for BPEL4WS and correspondence between EDOC and BPEL4WS.</p><p>Lopes and al <ref type="bibr" target="#b15">[17]</ref> have presented an approach to developing a Web services following MDA and they have applied this approach in a case study (travel agency). They proposed to follow the MDA approach as follows: 1. The selection or creation of metamodels to build the PIM. 2. The selection or creation of metamodels for building the WSP. 3. The specification of correspondences between metamodels of PIM to PSM metamodels. 4. The generation of the definition of transformation from the specification of correspondences. 5. The application of the definition of transformations to transform a PIM into a PSM. 6. Verification of PSM: move to step 7 if it is incomplete, in step 8 it is complete. 7. The user intervention to complete the PSM. 8. The generation of source code, scripts, files for deployment They used UML and EDOC models to generate the PIM, and ATL to define the transformation rules. Platforms for which they generate the Java code are Web services and JWSDP.</p><p>Lopes noted that the mapping from EDOC to WSDL is more accurate than that of the UML to WSDL because the EDOC elements are closer to WSDL elements. To show the importance of language processing in the MDA approach Lopes defined not only the changes to the Web services platform, but also to Java and JWSDP.</p><p>An automatic transformation of ISDL models into BPEL was proposed by Teduh Dirgahayu in <ref type="bibr" target="#b16">[18]</ref> for the creation of a composite Web services can be made quickly and with low cost.</p><p>ISDL (Interaction Systems Design Language) is a modeling language-independent of language implementation. Its purpose is to support the design of the distributed system by providing generic design concepts and a textual and graphical notation to model the structure and behavior of systems. ISDL is used in high levels of abstraction.</p><p>The transformation process consider that ISDL is created using GRIZZLE, so it has a .grizzle extension, using an XML editor (butterfly XML IDE) the model is imported in a format ISDLXML, and using XLANG file it is converted to XMI which will be transformed into WSDL models, and BPEL by using the YATL transformation for MDA. These models are translated into BPEL and WSDL documents using XLANG.</p><p>Brahe and Bordbar <ref type="bibr" target="#b17">[19]</ref> have presented an approach to support, and semi automates the process of composing services by transforming the models created by designers at a final executable workflow. This approach produces good quality applications in less time. The idea is to capture existing knowledge of the company and consider them as patterns parameterized reusable. These patterns are used as tools of transformation models. To support their approach, the authors have used domain specific modeling languages DSMLs designed for each company to capture the business process models in different levels of abstraction.</p><p>These authors have shown that a general modeling language such as activity diagrams or UML Business Process Modeling Notation (BPMN) does not model the business processes of companies using their vocabularies and terminologies as the DSML. In this approach MDA provides mechanisms for defining DSMLs and a conceptual framework for defining transformations between different DSMLs.</p><p>The process is as follows: the analysis of business processes creates the DSML model of business processes. The architect transforms this model to an architectural model by applying a predefined and automatic processing using the patterns set. In the same way the developer transforms the architectural model into an executable model.</p><p>Distribution Patterns describe how a distributed system will be deployed. A composition based on the distribution pattern using MDA was proposed by Barrett et al <ref type="bibr" target="#b18">[20]</ref>. This approach takes as input interfaces of existing Web services and generates an executable composition based on a distribution pattern chosen by the engineer.</p><p>In the first step, Web services interfaces (web services to compose) are modeled in UML2.0. Links between these Web services models are determined in the second phase following a chosen distribution pattern. The third step consist to transform the model into a distribution pattern by a generator of distribution patterns, this instance is transformed into XML using XSLT / DOM and will be called a document instance DPL (distribution pattern language) that is validated in step 4 by a validation tool of distribution patterns to check if the chosen pattern in the second step is adequate. In the last step the executable code is generated from the valid document DPL using XSLT / DOM.</p><p>A model driven Approach to incorporate the prediction of performance in the process of composing services using BPEL was proposed by <ref type="bibr" target="#b19">[21]</ref>. This approach is based on the use of P-WSDL (Performance-enabled WSDL), an extension of WSDL</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3.2">Semantic Web Service Composition</head><p>Semantically described Web services make it possible to improve the precision of the search for existing services and to automate the composition of services. In this section we have present some works that uses semantic description to compose web services adopting MDA.</p><p>The authors <ref type="bibr" target="#b20">[22]</ref> use MDA techniques to generate Web service OWL-S descriptions from UML model. This approach allows the creation of web services composed by specifying a semantic web service using the WSDL specifications. This compound is generated using a UML model and the generation of specifications and application following concepts MDA.</p><p>The authors in <ref type="bibr" target="#b21">[23]</ref> defined transformations between UML and OWL-S and make composition of Web service on the basis of these transformations. The profile developed uses ontology UML profile (defined by Duric) to model the concepts of ontology. They use UML to describe a web services and to link inputs and outputs. Their profile supports code generation of OWL-S and WSMO but they do not support SWSF and WSDL-S.</p><p>Barrett based in his approach <ref type="bibr" target="#b22">[24]</ref> in the context of composite Web services, so that it can support the semantic Web services. He followed the same steps, but added the condition that all Web services components are semantically annotated using OWL-S in <ref type="bibr" target="#b18">[20]</ref>.</p><p>Gronmo and al. <ref type="bibr" target="#b23">[25]</ref> Present a model-driven methodology for designing composite Web services. The methodology considers a syntactic and semantic description about the interfaces of service candidates. It also processes QoS requirements from the developer and offerings from the service providers.</p><p>The methodology provided better documentation of the composition in the form of graphic models. They uses UML activity diagrams for model the composition. Class diagrams for the concepts of ontology and QOS requirements. Ontology concepts are grouped by package or each package represents domain ontology.</p><p>Phases 1 and 2 -The developer search in ontology register appropriate ontology concepts, the result is a lexical document that can be in OWL, WSMO, etc. Repeated the same work for the quality of service QOS. Use UML to represent the abstract composition model. Activity diagrams are used to capture composition data and control flow and Class diagrams represent QOS and ontology requirements. So it will output a list of candidate services for each task.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Phases 3and 4:</head><p>-The selection is based on semantic description and quality of service. We will have a graphic model and Transformations can be imported directly in the web services instead of tasks. The result is a concrete composition model. The model is used to generate the different WSDL descriptions.</p><p>The design of composite web services is achieved using the behaviour diagrams but they must be complemented by structural diagrams. This is the idea of Quintero et al <ref type="bibr" target="#b24">[26]</ref> who have modeled services and the behaviour of services composition using UML diagrams. The PIM service can be mapped directly to. NET or J2EE. The application of a set of transformation rules on the composition model allows the generation of BPEL. The SW service model captures the internal structural needs of a Web services and structural needs of external Web services (ports and operations).</p><p>The authors consider that the SW model is necessary to have a complete specification to allow automatic generation of code. The composition of Web services can be specified by services aggregation. By adding the structural model, they allow the dynamic selection of Web services, automatic and complete generation of code and easy maintenance of composite Web services, ... <ref type="bibr" target="#b25">[27]</ref> called MIDAS-S for the development of semantic Web services. This version contains new elements modeling semantic Web services using WSMO as a specific platform. The PIM is ODM (Ontology Definition Model),, with these models it is possible to define mappings to the ontology dependent models (PSM). The PSM WSMO models are needed to define the specification of WSML (environment, ontologies, goals, Web service). It is possible to generate PSM of OWL-S.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>An extension of MIDAS</head><p>In another work Behzad et al <ref type="bibr" target="#b26">[28]</ref> have proposed a model of transformation of OWL-S to BPEL using SITRA which is a framework model of transformation using java. The authors defined the metamodels OWL-S and BPEL, then they set the rules for conversion of OWL-S service to BPEL using SITRA to prove that it is simple to use, and at the same time it can make complex changes.</p><p>The authors in <ref type="bibr" target="#b27">[29]</ref> treats framework MoSCoE: A Framework for Modeling Web Service Composition and Execution which is composed of three steps: abstraction, composition and refinement. It will enter service in UML state machines and the result is a sequence of functions and relationships required to achieve the goal of the service. The user can provide extra functional requirements. The service provider in MoSCoE publishes its service in providing OWL-S and WSDL specifications. MoSCoE manipulates the input data and automatically identifies a composition. Tim and al. <ref type="bibr" target="#b28">[30]</ref> propose architecture based on MDA for the composition of semantic web services through the use of the profile that extends UML activity diagrams and class. This profile is used in the change that facilitates the automatic construction specifications OWL-S from the UML diagrams. The conditions require the composition such as those on building controls are specified in OCL and transformed into SWRL during construction.</p><p>Authors in <ref type="bibr" target="#b29">[31]</ref> have proposed a metamodel to facilitate the annotation in the semantic Web services and automatic generation of code. This metamodel is used to generate code for both approaches OWL-S, WSMO, SWSF and WSDL-S using the transformation rules.</p><p>The approach in <ref type="bibr" target="#b30">[32]</ref> uses the SPecification and EXecution tool (SPEX), which facilitates the automatic generation of OWL-S groundings and associated XSLT transformations. They demonstrated through an example that explains the use of the SPEX. UML-S <ref type="bibr" target="#b31">[33]</ref> (UML for Services) is an extension of UML 2.0 that allows the modelling of web services and interactions. In UML-S class and activity diagrams are used to model web services and their interactions. It provides a profile based on class diagrams UML2.0. Transformation Rules between WSDL 2.0 and UML-S class diagrams. A profile based on UML 2.0 activity diagrams and Transformation Rules from UML-S to WS-BPEL 2.0 are introduced.</p><p>SAWSDL represents an extension of format description syntactic WSDL to define a mechanism that allows semantic annotation of describe web services in terms of concepts provided by domain ontology, and the addition of these semantic annotations included in the WSDL document. Instead of writing notes by hand or load ontologies this paper describes a simple process: SAWSDL descriptions are produced automatically from the original WSDL document. In this article <ref type="bibr" target="#b32">[34]</ref> they address the modelling of semantic web services and especially on the use of SAWSDL; they present a process of transformation between models based on rules to SAWSDL.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Synthesis</head><p>In this section we summarize the different approaches mentioned above in summary tables describing the different ideas for each author, the tools used to model the PIMs, the target platforms to which the transformations are made, and the various tools used in each approach. </p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Conclusion</head><p>Semantic Web Services technology is gaining momentum. However, new Web engineering techniques should be defined to enable the systematic development and promote widespread composition of semantic Web services. In this work, we have presented some methods for service composition modelling adding the semantic aspect and using MDA approach.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head>Table 1 .</head><label>1</label><figDesc>MDA for Web services composition.</figDesc><table><row><cell>Approach</cell><cell>PIM</cell><cell>PSM</cell><cell>Tools</cell></row><row><cell>Orriens and al.2003</cell><cell>UML</cell><cell>-</cell><cell>OCL</cell></row><row><cell>Gronmo et al.2004</cell><cell>UML</cell><cell>WSDL</cell><cell>UMT</cell></row><row><cell>Skogan et al 2004</cell><cell>UML</cell><cell>BPEL4WS</cell><cell>-</cell></row><row><cell>Bordbar et al 2004</cell><cell>UML</cell><cell>BPEL4WS</cell><cell>OCL</cell></row><row><cell>Kath et al 2004</cell><cell>EDOC</cell><cell>WSDL and</cell><cell>-</cell></row><row><cell></cell><cell></cell><cell>BPEL4WS</cell><cell></cell></row><row><cell>Lopes et al 2005</cell><cell>UML and</cell><cell>WSDL</cell><cell>ATL</cell></row><row><cell></cell><cell>EDOC</cell><cell>UDDI</cell><cell></cell></row><row><cell></cell><cell></cell><cell>BPEL4WS</cell><cell></cell></row><row><cell>Dirgahayu 2005</cell><cell>ISDL</cell><cell>WSDL and</cell><cell>YATL</cell></row><row><cell></cell><cell></cell><cell>BPEL4WS</cell><cell></cell></row><row><cell>Brahe et al. 2006</cell><cell>DSML</cell><cell>DSML</cell><cell>-</cell></row><row><cell>Barrett et al. 2007</cell><cell>UML</cell><cell>WSDL</cell><cell>XSLT/DOM</cell></row><row><cell></cell><cell></cell><cell>BPEL4WS</cell><cell>DPL</cell></row><row><cell>Bocciarelli et</cell><cell>UML</cell><cell>P-WSDL et</cell><cell>-</cell></row><row><cell>al.2007</cell><cell></cell><cell>BPEL4WS</cell><cell></cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 2 .</head><label>2</label><figDesc>MDA for semantic Web services composition.</figDesc><table><row><cell>Approach</cell><cell>PIM</cell><cell>PSM</cell><cell>Tools</cell></row><row><cell>Gannod et al.2004</cell><cell>UML</cell><cell>WSDL</cell><cell>-</cell></row><row><cell></cell><cell></cell><cell>OWL-S</cell><cell></cell></row><row><cell>Jaeger and al.2005</cell><cell>UML</cell><cell>OWL-S</cell><cell>UMT</cell></row><row><cell></cell><cell></cell><cell>WSML</cell><cell></cell></row><row><cell>Barrett 2006</cell><cell>UML</cell><cell>WSDL</cell><cell>distribution</cell></row><row><cell></cell><cell></cell><cell>BPEL4WS</cell><cell>pattern</cell></row><row><cell></cell><cell></cell><cell>OWL-S</cell><cell>XSLT/DOM</cell></row><row><cell></cell><cell></cell><cell></cell><cell>DPL</cell></row><row><cell>Gronmo and al.2005</cell><cell>UML</cell><cell>WSDL</cell><cell>-</cell></row><row><cell></cell><cell></cell><cell>BPEL4WS</cell><cell></cell></row><row><cell></cell><cell></cell><cell>Semantic</cell><cell></cell></row><row><cell></cell><cell></cell><cell>description</cell><cell></cell></row><row><cell></cell><cell></cell><cell>(OWL-S or</cell><cell></cell></row><row><cell></cell><cell></cell><cell>WSML)</cell><cell></cell></row><row><cell>Quintero et al. 2006</cell><cell>UML et</cell><cell>BPEL4WS</cell><cell>ATL</cell></row><row><cell></cell><cell>MOF</cell><cell></cell><cell></cell></row><row><cell>Acuna et al. 2006</cell><cell cols="2">UM L ODM WSDL</cell><cell>MIDAS</cell></row><row><cell></cell><cell></cell><cell>WSMO</cell><cell></cell></row><row><cell>Bordbar et al. 2007</cell><cell>UML</cell><cell>BPEL</cell><cell>SITRA</cell></row><row><cell>Timm et al. 2007</cell><cell>UML</cell><cell>OWL-S</cell><cell>OCL</cell></row><row><cell>Florian et al. 2007</cell><cell>UML</cell><cell>WSDL-S</cell><cell>-</cell></row><row><cell></cell><cell></cell><cell>/OWL-S</cell><cell></cell></row><row><cell></cell><cell></cell><cell>WSMO/SWS</cell><cell></cell></row><row><cell></cell><cell></cell><cell>F</cell><cell></cell></row><row><cell>Timm and al.2008</cell><cell>-</cell><cell>OWL-S</cell><cell>SPEX</cell></row><row><cell>Dumez and al.2008</cell><cell>UML</cell><cell>UML-S WS-</cell><cell>-</cell></row><row><cell></cell><cell></cell><cell>BPEL</cell><cell></cell></row></table></figure>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<ptr target="http://wwww.w3.org/XML/" />
		<title level="m">Extensible Markup Language (XML</title>
				<imprint/>
	</monogr>
	<note>XML W3C</note>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">SOAP Version 1.2 Part 0: Primer (Second Edition) W3C Recommendation</title>
		<imprint>
			<date type="published" when="2007-04-27">27 April 2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<title level="m" type="main">Web Services Description Language (WSDL) Version 2.0 Part 1 : Core Language W3CRecommendation 26</title>
		<author>
			<persName><surname>Wsdl W3c</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2007-06">June 2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<ptr target="http://www-106.ibm.com/developerworks/webservices/library/ws-bpel/" />
		<title level="m">Business Process Execution Language forWeb Services, version 1.1</title>
				<imprint>
			<date type="published" when="2003-05">May 2003</date>
		</imprint>
		<respStmt>
			<orgName>IBM</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical report</note>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<title level="m" type="main">Owl services coalition. owl-s: Semantic markup for web services</title>
		<author>
			<persName><forename type="first">E</forename><forename type="middle">A</forename><surname>Martin</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename></persName>
		</author>
		<ptr target="http://www.daml.org/services/owl-s/1.0/owls" />
		<imprint>
			<date type="published" when="2003">2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<author>
			<persName><forename type="first">C</forename><surname>Feier</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Domingue</surname></persName>
		</author>
		<ptr target="http://www.wsmo.org/TR/d3/d3.1/v0.1/" />
		<title level="m">WSMO Primer, Final Draft</title>
				<imprint>
			<date type="published" when="2005-04">April 2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">Semantic annotations for wsdl and xml schema</title>
		<author>
			<persName><forename type="first">X</forename><forename type="middle">S</forename><surname>Sawsdl</surname></persName>
		</author>
		<ptr target="http://www.w3.org/TR/sawsdl/" />
		<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
		<respStmt>
			<orgName>W3Consortium</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Technical report</note>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<title level="m" type="main">Model Driven Software Development; technology engineering management</title>
		<author>
			<persName><forename type="first">T</forename><surname>Stahl</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Volter</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2006">2006</date>
			<publisher>Wiley</publisher>
			<pubPlace>Chichester</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<ptr target="www.omg.org/mda/" />
		<title level="m">MDA: Model Driven Architecture, Object Management Group</title>
				<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b9">
	<monogr>
		<ptr target="http://www.omg.org" />
		<title level="m">MOF: Meta Object Facility (MOF) 2.0 Core Spec</title>
				<imprint>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Model Driven Service Composition</title>
		<author>
			<persName><forename type="first">Bart</forename><surname>Orriens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jian</forename><surname>Yang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Mike</forename><forename type="middle">P</forename><surname>Papazoglou</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the First International Conference on Service Oriented Computing</title>
				<meeting>the First International Conference on Service Oriented Computing</meeting>
		<imprint>
			<date type="published" when="2003-12">December 2003</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Web Service Composition in UML</title>
		<author>
			<persName><forename type="first">David</forename><surname>Skogan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Roy</forename><surname>Gronmo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Ida</forename><surname>Solheim</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Eight IEEE International Enterprise Distributed Object Computing Conference</title>
				<imprint>
			<publisher>EDOC</publisher>
			<date type="published" when="2004-09">2004. September 2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">M odel-Driven Web Services Development</title>
		<author>
			<persName><forename type="first">Ida</forename><surname>David Skogan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jon</forename><surname>Solheim</surname></persName>
		</author>
		<author>
			<persName><surname>Oldevic</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE International Conference on e-Technology, e-Commerce and e-Service (EEE&apos;04</title>
				<imprint>
			<date type="published" when="2004-03">March 2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Modeling and Transforming the Behavioural Aspects of Web Services</title>
		<author>
			<persName><forename type="first">Behzad</forename><surname>Bordbar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Athanasios</forename><surname>Staikopoulos</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">WiSME@UML</title>
				<imprint>
			<date type="published" when="2004-10">2004. October 2004</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Towards Executable Models: Transforming EDOC Behavior Models to CORBA and BPEL</title>
		<author>
			<persName><forename type="first">O</forename><surname>Kath</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Blazarenas</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Born</surname></persName>
		</author>
		<author>
			<persName><forename type="first">K.-P</forename><surname>Eckert</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Funabashi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Hirai</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Eight IEEE International Enterprise Distributed Object Computing Conference</title>
				<imprint>
			<publisher>EDOC</publisher>
			<date type="published" when="2004-09">2004. September 2004</date>
			<biblScope unit="page" from="267" to="274" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<monogr>
		<title level="m" type="main">Etude et applications de l&apos;approche MDA pour Des plates-formes de Services Web</title>
		<author>
			<persName><forename type="first">D</forename><surname>Lopes</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
		<respStmt>
			<orgName>Ecole Doctorale Sciences et Technologies de l&apos;information et des matériaux ; UFR Sciences et Techniques ; Université de Nantes</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Thèse de Doctorat</note>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<title level="m" type="main">Model-Driven Engineering of Web Service Compositions: A Transformation from ISDL to BPEL Teduh Dirgahayu Thesis for a Master of Science degree in Telematics from the University of Twente Enschede</title>
		<author>
			<persName><forename type="first">Teduh</forename><surname>Dirgahayu</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2005-07-01">1 July 2005</date>
			<pubPlace>The Netherlands; Enschede, The Netherlands</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b17">
	<analytic>
		<title level="a" type="main">A Pattern-based Approach to Business Process Modeling and Implementation in Web Services</title>
		<author>
			<persName><forename type="first">Steen</forename><surname>Brahe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Behzad</forename><surname>Bordbar</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="s">Lecture Notes in Computer Science</title>
		<imprint>
			<biblScope unit="page" from="166" to="177" />
			<date type="published" when="2006">2006. 2007</date>
			<publisher>Service-Oriented Computing ICSOC</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Model Driven Design of Distribution Patterns for Web Service Compositions</title>
		<author>
			<persName><forename type="first">Ronan</forename><surname>Barrett</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">ICWS apos; International Conference on Volume</title>
				<imprint>
			<publisher>web Services</publisher>
			<date type="published" when="2006-09">2006. Sept. 2006</date>
			<biblScope unit="page" from="887" to="888" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b19">
	<analytic>
		<title level="a" type="main">A Model-driven Approach to Describe and Predict the Performance of Composite Services</title>
		<author>
			<persName><forename type="first">Andrea D'</forename><surname>Ambrogio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Paolo</forename><surname>Bocciarelli</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 6th international workshop on software and performance. SESSION: Software performance modeling</title>
				<meeting>the 6th international workshop on software and performance. SESSION: Software performance modeling</meeting>
		<imprint>
			<date type="published" when="2007">2007</date>
			<biblScope unit="page" from="78" to="89" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b20">
	<analytic>
		<title level="a" type="main">An MDA-based Approach for Facilitating Adoption of Semantic Web Service Technology</title>
		<author>
			<persName><forename type="first">Gerald</forename><forename type="middle">C</forename><surname>Gannod</surname></persName>
		</author>
		<author>
			<persName><forename type="first">T</forename><forename type="middle">E</forename><surname>John</surname></persName>
		</author>
		<author>
			<persName><surname>Timm</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">proceeding EDOC IEEE Workshop Model-Driven SemanticWeb</title>
				<meeting>eeding EDOC IEEE Workshop Model-Driven SemanticWeb<address><addrLine>MDSW</addrLine></address></meeting>
		<imprint>
			<biblScope unit="volume">04</biblScope>
			<biblScope unit="page">2004</biblScope>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b21">
	<monogr>
		<author>
			<persName><forename type="first">R</forename><surname>Gronmo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Jaeger</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Hoff</surname></persName>
		</author>
		<title level="m">Transformations between UML and OWL-S, ECMDA-FA</title>
				<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b22">
	<analytic>
		<title level="a" type="main">Model-Driven Semantic Web Service Composition</title>
		<author>
			<persName><forename type="first">R</forename><surname>Gronmo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Jaeger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">APSEC</title>
		<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b23">
	<monogr>
		<title level="m" type="main">Model Driven Design of Distribution Patterns for Web service Compositions</title>
		<author>
			<persName><forename type="first">Ronan</forename><surname>Barrett</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b24">
	<monogr>
		<title level="m" type="main">Model Centric Approach of Web Services Composition</title>
		<author>
			<persName><forename type="first">Ricardo</forename><surname>Quintero</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Victoria</forename><surname>Torres</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Vicente</forename><surname>Pelechado</surname></persName>
		</author>
		<idno>s/n E-46022</idno>
		<imprint>
			<date type="published" when="2006">2006</date>
			<pubPlace>Spain</pubPlace>
		</imprint>
		<respStmt>
			<orgName>Department of Information Systems and Computation Technical University of Valencia Cami de Vera</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b25">
	<monogr>
		<author>
			<persName><forename type="first">J</forename><surname>Cr</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marcos</forename><surname>Acusperanza</surname></persName>
		</author>
		<author>
			<persName><surname>Kybele</surname></persName>
		</author>
		<title level="m">Modeling Semantic Web Services: A Case Study Research Group Rey Juan Carlos University C/Tulip/N -28933 -Mles</title>
				<meeting><address><addrLine>Spain</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b26">
	<monogr>
		<title level="m" type="main">Model Transformation from OWL-S to BPEL Via SiTra : ECMDA-FA</title>
		<author>
			<persName><forename type="first">Behzad</forename><surname>Bordbar</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Gareth</forename><surname>Howells</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Michael</forename><surname>Evans</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Athanasios</forename><surname>Staikopoulos</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b27">
	<monogr>
		<title level="m" type="main">A Framework for Modeling Web Service Composition and Execution</title>
		<author>
			<persName><forename type="first">Jyotishman</forename><surname>Pathak</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Samik</forename><surname>Basu1</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Robyn</forename><surname>Lutz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Vasant</forename><surname>Honavar Moscoe</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
		<respStmt>
			<orgName>Department of Computer Science, Iowa State University, Ames</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b28">
	<analytic>
		<title level="a" type="main">Specifying Semantic Web Service Compositions using UML and OCL Web Services</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">T E</forename><surname>Timm</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><forename type="middle">C</forename><surname>Gannod</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">IEEE International Conference on volume</title>
				<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
	<note>ICWS</note>
</biblStruct>

<biblStruct xml:id="b29">
	<monogr>
		<title level="m" type="main">Creating a meta-model for semantic web service standards2007</title>
		<author>
			<persName><forename type="first">Bernhard</forename><surname>Florianlautenbacher</surname></persName>
		</author>
		<author>
			<persName><surname>Bauer</surname></persName>
		</author>
		<imprint/>
	</monogr>
</biblStruct>

<biblStruct xml:id="b30">
	<analytic>
		<title level="a" type="main">Grounding and Execution of OWL-S Based Semantic Web Services. Services computing</title>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">T E</forename><surname>Timm</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Gannod</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE International Conference on</title>
		<imprint>
			<biblScope unit="volume">2</biblScope>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b31">
	<monogr>
		<title level="m" type="main">Model-Driven Engineering of composite Web services using UML-S</title>
		<author>
			<persName><forename type="first">Christophe</forename><surname>Dumez</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jaafar</forename><surname>Gaber</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Maxime</forename></persName>
		</author>
		<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b32">
	<analytic>
		<title level="a" type="main">Semantization of Legacy Web Services: From WSDL to SAWSDL Internet and Web Applications and Services</title>
		<author>
			<persName><forename type="first">P</forename><surname>Larvet</surname></persName>
		</author>
		<author>
			<persName><forename type="first">B</forename><surname>Christophe</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Pastor</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Third International Conference on</title>
				<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
	<note>ICIW apos;08</note>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
