Method not found: 'ServiceSettingSave' in Suds package

A

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)
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
 
D

dieter

Anup Kandalkar said:
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'

This looks to be a bug in the "wsdl". Somewhere, it refers to
"ServiceSettingSave" but there is no definition for it.

To analyse,
I would download the WSDL description (recursively, if
necessary to get the full description) and search there for
"ServiceSettingSave".
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,902
Latest member
Elena68X5

Latest Threads

Top