I was wondering if there was a maximum limit to the number of items that could be received through a SOAP method, or if the server I\'m communicating with just has a strange limit.
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:
I am using the following python code to display all methods offered by a webservice genera开发者_StackOverflowted from a wsdl version 2.0 file.
In python suds, how do I insert a Raw XML node into an object created via the factory.create method, while still maintaining attributes?Is there some _child field I could use?Basically, how do I use a
I\'m having a really tough time debugging a SharePoint SOAP call to create a list item. The SOAP body I\'m sending is:
I have task get up soap service in Django (for receive data from commerce software) Have been installed soaplib2.0.0beta and made layer from soap to django (use Django Snippets)
I\'ve installed Python 2.7.1, setuptools and suds 0.4. When running my script, I\'m having the following error:
I am trying to raise a Suds.WebFault from python code. The __init__ method\\constructor takes three arguments __init__(self, fault, document). The fault has fault.faultcode and fault.detail members\\a
from suds.client import Client #@UnresolvedImport from suds.transport.https import HttpAuthenticated #@UnresolvedImport
I have been trying to write a client to access a web service for work. I have successfully written clients using SUDS and ZSI with Python. I have used NetBeans 6.9 to assist in writing a few Java clie