Top "Suds" questions

Suds is a SOAP services library for Python & JavaScript.

Python: Making a request with suds

i'm testing out SUDS library and I'm trying to make a simple request to an endpoint but i get unusual …

python soap suds
python suds wrong namespace prefix in SOAP request

I use python/suds to implement a client and I get wrong namespace prefixes in the sent SOAP header for …

python soap xsd wsdl suds
Bypass SSL when I'm using SUDS for consume web service

I'm using SUDS for consuming web service. I tried like bellow: client = Client(wsdl_url) list_of_methods = [method for …

python ssl suds
Python - suds - no module

I've installed Python 2.7.1, setuptools and suds 0.4. When running my script, I'm having the following error: Traceback (most recent call last): …

python web-services suds
Soap Client using Suds

Soap call in Python Hi above is my previous question regarding soap. In there i am passing a 1D array. …

python soap suds
How to create arrayType for WSDL in Python (using suds)?

Environment: Python v2.6.2 suds v0.3.7 The WSDL (server) I work with, have the following schema sub-sections (I tried to write …

python xml arrays wsdl suds
Change web service url for a suds client on runtime (keeping the wsdl)

First of all, my question is similar to this one But it's a little bit different. What we have is …

python wsdl suds
ImportError: No module named suds

Having trouble with py2exe importing the suds module, and narrowed it down to the following: >>> imp.…

python import path suds importerror
How to import XSD schema with Python Suds (version 0.3.6) SOAP library : TypeNotFound exception?

I'm trying to use SABRE travel web services with Python Suds, but one XSD seems not well-formed (maybe namespace is …

python soap wsdl suds
Python: No Module named suds

I have python 2.7.9 installed. When I run my script, I get the following error: from suds.client import client ImportError: …

python suds