• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

J4 ›› 2015, Vol. 37 ›› Issue (09): 1627-1631.

• 论文 • Previous Articles     Next Articles

Adjacency matrixbased web service composition 

 LI Jingxia1,WU Guodong1,QIAN Junyan2   

  1. (1.School of Information and Computer,Anhui Agricultural University,Hefei 230036;
    2.School of Computer Scinece and Engineering,Guilin University of Electronic Science and Technology,Guilin 541004,China)
  • Received:2014-06-12 Revised:2015-01-16 Online:2015-09-25 Published:2015-09-25

Abstract:

Aiming at the disadvantages in dynamics and algorithm time complexity in the existing web service composition methods, we propose an adjacency matrixbased web service composition approach. Sequential and parallel relationship among web services is represented by adjacency matrix. Abstract services are created by clustering, and the composition relationship among abstract services is established by domain experts. The Warshall algorithm is utilized to calculate the transitive closure of the adjacency matrix so that we can judge whether the  the service request is met or not. Meanwhile the dynamic service composition flow is constructed. The proposed method applies well in service composition due to its simple operation and the O(n3) time complexity of the Warshall algorithm.

Key words: web service;service composition;adjacency matrix;transitive closure;Warshall algorithm