summaryrefslogtreecommitdiff
path: root/suds/resolver.py
Commit message (Expand)AuthorAgeFilesLines
* Fix ticket #228.jortel2009-06-031-1/+0
* add separator() method to the Client.Factory so users can set the path separa...jortel2009-02-271-6/+9
* Update base Resolver to be used as generic resolverjortel2009-02-231-0/+23
* add depth()jortel2009-02-161-0/+8
* update resolver to fix ticket #71; refactored TreeResolver and got rid of __f...jortel2009-01-261-65/+80
* Add ordering to the suds object metadata; Update builder to add ordering info...jortel2009-01-241-53/+74
* Fix ticket #49, Builder updated to add missing type information to inner clas...jortel2008-11-061-1/+2
* fix epydocjortel2008-10-311-1/+1
* revise marshaller and binding to further sharpen the namespacing of nodes pro...jortel2008-10-311-28/+22
* Change the signatures back to types. This will be ok since the marshaller ha...jortel2008-10-231-15/+68
* fix edge case bugs; fix ElementQuery to do a find() in all top level children...jortel2008-10-231-2/+14
* Update wsdl to set the tns on its merged schema to be the wsdl tns. Fix bug ...jortel2008-10-221-2/+6
* Change PathResolver to return unresolved types by default. This is needed so...jortel2008-10-221-7/+5
* Refactor xsd queries and shift query execution away from the schema and to th...jortel2008-10-171-3/+3
* update path resolver to use nobuiltin=True on resolution. Update marshaller t...jortel2008-10-151-2/+2
* refactor sax.py into a package, updated all references. Made the XML special...jortel2008-08-291-1/+1
* Add alternalte ns qualification syntax to Client.Factory.create() via PathRes...jortel2008-08-051-2/+42
* 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-7/+10
* performance updates: add metrics module and instrument key modules; change lo...jortel2008-07-161-7/+7
* Refactored schema into new (xsd) package. Files just getting too big. Added ...jortel2008-06-271-20/+24
* Refactor SoapClient and 1) rename send() to invoke() 2) split message sending...jortel2008-06-251-2/+2
* add XBoolean and mappings; add findattr() to TreeResolver in preparation for ...jortel2008-06-171-1/+20
* update epydocsjortel2008-06-171-0/+5
* Updated schema and schema property loading (deep recusion stopped); Changed I...jortel2008-06-141-33/+54
* add sudsobject.Property; a property is a special Object that contains a (valu...jortel2008-05-301-2/+8
* In order to support the new features and fix reported bugs, I'm in the proces...jortel2008-05-201-0/+265