Questions tagged [suds]

Suds is a SOAP services library for Python & JavaScript.

Suds is a SOAP services library for Python & JavaScript.
Suds leverages python meta programming to provide an intuative API for consuming web services. Runtime objectification of types defined in the WSDL is provided without class generation.

678 questions
-2
votes
1 answer

Problem with wsdl in python (convert php to python)

Hi I'm trying to connect to a WebService with python. I have the Php documentation , but i couldn't convert to python. I have tried suds package like below from suds.client import Client url = "http://newwebservice.esaj.ir/api/topup" here is the…
Amir.S
  • 719
  • 8
  • 15
-2
votes
2 answers

Command "python setup.py egg_info" failed with error code 1 | can't install throught python and pycharm

I'm setting a bot for VK working with API of pochta.ru I cannot install suds because of Command "python setup.py egg_info" failed with error code 1 setuptools is the latest version I don't use Linux, I use PyCharm, but through Python it doesn't…
-2
votes
1 answer

How to extract values from list of nested dictionaries in python

I need to extract the name, pattern, and ownerUserName out of this list of dictionaries and store the values as variables. This looks to be a list of dictionaries that are nested many layers deep so unsure how to extract them. I'm running Python…
lee17
  • 11
  • 2
1 2 3
45
46