Re: Method not found: 'ServiceSettingSave' in Suds package

2013-09-27 Thread dieter
Anup Kandalkar writes: > I am trying to create service for the url: > >wsdl_url = https://avatax.avalara.net/Account/Accountsvc.wsdl > > But some error is coming: > > svc = suds.client.Client(url=wsdl_url) > File "/usr/lib/python2.7/dist-packages/suds/client.py", line 114, in > __init

Method not found: 'ServiceSettingSave' in Suds package

2013-09-27 Thread Anup Kandalkar
I am trying to create service for the url: wsdl_url = https://avatax.avalara.net/Account/Accountsvc.wsdl But some error is coming: svc = suds.client.Client(url=wsdl_url) File "/usr/lib/python2.7/dist-packages/suds/client.py", line 114, in __init__ self.wsdl = reader.open(url) Fil