summaryrefslogtreecommitdiff
path: root/suds/bindings/binding.py
Commit message (Expand)AuthorAgeFilesLines
...
* fix epydocjortel2008-09-091-1/+1
* update marshaller.Basic.process() method args to be process(value, tag=None) ...jortel2008-09-041-3/+3
* update epydocs for bindings packagejortel2008-09-041-16/+57
* add proper support for <xs:attribute ref=""/> attribute references. Also, ad...jortel2008-09-031-22/+78
* fix inject, add support for multiple port within a servicejortel2008-09-021-3/+3
* refactor sax.py into a package, updated all references. Made the XML special...jortel2008-08-291-1/+7
* * Update factory (builder) to include all attributes.jortel2008-08-201-1/+3
* Update wsdl to override namespace in operation if specified. Fix schema load...jortel2008-08-191-11/+3
* change to use the tns of the wsdl containing operation and not the tns of the...jortel2008-08-051-3/+4
* Fix ENUMs broken during xsd package overhaul.jortel2008-08-051-1/+2
* License as LGPLjortel2008-08-041-5/+6
* A complete overhaul of the (xsd) pacakge. Uses merging approach much like th...jortel2008-07-311-2/+1
* Fix <xs:import schemaLocation=/>; Implement <wsdl:import/> and retrofit the r...jortel2008-07-241-12/+10
* Update exceptions to be more /standard/ python by using Exception.__init__() ...jortel2008-07-081-1/+1
* Add capability in bindings to handle multiple root nodes in the returned valu...jortel2008-07-011-43/+51
* Refactored schema into new (xsd) package. Files just getting too big. Added ...jortel2008-06-271-4/+5
* Refactor SoapClient and 1) rename send() to invoke() 2) split message sending...jortel2008-06-251-2/+2
* Refactor marshaller with Appenders; add nobuiltin flag to resolve() to suppor...jortel2008-06-181-1/+1
* Updated schema and schema property loading (deep recusion stopped); Changed I...jortel2008-06-141-2/+72
* update readme about SOAP HEADERS; default soapheaders=() instead of {}jortel2008-05-301-0/+2
* add groundwork for user defined soap headersjortel2008-05-291-12/+28
* remove unused kwargs from bindings; cache bindings in wsdl; retrofit legacy S...jortel2008-05-281-5/+4
* In order to support the new features and fix reported bugs, I'm in the proces...jortel2008-05-201-13/+20
* fix logging by: NOT setting to info in suds.__init__.logger(); set handler on...jortel2008-05-081-1/+2
* Update the schema.py SchemaProperty loading sequence so that the schema is lo...jortel2008-05-071-1/+1
* Fixed problem where returned types (objects) with attributes that are collect...jortel2008-04-291-10/+13
* replace Property object with suds Object; remote property.py and retrofit app...jortel2008-04-251-4/+5
* replace flags such as 'faults' and 'nil_supported' with a **kwargs struct tha...jortel2008-04-251-3/+3
* chg serviceproxy to using a binding assigned per method operation. This bett...jortel2008-04-221-33/+1
* remove xsi:type from method tagjortel2008-04-221-1/+0
* move to qualified references everywherejortel2008-04-221-1/+1
* remove external test for types begin either builtin and custom since XBuiltin...jortel2008-04-211-12/+0
* rename schema get_type() to find() and schema property get_type() to ref() an...jortel2008-04-161-6/+4
* refactoring as it makes sense after adding the rpc/encoded. THIS VERSION HAS...jortel2008-04-151-28/+73
* refactor bindings to account for literal and encoded similaritiesjortel2008-04-141-3/+110
* Added Binding.nil_supported to controls how property values (out) = None and ...jortel2008-04-081-2/+4
* refactored: moved binding specific items to binding packagesjortel2008-02-211-5/+0
* Update to use suds.sax packagejortel2008-02-201-2/+4
* See 0.1.5 release notes in READMEjortel2007-12-221-1/+1
* project startupjortel2007-12-141-0/+43