Method not found: 'ServiceSettingSave' in Suds package

Anup Kandalkar kandalkar.a87 at gmail.com
Fri Sep 27 02:55:16 EDT 2013


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)
  File "/usr/lib/python2.7/dist-packages/suds/reader.py", line 152, in open
    d = self.fn(url, self.options)
  File "/usr/lib/python2.7/dist-packages/suds/wsdl.py", line 158, in __init__
    self.resolve()
  File "/usr/lib/python2.7/dist-packages/suds/wsdl.py", line 207, in resolve
    c.resolve(self)
  File "/usr/lib/python2.7/dist-packages/suds/wsdl.py", line 660, in resolve
    self.resolvesoapbody(definitions, op)
  File "/usr/lib/python2.7/dist-packages/suds/wsdl.py", line 686, in resolvesoapbody
    ptop = self.type.operation(op.name)
  File "/usr/lib/python2.7/dist-packages/suds/wsdl.py", line 525, in operation
    raise MethodNotFound(name)
MethodNotFound: Method not found: 'ServiceSettingSave'

please help me to solve this issues, for this need to update python packages or any other way.

Thanks



More information about the Python-list mailing list