The document discusses the design and implementation of a web service testing framework. It begins with background information on web services and RESTful web services. It then describes issues with generating a reference list from a WADL document to test the connectedness of resources. The proposed solution is to enhance the WADL specification by adding 'target' and 'id' attributes to provide more information for automatically generating a reference list and testing connectivity between resources. An implementation approach is outlined using a WADL analyzer, automatic reference list generator, and URI navigator to test connectedness based on the augmented WADL specification.