Hi guys,

 

I wonder if you can help me, I am trying to get a particular WSDL file to work and see to be having some bad luck......

 

Here is the basic code for now....

 

from suds.client import Client

 

wsdl = "file:///c://DummyData_Out_Async.wsdl"

client = Client(wsdl)

print client

 

I get an error like follows: “NoneType” object has no attribute ‘get’

 

Can anyone tell me why the attached WSDL file doesn’t work with SUBS? Please find WSDL file attached....

 

Thanks for the help ;-)

 

Lynton