summaryrefslogtreecommitdiff
path: root/suds/client.py
Commit message (Expand)AuthorAgeFilesLines
* add metrics logging; time wait on server reply.jortel2011-02-111-0/+4
* Update epydocs and change RequestContext.sent -> RequestContext.envelope for ...jortel2010-10-151-2/+32
* Add 'nosend' option that causes the SoapClient to return a RequestContext ins...jortel2010-10-151-1/+26
* Add option: 'prettyxml' default=0 to control output XML as pretty printed or ...jortel2010-08-311-9/+14
* plugin API - version 2.jortel2010-08-241-15/+18
* Modified plugin API to: initialized(), loaded(), sending() & received().jortel2010-05-131-3/+3
* Pass Plugin.onSend() the soap envelope root Element instead of the Document.jortel2010-05-121-1/+1
* Rename SendContext attribute to (envelope).jortel2010-05-111-1/+1
* Add Plugins facility. Supports hooks for onInit(), onLoad(), onSend() onRepl...jortel2010-05-111-2/+12
* Change content-type http header to be: 'text/xml; charset=utf-8' per ticket 2...jortel2010-04-051-1/+1
* Enable WSDL caching as pickled object; refactor caching; remove /options/ att...jortel2010-01-261-7/+5
* Move transport caching to document-based caching. This approach leverages th...jortel2010-01-121-3/+4
* Remove warning on Client.clone().jortel2009-11-171-1/+2
* Fix Client.clone(), add missing self.messages.jortel2009-10-301-0/+1
* Fix broken defaulted option values introduced in r574.jortel2009-10-011-0/+1
* Replace suds.__init__.properties with __version__ and __build__ and fix clien...jortel2009-09-301-4/+4
* Refactor Options. Needed to separate the general options from the Transport ...jortel2009-09-301-5/+10
* Add enhancement #257 by adding an option 'retxml' that instructs the client t...jortel2009-09-251-1/+5
* Preliminary implementation of client.clone() used to reduct memory footprint ...jortel2009-09-141-0/+19
* Update epydocs and replace __xx__ attributes in selector classes with more pr...jortel2009-08-211-53/+177
* Add /service/ option used to default the service just has the /port/ option s...jortel2009-08-211-79/+98
* Rework the wsdl, client and servicedefinition to handle wsdls with multiple s...jortel2009-08-201-141/+89
* Fix ticket: 224 by updating the XInteger and XFloat xsd types to not translat...jortel2009-05-011-2/+6
* Fix marshaller.Encoded encode() to handle resolved being xs:any. Update opti...jortel2009-04-071-1/+1
* update epydocs and change default cache duration to (1) day.jortel2009-03-181-1/+1
* Refactor transport.py into a package. Add default URL caching.jortel2009-03-181-1/+4
* Update Transport API send() returns a Reply object; improve transport logging...jortel2009-03-181-2/+2
* add separator() method to the Client.Factory so users can set the path separa...jortel2009-02-271-0/+9
* Enable users to print the Client.Service. Suggested by ticket#201 and seemed...jortel2009-02-231-0/+12
* update builder constructor to take a resolverjortel2009-02-231-1/+1
* Add ordering to the suds object metadata; Update builder to add ordering info...jortel2009-01-241-1/+1
* Fix ticket #72jortel2009-01-161-2/+2
* Refactored xsd package: The schema object simplified to hold all children in ...jortel2009-01-161-3/+2
* Re-apply fix for Ticket #60 :(jortel2008-12-041-1/+1
* fix ticket #60jortel2008-12-041-2/+4
* add port-not-found error checking for explicit portsjortel2008-11-261-5/+33
* bump buildjortel2008-11-251-5/+5
* Refactor client namespace objects; add http authentication to axis1 and assoc...jortel2008-11-251-117/+140
* renamed AuthenticatedTransport -> HttpAuthenticatedjortel2008-11-241-2/+2
* update bannerjortel2008-11-241-4/+3
* Update build infojortel2008-11-241-1/+1
* Add AuthenticatedTransport to provide basic http authentication. Add Options...jortel2008-11-241-14/+3
* update README, move details to wiki with README containing links.jortel2008-11-241-4/+7
* Draft API-3 as defined @ ( https://fedorahosted.org/suds/wiki/Api3Proposal ),...jortel2008-11-211-213/+120
* bump build infojortel2008-11-101-1/+1
* add 'headers' keyword per ticket #50 to support user defined http headers; up...jortel2008-11-071-220/+257
* revise marshaller and binding to further sharpen the namespacing of nodes pro...jortel2008-10-311-1/+1
* fix epydocsjortel2008-10-271-1/+1
* add Client.setheaders() to set soap headers for *all* method invocationsjortel2008-10-271-2/+13
* make addprefix() only raise exception when prefix is defined __and__ differen...jortel2008-10-241-1/+2