Web Service Composition Systems for the Web Service Challenge - A Detailed Review

Thomas Weise,Steffen Bleul,Kurt Geihs
2007-01-01
Abstract:This report gives a detailed discussion on the system, algorithms, and techniques that we have applied in order to solve the Web Ser- vice Challenges (WSC) of the years 2006 and 2007. These international contests are focused on semantic web service composition. In each chal- lenge of the contests, a repository of web services is given. The input and output parameters of the services in the repository are annotated with semantic concepts. A query to a semantic composition engine contains a set of available input concepts and a set of wanted output concepts. In order to employ an offered service for a requested role, the concepts of the input parameters of the offered operations must be more general than requested (contravariance). In contrast, the concepts of the output parameters of the offered service must be more specific than requested (covariance). The engine should respond to a query by providing a valid composition as fast as possible. We discuss three different methods for web service composition: an uninformed search in form of an IDDFS algorithm, a greedy informed search based on heuristic functions, and a multi-objective genetic algorithm.
What problem does this paper attempt to address?