Detection of web service substitutability and composability

Download: PDF.

“Detection of web service substitutability and composability” by Michael D. Ernst, Raimondas Lencevicius, and Jeff H. Perkins. In WS-MaTe 2006: International Workshop on Web Services — Modeling and Testing, (Palermo, Italy), June 9, 2006, pp. 123-135.

Abstract

Web services are used in software applications as a standard and convenient way of accessing remote applications over the Internet. Web services can be thought of as remote procedure calls. This paper proposes an approach to determine web service substitutability and composability. Because web services may be unreliable, finding other services substitutable for an existing one can increase application uptime. Finding composable services enables applications to be programmed by composing several web services (using one service's output as an input to another web service). We have implemented our technique and evaluated it on 14 freely available web services producing 92 outputs. Our approach correctly detects all composable and substitutable web services from this set.

Download: PDF.

BibTeX entry:

@inproceedings{ErnstLP2006,
   author = {Michael D. Ernst and Raimondas Lencevicius and Jeff H. Perkins},
   title = {Detection of web service substitutability and composability},
   booktitle = {WS-MaTe 2006: International Workshop on Web Services ---
	Modeling and Testing},
   pages = {123--135},
   address = {Palermo, Italy},
   month = {June~9,},
   year = {2006}
}

(This webpage was created with bibtex2web.)

Back to Program Analysis Group publications.