SOA – Experiment 3: Web Services Composition Challenge
实验说明 完成一套Services Composition Software 根据IEEE/CEC WSC 2009的规范 http://ws-challenge.georgetown.edu/wsc09/ WSC 2009 Rules 详见WSC2009Rules-1.1.pdf
实验任务 完成服务组装 给定一些已有资源和目标服务, 完成组装 达到最好的QoS
Quality of Service(QoS) Response Time : 越小越好 Throughput : 越大越好 组装服务的QoS 并行(Sequence) / 串行(Flow) Invoke多个Services Response Time : 串行相加, 并行取最大值 Throughput : 串行并行都取最小值
QoS 计算实例
实验要求 实现一个Web Services组装的Web Service 给定资源(以路径的方式输入): 任务: WSDL files: 包含services信息(input/output) OWL file: 包含服务中用到的类型信息 WSLA files: 包含services的QoS信息 任务: 提交WSDL Query: 描述required service 寻找一个Composition, 以WSBPEL的形式输出
评测标准 同WSC 2009 4组测试集(每组最高18pts) 运行时限: 5分钟 评价: 最佳组装QoS 运行速度
文件格式 - OWL
文件格式 - WSDL
其他文件格式 WSLA WSBPEL 详见WSC2009Rules-1.1.pdf
一些工具
Thanks!