suds
Suds Error: BadStatusLine in httplib
I am using suds 0.3.6.When creating a suds client, I randomly get an error: httplib.py, _read_status(), line 355, class httplib.BadStatusLine\'[详细]
2023-04-12 09:57 分类:问答Exchange Web Services (EWS) - Exchange 2010 soap calls via suds
Im trying to send an email via Exchange Web Services using suds 0.4.1: import suds from suds.client import Client[详细]
2023-04-06 18:02 分类:问答Using SUDS Python WSDL client and Django Sentry, Exception with __sentry__ attribute
When using SUDS in a Django app, alongside Sentry error logging, I hit a problem where SUDS raises an error and Sentry tries to handle it, fails horribly and causes a server 500:[详细]
2023-04-05 13:39 分类:问答ImportError: No module named suds
Having trouble with py2exe importing the suds module, and narrowed i开发者_运维问答t down to the following:[详细]
2023-04-04 08:52 分类:问答UnicodeDecodeError in SUDS but only in the .exe generated by py2exe
I have a Python 2.7 script SendPreord.py which communicates with web services using SUDS. In the script I call a web service method passing some parameters as strings (runJob(par1, par2, par3)). It wo[详细]
2023-04-04 01:29 分类:问答Add Namespace to the default WSSE Security Object in Suds
I understand how to add a header to the SOAP request. But that generates a header that doesn\'t match the one I need to pass. That returns this header:[详细]
2023-03-30 10:35 分类:问答Assigning xml structured output from webservice method in python
I\'m calling a method called getNewReports() of a webservice. This method takes in a u开发者_Go百科sername and password and outputs xml structured data.[详细]
2023-03-28 06:34 分类:问答Constructing Function in VB.net SOAP web service to receive an Array
I have a specific problem that I have not yet found an answer to.Basically I need to pass a list of numbers into a function do some math and return them.I can pass one number at a time without a probl[详细]
2023-03-24 23:32 分类:问答Using existing soap client written Python & suds for an iPhone app
I have written a client for JIRA in python and I 开发者_JAVA技巧was wondering if there is any way to use my existing libraries written in python for an iPhone jira client.[详细]
2023-03-23 23:27 分类:问答Consume SOAP webservices using escaped xml as attribute
I am using suds to consume SOAP web services like this way: from suds.client import Client url = \"http://www.example.com?wsdl\"[详细]
2023-03-21 16:05 分类:问答