suds
Accessing Kashoo API through Python and SUDS. Problem with time format in authentication token
I\'m trying to access this API https://www.kashoo.com/api-docs using SUDS in Python. The Python code I use is the following:[详细]
2023-03-18 23:59 分类:问答[python-suds]Bug? One additional element is created when using Factory
I am using suds to call web service, but the debug log shows that the xml elements are not correct. It added one additional parent element. Does anyone know this is a bug or not? How to fix it? Why is[详细]
2023-03-16 21:37 分类:问答Why am I getting "Exception: (404, u'Not Found')" with Suds
I am trying to connect to SugarCRM soap services (what\'s the correct terminology?) using Suds: from suds.client import Client[详细]
2023-03-15 15:32 分类:问答Error importing adsense api v3 wsdl with python-suds
This script from suds.client import Client server = \"https://sandbox.google.com\" client = Client(server + \"/api/adsense/v3/AccountService?wsdl\")[详细]
2023-03-15 11:11 分类:问答Explicit code generation from WSDL file for autocomplete?
I\'m using the suds library as a SOAP client in some project. I would like to know if there was a way to generate Python code according to the WSDL file.[详细]
2023-03-14 17:18 分类:问答Best practice for handling exceptions from libraries imported by other libraries in Python?
What is the appropriate way for handling exceptions from libraries imported by other libraries in Python?[详细]
2023-03-13 13:10 分类:问答How do you get Suds to run a proxy after using NTLM to authenticate Lists.asmx?WSDL?
I am trying to use Python suds to access a SharePoint list by using a service but I am having some difficulties with the client component.I am behind a corporate firewall first of all which means that[详细]
2023-03-13 02:29 分类:问答Suds over https with cert
I have soap service under Apache with ssl, suds works greate without ssl. I have client certificate (my.crt and user.p12 files).[详细]
2023-03-11 00:48 分类:问答Unicode error on response from web service using python suds
I\'ve seen the other threads about this issue, but I haven\'t seen an answer that helps me. My issue is very similar to the person using \"CJ\'s horrible web services\" in a previous post.[详细]
2023-03-09 20:59 分类:问答Suds ignoring cache setting?
I\'m using suds 0.3.8, Python 2.4.3, and Django 1.1.1.The code I inherited has a long duration for the cached files, but it\'s expiring on the default cadence of once every 24 hours.The external serve[详细]
2023-03-09 05:35 分类:问答
加载中,请稍侯......