summaryrefslogtreecommitdiff
path: root/suds/serviceproxy.py
Commit message (Expand)AuthorAgeFilesLines
* Fix ENUMs broken during xsd package overhaul.jortel2008-08-051-1/+2
* License as LGPLjortel2008-08-041-5/+6
* update epydocsjortel2008-06-171-0/+2
* remove unused kwargs from bindings; cache bindings in wsdl; retrofit legacy S...jortel2008-05-281-267/+11
* add the Proxy (2nd generation API) classjortel2008-05-221-12/+0
* updated the serviceproxy.Factory to use the simpler create() method; updated ...jortel2008-05-221-27/+25
* add accessor/conversion functions to that user don't need to access __x__ att...jortel2008-05-221-0/+17
* Fix ns in marshaller; Change ns promotion in sax to prevent ns promoted to pa...jortel2008-05-211-1/+3
* In order to support the new features and fix reported bugs, I'm in the proces...jortel2008-05-201-1/+1
* fix logging by: NOT setting to info in suds.__init__.logger(); set handler on...jortel2008-05-081-11/+9
* update epydoc for sax.py and change serviceproxy.py:set_proxies() to log DEBU...jortel2008-05-071-1/+1
* Update the schema.py SchemaProperty loading sequence so that the schema is lo...jortel2008-05-071-5/+5
* updated epydocsjortel2008-04-301-3/+3
* Fixed problem where returned types (objects) with attributes that are collect...jortel2008-04-291-8/+10
* updated epydocsrelease-0.2jortel2008-04-291-2/+4
* apply jespern patch to support cookies; rename some of the private Client met...jortel2008-04-291-16/+53
* Add epydoc documentationjortel2008-04-281-15/+88
* refactor ServiceProxy into ServiceProxy, Method, Factory and Client classes; ...jortel2008-04-281-72/+119
* replace Property object with suds Object; remote property.py and retrofit app...jortel2008-04-251-7/+8
* replace flags such as 'faults' and 'nil_supported' with a **kwargs struct tha...jortel2008-04-251-28/+36
* fix get_enum() refactoring ... againjortel2008-04-231-0/+1
* fix get_enum() refactoringjortel2008-04-231-4/+4
* chg serviceproxy to using a binding assigned per method operation. This bett...jortel2008-04-221-25/+37
* add logging (debug) for reply on failedjortel2008-04-221-0/+1
* remove external test for types begin either builtin and custom since XBuiltin...jortel2008-04-211-1/+2
* refactoring as it makes sense after adding the rpc/encoded. THIS VERSION HAS...jortel2008-04-151-3/+15
* move http header creation to separate methodjortel2008-04-091-1/+6
* conversion from httplib to urllib2, fixed formatting error in tostr()jortel2008-04-091-34/+28
* Added Binding.nil_supported to controls how property values (out) = None and ...jortel2008-04-081-1/+5
* Rework the unicode stuff to use suds.tostr() and have __str__() return UTF-8 ...jortel2008-04-071-6/+6
* convert port to int and remote str()jortel2008-04-031-1/+1
* Add unicode support by: add __unicode__ to all classes with __str__; and repl...jortel2008-04-031-1/+4
* Contains the completion of *full* namespace support as follows:jortel2008-04-011-2/+6
* release 0.1.6, see release notes in README.txtjortel2008-03-061-1/+1
* See 0.1.5 release notes in READMEjortel2007-12-221-1/+1
* project startupjortel2007-12-141-0/+128