<?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">Analyzing Orchestration of BPEL Specified Services with Model Checking</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Joseph</forename><forename type="middle">C</forename><surname>Okika</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Computer Science Dept</orgName>
								<orgName type="institution">Aalborg University</orgName>
								<address>
									<settlement>Aalborg</settlement>
									<country key="DK">Denmark</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><roleName>Prof</roleName><forename type="first">P</forename><surname>Anders</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Computer Science Dept</orgName>
								<orgName type="institution">Aalborg University</orgName>
								<address>
									<settlement>Aalborg</settlement>
									<country key="DK">Denmark</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><surname>Ravn</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Computer Science Dept</orgName>
								<orgName type="institution">Aalborg University</orgName>
								<address>
									<settlement>Aalborg</settlement>
									<country key="DK">Denmark</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Analyzing Orchestration of BPEL Specified Services with Model Checking</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">354401760CA195BA26AF20B94209D90C</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T07:22+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>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This project investigates, implements and evaluates tool support for analysis of SOA-Based service contracts using Model Checking. The specification language for the contract is Business Process Execution Language (BPEL). It captures the behavior of services and allows developers to compose services without dependence on any particular implementation technology. A behavior specification is extracted from a BPEL program for formal analysis. One of the key conditions is that it reflects the intended semantics for BPEL, and in order to make it comprehensible, it is specified in a functional language. The resulting tool suite is hosted on an Eclipse platform.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Research Question and Its Significance</head><p>Service Oriented Architectures (SOAs) are applicable when multiple applications running on varied technologies and platforms need to communicate with each other. In this way, enterprises can mix and match services to perform business transactions with less programming effort. However, a service operates under a contract/agreement which will set expectations, and a particular ontological standpoint that influences its semantics <ref type="bibr" target="#b13">[14]</ref>. Services are first class citizens and are autonomous as well as distributed in nature. They can be composed to form higher level services or applications to solve business goals. Of course, this raises a lot of issues such as managing composed services, monitoring their interaction, analyzing the behavior of interacting services, verifying the functionality of individual services as well as composed services.</p><p>So far, service development has used traditional testing which are inefficient when dealing with distributed systems. Thus, there is a clear need to employ and integrate successful analysis techniques like model checking in the design of support tools for effectively solving these problems as well as in the implementation of high quality SOA-based services. Therefore, a detailed contractual description of services and corresponding semantics is of great importance.</p><p>BPEL offers a programming model for specifying the orchestration of web services through several activities. Activities are categorized into two; basic and structured. Basic activities (for instance invoke, receive, etc.) define the interaction capabilities of BPEL processes whereas the structured activities are made up of constructs such as flow (for synchronization), compensate, and pick among other activities.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Current Results</head><p>In <ref type="bibr" target="#b3">[4]</ref> we have demonstrated a viable solution to the problem of checking for some functional and behavioural properties of individual services. This is done through translation of the specifications to timed automata followed by model checking for relevant properties. In <ref type="bibr" target="#b1">[2]</ref> we consider the problem of consistency across specifications and identified a need to set up a correspondence between the individual automata. The novel contribution in that paper is to make such a consistency check practical by translating the automata to CCS, the input language for the Concurrency Work Bench. As demonstrated by a case study, this technique is applicable and gives a handle for automating yet another consistency check for web services.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Current knowledge and the existing solutions</head><p>In this section, we present several efforts geared toward formalizing/analyzing services specified using BPEL -one of the most widely used orchestration language. The overall observation about these works is that they all deal with three major issues; semantics definition, mapping to an analysis language and applicability. In Figure <ref type="figure">1</ref>, δ represents those efforts that cover semantics definition and mostly applying Petri net simulation while µ represents those that focus on mapping/translation to an analysis language.</p><p>The issue with most of these results is that they cover only fragments of the language and for some of them, there is not explicit statement about the underlying analysis language and possibility of automation.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>BP EL SBP EL</head><p>X SX <ref type="bibr" target="#b18">[19,</ref><ref type="bibr" target="#b10">11,</ref><ref type="bibr" target="#b16">17,</ref><ref type="bibr" target="#b7">8]</ref> δ</p><formula xml:id="formula_0">[5 − −7, 15] µ ? ? Fig. 1. BPEL Formalizations</formula><p>Abstract state machines are used in <ref type="bibr" target="#b15">[16]</ref> to define an abstract operational semantics for BPEL for version 1.1. The work focuses on formal verification of service implementations and resolving inconsistencies in the standard. Abouzaid and Mullins <ref type="bibr" target="#b0">[1]</ref> propose a BPEL-based semantics for a new specification language based on the π-calculus, which will serve as a reverse mapping to the π-calculus based semantics introduced by Lucchi and Mazzara <ref type="bibr" target="#b9">[10]</ref>. Their mapping is implemented in a tool integrating the toolkit HAL and generating BPEL code from a specification given in the BP-calculus. Unlike in our approach, this work covers the verification of BPEL specifications through the mappings while the consistency of the new language and the generated BPEL code is yet to be considered. As a future work, the authors plan to investigate a two way mapping.</p><p>Several model checking approaches have been employed to provide some form of analysis. An overview of most of the semantics foundation is given in <ref type="bibr" target="#b17">[18]</ref>. An illustrative example which is well-explained is <ref type="bibr" target="#b10">[11]</ref>. It deals with specification of both the abstract model and executable model of BPEL. The approach is based on Petri nets where a communication graph is generated representing a process's external visible behavior. It verifies the simulation between concrete and abstract behavior by comparing the corresponding communication graphs. Continuing with Petri net, an algebraic high-level Petri net semantics of BPEL is presented in <ref type="bibr" target="#b16">[17]</ref>. The idea here is to use the Petri patterns of BPEL activities in model checking certain properties of BPEL process descriptions. The model is feature complete for BPEL 1.1. Lohmann extends this work with a featurecomplete Petri net semantics for BPEL 2.0 <ref type="bibr" target="#b7">[8]</ref>.</p><p>As there exists several BPEL formalizations including a comprehensive and rigorously defined mapping of BPEL constructs onto Petri net structures presented in <ref type="bibr" target="#b18">[19,</ref><ref type="bibr" target="#b12">13]</ref> a detailed comparison and evaluation of Petri Net semantics for BPEL is presented in <ref type="bibr" target="#b8">[9]</ref>. The comparison reveals different modelling decisions with a discussion on their consequences together with an overview of the different properties that can be verified on the resulting models.</p><p>In the case of using labeled transition systems as models for formalizing BPEL, few efforts is found in the literature which focuses on some fragments of BPEL constructs. For instance, Geguang et al. present a language µ-BPEL <ref type="bibr" target="#b14">[15]</ref> where a full operational semantics using a labeled transition system is defined for this language and its constructs to Extended Timed Automata. The language constructs are mapped to a simplified version of BPEL 1.1. Fu et al. presented a translation from BPEL to guarded automata in their work <ref type="bibr" target="#b4">[5]</ref>; the guarded automata is further translated into Promela specification which is the language for the SPIN model. Similar approaches are also followed in <ref type="bibr" target="#b5">[6,</ref><ref type="bibr" target="#b6">7]</ref>. All these efforts points to the fact that there is an important need for service contracts to be specified and analyzed.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">Proposed Ideas</head><p>As mentioned in the previous section, many theoretical results have considered the semantics analysis of BPEL. However, there are several issues around these semantics. First, there is the issue of coverage -that is to say, is the full BPEL language covered or some fragments of it? Most of the efforts using automata as presented in the previous section covers only some fragments of BPEL. A few of the efforts using Petri net covers a feature-complete BPEL. We point this out because it is worthwhile to have a comparison with another full coverage in a different formalism like automata. Second, there is the issue of translation where one may ask: is it semantic preserving? There is also the third issue of whether it is manual, semi-automated or automated.</p><p>Figure <ref type="figure">2</ref> shows the proposed approach; mapping BPEL to timed automata (TA). This defines a semantics for BPEL with a clear description of what is included and what is abstracted in the mapping and thus answers the issues raised above. Looking at Figure <ref type="figure">2</ref>, starting from BPEL, we consider a full behavior of BPEL syntax and define the semantics based on UppAal, S BP EL . We follow a functional approach where we define a function β mapping BPEL to UppAal. We use timed automata for the formal model but with a rendering to UppAal because it is a mature model checking tool with wider audience and supported in our research environment. It can be a different choice (for example SPIN) in another environment. Note that the function given which takes care of the TA semantics is given with the UppAal tool and it's transition system semantics. Composing these two functions as shown in Figure <ref type="figure">3</ref> relates BP EL to S T A . In effect, having defined the function mapping BPEL to UppAal, we achieve a semantic preserving extraction/translation. That is, taking the inverse of the function gives us the result.</p><p>In <ref type="bibr" target="#b11">[12]</ref> we give a classification of service contract specification languages based on application families and aspects. The classification identifies competing languages across aspects. It shows where a language may fit into the development of service based applications as well as the ones that allow for desired analyses, for instance match of functionality, protocol compatibility or performance match. In addition, we use the classification to survey analysis approaches. Furthermore, the classification may assist in planning of development activities, where an application involves services with contracts that span across families. Such scenarios are to be expected as service oriented applications spread. Another paper <ref type="bibr" target="#b2">[3]</ref> focuses on analyzing behavioral properties for web service contracts formulated in Business Process Execution Language (BPEL) and Choreography Description Language (CDL). The key result reported is an automated technique to check consistency between protocol aspects of the contracts. The contracts are abstracted to (timed) automata and from there a simulation is set up, which is checked using automated tools for analyzing networks of finite state processes. The project offers three distinct contributions in the development of analysis and verification tools for SOA-based services. 1) The technique employed is a rigorous use of the power of functional languages in defining a property preserving mapping for the full behavior of BPEL. 2) Model checking of behavior properties of BPEL. General properties such as those related to deadlock and reachability as well as application specific properties are considered. Eg., services should not deadlock even with faults and compensation. 3) A prototype Integrated tool. The supporting tool will allow developers to leverage the already existing IDE such as Eclipse to design, specify and analyze SOA-based services. Tool Development: We focus on building a theory based tool that gives developers of SOA-based services a clear understanding of BPEL processes. We are implementing the integrated supporting tool as a plug-in in the Eclipse framework. A model (UML) of the various components of the analysis tool is shown in Figure <ref type="figure" target="#fig_1">4</ref>. Discussion: The main novelty is to solve the issue of semantics unrelated to analysis tools. This is achieved by defining the extraction function using a functional language. As a side effect to this, we develop a functional XML parser/unparser for Standard ML. As this is an ongoing work, further effort will be geared toward tuning the tool. We plan to build a service based point of sale system using ActiveVOS orchestration system to demonstrate analysis of properties.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 2 .Fig. 3 .</head><label>23</label><figDesc>Fig. 2. The new Approach</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 4 .</head><label>4</label><figDesc>Fig. 4. Plug-in Architecture</figDesc></figure>
		</body>
		<back>

			<div type="funding">
