suds Questions

1

Solved

I'm using the python suds module and would like to retrieve the response headers (specifically Last-Modified) from a suds response.
Regelation asked 3/4, 2012 at 15:52

1

I would like to interrogate a WSDL using SUDS to get the parameters and attributes of a web service. I'm pretty much down to this one last thing. How do I interrogate the service to find the minOcc...
Unknown asked 29/2, 2012 at 14:10

1

I am working with a somewhat non-standard SOAP webservice. Most of the calls to the webservice return the standard SOAP XML as you would expect, but one call in particular returns a JSON string ins...
Philipphilipa asked 11/10, 2011 at 22:16

4

Solved

I have been trying to control a camera through a wsdl file using SUDS. I have got the code working but I want to place error handling into the script. I have tried different exceptions but am unabl...
Baecher asked 18/1, 2010 at 9:56

2

Solved

I have an application in python 2.5 which sends data through suds 0.3.6. The problem is that the data contains non-ascii characters, so I need the following header to exist in the soap message: C...
Headman asked 10/5, 2010 at 15:43

2

I have a question regarding the different ways inheritance are represented between WCF and SUDS (Python). I have a C++/CLI WCF server (.NET 3.5 SP1) and I'm trying to communicate with it. I've used...
Falsify asked 25/2, 2010 at 14:54

1

Solved

I'm pretty sure suds is not caching my WSDLs and XSDs like I expect it to. Here's how I know that cached objects are not being used: It takes about 30 seconds to create a client: client = Client(...
Sweetbrier asked 17/5, 2011 at 23:15

1

Solved

Soap call in Python Hi above is my previous question regarding soap. In there i am passing a 1D array. Now my problem is i need to pass the 2D array to the following Soap schema. Request Sch...
Margaretmargareta asked 24/4, 2011 at 6:48

4

Solved

I want to use Sharepoint with python (C-Python) Has anyone tried this before ?
Yeld asked 20/10, 2008 at 16:9

1

I have a working python program that is fetching a large volume of data via SOAP using suds. The web service is implemented with a paging function such that I can grab nnn rows with each fetch call...
Disqualification asked 5/3, 2011 at 1:33

3

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 it clearly using plain text) - [ sub-section #1 ] searchReques...
Randolf asked 15/7, 2009 at 11:20

3

Solved

I am trying to work with the HORRIBLE web services at Commission Junction (CJ). I can get the client to connect and receive information from CJ, but their database seems to include a bunch of bad c...
Soninlaw asked 16/1, 2011 at 2:57

2

I'm trying to use SABRE travel web services with Python Suds, but one XSD seems not well-formed (maybe namespace is missing in this schema). from suds.client import Client wsdl = 'http://webservi...
Telescopy asked 29/8, 2009 at 10:47

1

Solved

i'm using suds 0.4 and python 2.6, to communicate with remote server. It's WSDL loads perfectly, but any function call returns error. Something is wrong with that server. Now i need to get a dump...
Konstanz asked 24/11, 2010 at 10:11

1

Solved

I have a project that is based on Twisted used to communicate with network devices and I am adding support for a new vendor (Citrix NetScaler) whose API is SOAP. Unfortunately the support for SOAP ...
Molybdic asked 19/4, 2010 at 22:1

2

This question is related to: Python SOAP server / client In the case of soap with python, there are recommendation to use soaplib (http://wiki.github.com/jkp/soaplib) as soap server and suds (http...
Cankerworm asked 2/1, 2010 at 17:51

1

Solved

I have a camera on my network which I am trying to connect to with suds but suds doesn't send all the information needed. I need to put extra soap headers not defined in the WSDL file so the camera...
Elanorelapid asked 18/3, 2010 at 13:8

2

Solved

To avoid repeatedly accessing a SOAP server during development, I'm trying to cache the results so I can run the rest of my code without querying the server each time. With the code below I get a ...
Iene asked 30/1, 2010 at 12:46

3

Solved

Using SUDS SOAP client how do I specify web service URL. I can see clearly that WSDL path is specified in Client constructor but what if I wan't to change web service url?
Snore asked 3/11, 2009 at 22:31

1

Solved

I have the following simple python test script that uses Suds to call a SOAP web service (the service is written in ASP.net): from suds.client import Client url = 'http://someURL.asmx?WSDL' clie...
Brookins asked 25/8, 2009 at 15:53

© 2022 - 2024 — McMap. All rights reserved.