summaryrefslogtreecommitdiff
path: root/suds/options.py
Commit message (Expand)AuthorAgeFilesLines
* Add 'nosend' option that causes the SoapClient to return a RequestContext ins...jortel2010-10-151-0/+6
* Add option: 'prettyxml' default=0 to control output XML as pretty printed or ...jortel2010-08-311-0/+5
* plugin API - version 2.jortel2010-08-241-1/+1
* Add Plugins facility. Supports hooks for onInit(), onLoad(), onSend() onRepl...jortel2010-05-111-0/+3
* Enhance caching: Add cachingpolicy (0=xml documents, 1=wsdl object); Add Docu...jortel2010-03-311-1/+7
* Update epydocs.jortel2010-01-131-3/+0
* Move transport caching to document-based caching. This approach leverages th...jortel2010-01-121-1/+9
* Fix problem with content.real being None when passing sudsobject.Property par...jortel2009-12-111-1/+1
* Add autoblend feature (disabled by default). The feature (option) ensures th...jortel2009-12-111-1/+6
* Refactor Properties (options) links into a Link/Endpoint classes. Add domain...jortel2009-11-191-1/+2
* Refactor Options. Needed to separate the general options from the Transport ...jortel2009-09-301-136/+34
* fix epydocs and bump beta release informationjortel2009-09-291-2/+2
* Add enhancement #257 by adding an option 'retxml' that instructs the client t...jortel2009-09-251-0/+5
* Add /service/ option used to default the service just has the /port/ option s...jortel2009-08-211-2/+6
* Add 'prefixes' option to control whether to qualify elements (when necessary)...jortel2009-07-281-0/+5
* Add 'xstq' option to control when xsi:type values should be qualified by name...jortel2009-06-151-2/+7
* simplify schema doctorjortel2009-05-141-0/+6
* Fix marshaller.Encoded encode() to handle resolved being xs:any. Update opti...jortel2009-04-071-1/+22
* update Options() to set value to default when user specifies None.jortel2009-03-281-11/+32
* Add NoCache and default to that in optionsjortel2009-03-191-2/+2
* default cachejortel2009-03-191-1/+1
* Refactor transport.py into a package. Add default URL caching.jortel2009-03-181-1/+4
* Add wsse module containing objects to support basic ws-security. Start with ...jortel2009-02-231-0/+4
* update epydocs - add location optionjortel2009-01-051-0/+2
* Fix minor bugsjortel2008-11-241-1/+1
* Add AuthenticatedTransport to provide basic http authentication. Add Options...jortel2008-11-241-9/+8
* Draft API-3 as defined @ ( https://fedorahosted.org/suds/wiki/Api3Proposal ),...jortel2008-11-211-0/+125