summaryrefslogtreecommitdiff
path: root/suds/bindings/binding.py
Commit message (Expand)AuthorAgeFilesLines
* plugin API - version 2.jortel2010-08-241-0/+3
* Search successful reply envelopes for <soapenv:Fault/> to detect cases when s...jortel2010-05-051-0/+18
* Change content-type http header to be: 'text/xml; charset=utf-8' per ticket 2...jortel2010-04-051-3/+4
* Provide for composite reply w/ repeating message parts.jortel2010-03-301-5/+10
* Enable WSDL caching as pickled object; refactor caching; remove /options/ att...jortel2010-01-261-10/+14
* Move transport caching to document-based caching. This approach leverages th...jortel2010-01-121-6/+5
* Fix problem with content.real being None when passing sudsobject.Property par...jortel2009-12-111-1/+5
* Enhance rpc/encoded (soap section 5) encoded arrays. This includes soap-enc:...jortel2009-11-061-5/+0
* Update PartElement to make parameters (mostly for rpc/encoded) optional. Thi...jortel2009-10-271-0/+3
* 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-201-13/+7
* Add unset() to unset attributes on Element; Update binding to override explan...jortel2009-08-191-0/+3
* Add 'prefixes' option to control whether to qualify elements (when necessary)...jortel2009-07-281-2/+5
* Fix ticket #241. Update wsdl data model to only include message parts in <bo...jortel2009-07-181-18/+18
* Remove redundant epydocs (docstrings), only methods that don't override base ...jortel2009-07-151-0/+37
* Fix ticket #232 & #233, apply patch supplied with ticket.jortel2009-07-011-3/+4
* Update binding to provide marshaller() and unmarshaller() method as a means o...jortel2009-03-281-25/+33
* update Options() to set value to default when user specifies None.jortel2009-03-281-1/+1
* Add 'encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" to the soap en...jortel2009-03-261-2/+0
* Fixed ticket 215, changed binding get_reply() to use the length of rtypes ins...jortel2009-03-241-9/+10
* Fix multiref problem where references are expected to be <multiRef/> nodes. ...jortel2009-03-171-7/+10
* Update binding to ensure that soap header root elements are qualified by name...jortel2009-03-171-0/+4
* Fix ticket #208; move message (wrapped|bare) detection to wsdl; abstract gett...jortel2009-03-111-4/+2
* fix ticket 208, further enhance processing for document/literal barejortel2009-03-051-1/+1
* Add wsse module containing objects to support basic ws-security. Start with ...jortel2009-02-231-0/+6
* Update public and axis1 tests to work with prefix changes. Update wsdl so th...jortel2009-02-181-7/+4
* fix issue when soapheaders are passed via dict (keywords) where a missing or ...jortel2009-02-121-9/+5
* Updated wsdl to properly handle port types with multiple soap headers defined...jortel2009-02-111-25/+60
* Fix multidocument document/literal to uses element names instead of part name...jortel2009-01-131-1/+4
* Fix 'tag not-found' problem with rpc/encoded composte replyjortel2008-12-041-2/+7
* Draft API-3 as defined @ ( https://fedorahosted.org/suds/wiki/Api3Proposal ),...jortel2008-11-211-36/+18
* Replace marshaller.Content parent stuff and marshaller.Content.namespace() wi...jortel2008-11-191-15/+14
* Update binding so that <part type=""/> will have a parameter type of PartElem...jortel2008-11-101-1/+31
* revise marshaller and binding to further sharpen the namespacing of nodes pro...jortel2008-10-311-7/+41
* fix soapheader when not passed as collection. Broken during soapheader refac...jortel2008-10-241-0/+2
* Restrict wsdl and schema loading to only those elements in the proper namespa...jortel2008-10-211-3/+5
* Fix soapheader by adding missing namespace on headers; add setPrefix() to sax...jortel2008-10-181-0/+2
* Raisejortel2008-10-171-0/+2
* correct cut-n-paste errorjortel2008-10-171-2/+1
* Refactor xsd queries and shift query execution away from the schema and to th...jortel2008-10-171-37/+55
* Update client descripion to include optional build; add replyfilter to get_fa...jortel2008-10-171-0/+1
* fix Binding epydocjortel2008-10-171-2/+2
* Add setlocation() on client; add <group/> and <attributeGroup/> to schemajortel2008-10-161-0/+6
* tweak MultiRef support.jortel2008-10-071-1/+1
* tweak MultiRefs; remote GopherError imports and references.jortel2008-10-071-2/+3
* add 1st pass at multiref supportjortel2008-10-061-0/+3
* Updated wsdl Definitions and Service: moved methods Definitions->Service. Up...jortel2008-09-301-7/+6
* refactor the binding to support document/literal with (1) document in the soa...jortel2008-09-261-25/+5
* fix epydocsjortel2008-09-241-2/+2
* added last_send() last_received() in client. updated binding.get_reply() and...jortel2008-09-241-8/+10