Hello,
I am trying to use Suds with the English Live Departure Board Web Service. This service is documented there: http://www.livedepartureboards.co.uk/ldbws/
If I try to connect a suds client to this service: c=suds.client.Client('http://realtime.nationalrail.co.uk/ldbws/wsdl.aspx')
I get an AttributeError: "'list' object has no attribute 'root'" at the line "types.root.append(d.root)" in wsdl.py (line 365)
I have the same error for the version 0.3.7, 0.3.8 and the SVN.
If someone has an idea how I could use this webserservice, I would appreciate any help.
Many thanks,
Antoine