41
41
# Request the WADL from the root resource.
42
42
# We do this by creating a request object asking for a WADL
45
45
url = urlparse.urljoin(allvhosts.configs['api'].rooturl, version)
46
46
request = WebServiceTestRequest(version=version, environ={