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:
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
I am trying to connect to SugarCRM soap services (what\'s the correct terminology?) using Suds: from suds.client import Client
This script from suds.client import Client server = \"https://sandbox.google.com\" client = Client(server + \"/api/adsense/v3/AccountService?wsdl\")
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.
What is the appropriate way for handling exceptions from libraries imported by other libraries in Python?
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
I have soap service under Apache with ssl, suds works greate without ssl. I have client certificate (my.crt and user.p12 files).
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.
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