Top "Suds" questions

Suds is a SOAP services library for Python & JavaScript.

Can you help me solve this SUDS/SOAP issue?

So I'm trying to access this api https://www.clarityaccounting.com/api-docs/ using SUDS. Here is the code that should …

python soap wsdl suds
Python soap using soaplib (server) and suds (client)

This question is related to: Python SOAP server / client In the case of soap with python, there are recommendation to …

python soap suds
Python SOAP client, WSDL call with suds gives Transport Error 401 Unauthorized for HTTP basic authentication

Background I'm building a SOAP client with python 2.7.3 and using the suds 0.4.1 library provided by Canonical. The server is using …

python soap wsdl basic-authentication suds
Is it possible to use python suds to read a wsdl file from the file system?

From suds documentation, I can create a Client if I have a url for the WSDL. from suds.client import …

python soap wsdl suds
How to pass SOAP headers into python SUDS that are not defined in WSDL file

I have a camera on my network which I am trying to connect to with suds but suds doesn't send …

python xml wsdl suds soapheader
Parsing Suds SOAP complex data type into Python dict

I have some data coming from a SOAP API using Suds which I need to parse in my Python script. …

python soap dictionary suds
Serializing a suds object in python

Ok I'm working on getting better with python, so I'm not sure this is the right way to go about …

python soap pickle suds
Python/Suds: Type not found: 'xs:complexType'

I have the following simple python test script that uses Suds to call a SOAP web service (the service is …

python soap suds
how can i use sharepoint (via soap?) from python?

I want to use Sharepoint with python (C-Python) Has anyone tried this before ?

python sharepoint soap ntlm suds
Python SUDS SOAP request to https service 401

I am trying use SUDS and am stuck trying to figure out why I can't get authentication to work (or …

python https suds