<div xmlns="http://www.tei-c.org/ns/1.0"><p>⋆ Partially supported by the Nordunet3 project COSoDIS -"Contract-Oriented Software Development for Internet Services".</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">A Calculus for Generation, Verification and Refinement of BPEL Specifications</title>
		<author>
			<persName><forename type="first">Faisal</forename><surname>Abouzaid</surname></persName>
		</author>
		<author>
			<persName><forename type="first">John</forename><surname>Mullins</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Electron. Notes Theor. Comput. Sci</title>
		<imprint>
			<biblScope unit="volume">200</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="43" to="65" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<analytic>
		<title level="a" type="main">Analyzing Web Service Contracts -An Aspect Oriented Approach</title>
		<author>
			<persName><forename type="first">Emilia</forename><surname>Cambronero</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Joseph</forename><forename type="middle">C</forename><surname>Okika</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Anders</forename><forename type="middle">P</forename><surname>Ravn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the International Conference on Mobile Ubiquitous Computing, Systems, Services and Technologies (UBICOMM&apos;</title>
				<meeting>the International Conference on Mobile Ubiquitous Computing, Systems, Services and Technologies (UBICOMM&apos;</meeting>
		<imprint>
			<publisher>IEEE Computer Society Press</publisher>
			<date type="published" when="2007-11">2007. November 2007</date>
			<biblScope unit="page" from="149" to="154" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<analytic>
		<title level="a" type="main">Consistency Checking of Web Service Contracts</title>
		<author>
			<persName><forename type="first">Emilia</forename><surname>Cambronero</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Joseph</forename><forename type="middle">C</forename><surname>Okika</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Anders</forename><forename type="middle">P</forename><surname>Ravn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Int&apos;l Journal On Advances in Systems and Measurements</title>
		<imprint>
			<biblScope unit="volume">1</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="29" to="39" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<analytic>
		<title level="a" type="main">Verification of Web Services with Timed Automata</title>
		<author>
			<persName><forename type="first">G</forename><surname>Diaz</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><forename type="middle">J</forename><surname>Pardo</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">E</forename><surname>Cambronero</surname></persName>
		</author>
		<author>
			<persName><forename type="first">V</forename><surname>Valero</surname></persName>
		</author>
		<author>
			<persName><forename type="first">F</forename><surname>Cuartero</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of First International Workshop on Automated Specification and Verification of Web Sites</title>
		<title level="s">Electronics Notes Theor. Computer Sci. series</title>
		<meeting>First International Workshop on Automated Specification and Verification of Web Sites</meeting>
		<imprint>
			<publisher>Springer Verlags</publisher>
			<date type="published" when="2005">2005</date>
			<biblScope unit="volume">157</biblScope>
			<biblScope unit="page" from="19" to="34" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Analysis of interacting BPEL web services</title>
		<author>
			<persName><forename type="first">Xiang</forename><surname>Fu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tevfik</forename><surname>Bultan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jianwen</forename><surname>Su</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">WWW &apos;04: Proceedings of the 13th international conference on World Wide Web</title>
				<meeting><address><addrLine>New York, NY, USA</addrLine></address></meeting>
		<imprint>
			<publisher>ACM</publisher>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="621" to="630" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<analytic>
		<title level="a" type="main">WSAT: A Tool for Formal Analysis of Web Services</title>
		<author>
			<persName><forename type="first">Xiang</forename><surname>Fu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tevfik</forename><surname>Bultan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jianwen</forename><surname>Su</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. of 16th Int. Conf. on Computer Aided Verification</title>
				<meeting>of 16th Int. Conf. on Computer Aided Verification</meeting>
		<imprint>
			<publisher>Springer</publisher>
			<date type="published" when="2004">2004</date>
			<biblScope unit="page" from="510" to="514" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Synchronizability of conversations among web services</title>
		<author>
			<persName><forename type="first">Xiang</forename><surname>Fu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Tevfik</forename><surname>Bultan</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Jianwen</forename><surname>Su</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE Transactions on Software Engineering</title>
		<imprint>
			<biblScope unit="volume">31</biblScope>
			<biblScope unit="issue">12</biblScope>
			<biblScope unit="page" from="1042" to="1055" />
			<date type="published" when="2005-12">December 2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">A feature-complete Petri net semantics for WS-BPEL 2</title>
		<author>
			<persName><forename type="first">Niels</forename><surname>Lohmann</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the Workshop on Formal Approaches to Business Processes and Web Services (FABPWS&apos;07)</title>
				<editor>
			<persName><forename type="first">Wolfgang</forename><surname>Kees Van Hee</surname></persName>
		</editor>
		<editor>
			<persName><forename type="first">Karsten</forename><surname>Reisig</surname></persName>
		</editor>
		<editor>
			<persName><surname>Wolf</surname></persName>
		</editor>
		<meeting>the Workshop on Formal Approaches to Business Processes and Web Services (FABPWS&apos;07)</meeting>
		<imprint>
			<date type="published" when="2007-06">June 2007</date>
			<biblScope unit="page" from="21" to="35" />
		</imprint>
		<respStmt>
			<orgName>University of Podlasie</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<monogr>
		<title level="m" type="main">Comparing and evaluating Petri net semantics for BPEL</title>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">M W</forename><surname>Niels Lohmann</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Chun</forename><surname>Verbeek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Christian</forename><surname>Ouyang</surname></persName>
		</author>
		<author>
			<persName><surname>Stahl</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2008">2008</date>
			<publisher>IJBPIM</publisher>
		</imprint>
	</monogr>
	<note>Accepted for publication</note>
</biblStruct>

<biblStruct xml:id="b9">
	<analytic>
		<title level="a" type="main">A pi-calculus based semantics for WS-BPEL</title>
		<author>
			<persName><forename type="first">Roberto</forename><surname>Lucchi</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Manuel</forename><surname>Mazzara</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">J. Log. Algebr. Program</title>
		<imprint>
			<biblScope unit="volume">70</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="96" to="118" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b10">
	<analytic>
		<title level="a" type="main">Consistency between executable and abstract processes</title>
		<author>
			<persName><forename type="first">Axel</forename><surname>Martens</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the 2005 IEEE International Conference on e-Technology, e-Commerce and e-Service (EEE&apos;05) on e-Technology, e</title>
				<meeting>the 2005 IEEE International Conference on e-Technology, e-Commerce and e-Service (EEE&apos;05) on e-Technology, e<address><addrLine>Washington, DC, USA</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE Computer Society</publisher>
			<date type="published" when="2005">2005</date>
			<biblScope unit="page" from="60" to="67" />
		</imprint>
	</monogr>
	<note>EEE &apos;05</note>
</biblStruct>

<biblStruct xml:id="b11">
	<analytic>
		<title level="a" type="main">Classification of SOA Contract Specification Languages</title>
		<author>
			<persName><forename type="first">Joseph</forename><forename type="middle">C</forename><surname>Okika</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Anders</forename><forename type="middle">P</forename><surname>Ravn</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">IEEE International Conference on</title>
		<imprint>
			<biblScope unit="volume">0</biblScope>
			<biblScope unit="page" from="433" to="440" />
			<date type="published" when="2008">2008</date>
		</imprint>
	</monogr>
	<note>Web Services</note>
</biblStruct>

<biblStruct xml:id="b12">
	<analytic>
		<title level="a" type="main">Formal semantics and analysis of control flow in WS-BPEL</title>
		<author>
			<persName><forename type="first">Chun</forename><surname>Ouyang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Eric</forename><surname>Verbeek</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">P</forename><surname>Wil</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Stephan</forename><surname>Van Der Aalst</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Marlon</forename><surname>Breutel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Arthur</forename><forename type="middle">H M</forename><surname>Dumas</surname></persName>
		</author>
		<author>
			<persName><surname>Hofstede</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Sci. Comput. Program</title>
		<imprint>
			<biblScope unit="volume">67</biblScope>
			<biblScope unit="issue">2-3</biblScope>
			<biblScope unit="page" from="162" to="198" />
			<date type="published" when="2007">2007</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b13">
	<analytic>
		<title level="a" type="main">Service-oriented architecture</title>
		<author>
			<persName><forename type="first">R</forename><surname>Perrey</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Lycett</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Applications and the Internet Workshops</title>
				<imprint>
			<date type="published" when="2003">2003. 2003</date>
			<biblScope unit="page" from="116" to="119" />
		</imprint>
	</monogr>
	<note>Proceedings. 2003 Symposium on</note>
</biblStruct>

<biblStruct xml:id="b14">
	<analytic>
		<title level="a" type="main">Towards the Semantics and Verification of BPEL4WS</title>
		<author>
			<persName><forename type="first">Geguang</forename><surname>Pu</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Xiangpeng</forename><surname>Zhao</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Shuling</forename><surname>Wang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Zongyan</forename><surname>Qiu</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Electr. Notes Theor. Comput. Sci</title>
		<imprint>
			<biblScope unit="volume">151</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="33" to="52" />
			<date type="published" when="2006">2006</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b15">
	<analytic>
		<title level="a" type="main">ASM-based semantics for BPEL: The negative Control Flow</title>
		<author>
			<persName><forename type="first">D</forename></persName>
		</author>
		<author>
			<persName><forename type="first">Fahland</forename><forename type="middle">W</forename><surname>Reisig</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proc. 12th International Workshop on Abstract State Machines</title>
				<meeting>12th International Workshop on Abstract State Machines</meeting>
		<imprint>
			<date type="published" when="2005">2005</date>
			<biblScope unit="page" from="131" to="151" />
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b16">
	<monogr>
		<title level="m" type="main">A Petri Net Semantics for BPEL</title>
		<author>
			<persName><forename type="first">Christian</forename><surname>Stahl</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2005-07">July 2005</date>
		</imprint>
		<respStmt>
			<orgName>Humboldt-Universitt zu Berlin</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Informatik-Berichte 188</note>
</biblStruct>

<biblStruct xml:id="b17">
	<monogr>
		<title level="m" type="main">Models and Verification of BPEL</title>
		<author>
			<persName><forename type="first">Frank</forename><surname>Van Breugel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">Maria</forename><surname>Koshika</surname></persName>
		</author>
		<ptr target="http://www.cse.yorku.ca/franck/research/drafts/tutorial.pdf" />
		<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b18">
	<analytic>
		<title level="a" type="main">Business process verification -finally a reality! Business Process Mgmt</title>
		<author>
			<persName><forename type="first">M</forename><forename type="middle">T</forename><surname>Wynn</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><forename type="middle">M W</forename><surname>Verbeek</surname></persName>
		</author>
		<author>
			<persName><surname>Aalst</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><forename type="middle">H M</forename><surname>Ter</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Hofstede</surname></persName>
		</author>
		<author>
			<persName><surname>Edmond</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal</title>
		<imprint>
			<biblScope unit="volume">15</biblScope>
			<biblScope unit="issue">1</biblScope>
			<biblScope unit="page" from="74" to="92" />
		</imprint>
	</monogr>
</biblStruct>

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