The BFStar.py Manual

Last modified: Fri Feb 11 03:07:39 EST 2005

BFStar.py is a program that reads in WSDL files based on a format specified by the EEE. The WSDL files are then converted to data structures that can be compared using a bloom filter. The program also requires a GOAL WSDL file that defines what the output is desired by the user. BFStar.py then searches through the available web service data structures to 1)discover a single web service that matches the GOAL service or 2)composes a service out of the available services that meets the end requirements of the GOAL service. This program uses different versions of the A* algorithm and uses the bloom filter to create succinct data structures from the web service information.

Installation

BFStar.py - Intro

Basic Usage

Available Options

Details of available options will be displayed with "-h" option as follows:
      c:\Python24\python.exe bfstar.py -h

Further Testing for Large-Scale Data

Further Documentation