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 c
Ok I\'m working on getting better with python, so I\'m not sure this is the 开发者_如何学Cright way to go about what I\'m doing to begin with, but here\'s my current problem...
So I\'m trying to access this api https://www.clarityaccounting.com/api-docs/ using SUDS.Here is the code that should work:
Please advise library for working with soap in python. Now, I\'m trying to use \"suds\" and I can\'t undestand how get http headers from server reply
I\'m trying to attach some files to a Jira using the Soap API. I have python 2.6 and SOAPpy isn\'t working any more, so, I\'m using suds. Everything is fine except for the attachements ... I don\'t k
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.
Does anyone know about a good SUDS tutorial. I am trying to run tests on WSDL files and I am having trouble finding any imformation on how to do this. Is SUDS much different to SOAPy and would anyone
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 unable t
The code below throw a SAXParseException: \"mismatched tag\": from suds.client impo开发者_StackOverflow中文版rt Client <br>
I\'m using Python 2.6 and suds 0.3.7 to interact with JIRA 4.0. When I connect to the JIRA server, I get information on all the issues just fine.