I used the following piece of code with the attached zipped WSDL:

import logging
logging.basicConfig(level=logging.INFO)
logging.getLogger('suds.client').setLevel(logging.DEBUG)
from suds.client import Client
from urllib import pathname2url

URL = 'file:' + pathname2url("/home/tal/Downloads/travelport/uAPI_WSDLschema_Release-3.0/air_v19_0/Air.wsdl") 
CLIENT = Client(URL)
print CLIENT


My computer wen to sleep for several minutes and then the script terminated with no printout.

Suds looks cool, but I can't get it to start...
Please help?

Thanks,

Tal. 
http://www.google.com/profiles/major.tal