summaryrefslogtreecommitdiff
path: root/suds/mx
Commit message (Expand)AuthorAgeFilesLines
* Don't add prefix (None) to the prefixes dict.jortel2011-08-121-1/+2
* Undo changes to literal marshalling prefix qualification.jortel2010-05-061-4/+1
* Update epydocs suds/xsd/schema.pyjortel2010-05-061-1/+4
* Fixed ticket #313. Fix attribute handling for TextAppender.jortel2010-05-031-4/+10
* In the ElementAppender (marshaller), wrap appended Elements to make them kind...jortel2010-01-291-3/+16
* Enable WSDL caching as pickled object; refactor caching; remove /options/ att...jortel2010-01-262-4/+7
* Tune the document/literal encode() method to set the xsi:type only when the r...jortel2010-01-071-0/+2
* Set /real/ type as Object metadata type in typed unmarshaller. Cast Objects ...jortel2009-12-221-1/+6
* Fix ticket 278 (again); fix (2) demensional soap encoded arrays. Also, fix h...jortel2009-12-032-1/+15
* Rename mx.Literal to mx.Typed and create mx.Literal. Update Typed.start() to...jortel2009-12-022-44/+120
* Move soaparray XSD extensions to separate module named soaparray.py. Update ...jortel2009-12-022-5/+69
* Add a (null) class to be used to explicitly pass NULL parameters and NULL for...jortel2009-11-191-0/+2
* Enhance rpc/encoded (soap section 5) encoded arrays. This includes soap-enc:...jortel2009-11-064-11/+41
* Add some hocus-pocus to the mx and umx Content classes to be more extensible ...jortel2009-11-062-6/+25
* Move the logic for XML special charachter escaping from the sax.element.Eleme...jortel2009-10-211-0/+14
* Rework the wsdl, client and servicedefinition to handle wsdls with multiple s...jortel2009-08-201-3/+3
* Refactor bindings/marshaller.py into the marshaller XML (mx) package; refacto...jortel2009-08-207-0/+880