summaryrefslogtreecommitdiff
path: root/suds/wsdl.py
Commit message (Expand)AuthorAgeFilesLines
* Modified plugin API to: initialized(), loaded(), sending() & received().jortel2010-05-131-1/+1
* Add Plugins facility. Supports hooks for onInit(), onLoad(), onSend() onRepl...jortel2010-05-111-0/+3
* Change wsdl Import to use DocumentReader instead of DefinitionsReader. This ...jortel2010-02-261-2/+2
* Add check for 'options' before del and change to remove list of unwanted opti...jortel2010-01-291-3/+6
* Fix pickling problem with wsdls that import other wsdls.jortel2010-01-281-4/+4
* Fix missing 'self' on getid.jortel2010-01-271-1/+1
* Enable WSDL caching as pickled object; refactor caching; remove /options/ att...jortel2010-01-261-68/+74
* Move transport caching to document-based caching. This approach leverages th...jortel2010-01-121-5/+3
* Decouple the sax.Parser and the Transport.jortel2010-01-121-2/+5
* Fix ticket 284; have <soap:fault/> inherit the /name/ from the outer <fault/>...jortel2009-12-101-4/+5
* Fix ticket 282; fixed wsdl schema_import().jortel2009-12-041-1/+1
* Move soaparray XSD extensions to separate module named soaparray.py. Update ...jortel2009-12-021-46/+1
* The strategy for unmarshalling soap encoded arrays needed to be updated. Ins...jortel2009-11-251-1/+1
* Fix cut-n-paste of wsdl object class name for <fault/>.jortel2009-11-201-1/+1
* Enhance rpc/encoded (soap section 5) encoded arrays. This includes soap-enc:...jortel2009-11-061-0/+45
* Fixed ticket #266, Enhance wsdl to allow for services having ports where the ...jortel2009-11-021-1/+4
* Enhance handling of WSDL when <input/> in not specified.jortel2009-10-271-12/+22
* Fix ticket #261; fix wsdl.Service.setlocation()jortel2009-10-271-3/+4
* Fix ticket #254 by handling simple types by restriction. Also, remove dead l...jortel2009-10-141-1/+0
* update epydocs and bump beta release information.jortel2009-09-091-1/+3
* Update wsdl Definitions to process <fault/> information.jortel2009-09-091-47/+99
* Rework the wsdl, client and servicedefinition to handle wsdls with multiple s...jortel2009-08-201-22/+9
* Fix ticket #241. Update wsdl data model to only include message parts in <bo...jortel2009-07-181-25/+62
* Fix ticket #208; move message (wrapped|bare) detection to wsdl; abstract gett...jortel2009-03-111-0/+22
* Update WSDL processing to handle <soap:operation/> inside of <wsdl:operation/...jortel2009-03-061-3/+4
* Update public and axis1 tests to work with prefix changes. Update wsdl so th...jortel2009-02-181-2/+2
* Updated wsdl to properly handle port types with multiple soap headers defined...jortel2009-02-111-18/+14
* Fix performance problemjortel2009-01-201-2/+3
* Fix multidocument document/literal to uses element names instead of part name...jortel2009-01-131-6/+17
* Refactor client namespace objects; add http authentication to axis1 and assoc...jortel2008-11-251-9/+43
* Draft API-3 as defined @ ( https://fedorahosted.org/suds/wiki/Api3Proposal ),...jortel2008-11-211-11/+14
* Fix unmarshaller so that xs types translated to python types aren't wrapped i...jortel2008-11-041-0/+4
* Add support for <wsdl:import/> of schema files into the wsdl root <definition...jortel2008-10-291-1/+30
* fix edge case bugs; fix ElementQuery to do a find() in all top level children...jortel2008-10-231-1/+0
* Update wsdl to set the tns on its merged schema to be the wsdl tns. Fix bug ...jortel2008-10-221-0/+1
* Restrict wsdl and schema loading to only those elements in the proper namespa...jortel2008-10-211-38/+39
* Raisejortel2008-10-171-9/+9
* Refactor xsd queries and shift query execution away from the schema and to th...jortel2008-10-171-11/+37
* Add setlocation() on client; add <group/> and <attributeGroup/> to schemajortel2008-10-161-0/+12
* progress on extending the wsdl handling of soap headers; log.debug() the impo...jortel2008-10-161-0/+26
* Remove Client.merge_methods() - not needed. Update the wsdl to only include ...jortel2008-10-011-8/+26
* Updated wsdl Definitions and Service: moved methods Definitions->Service. Up...jortel2008-09-301-17/+34
* add proper support for <xs:attribute ref=""/> attribute references. Also, ad...jortel2008-09-031-1/+1
* fix inject, add support for multiple port within a servicejortel2008-09-021-48/+62
* refactor sax.py into a package, updated all references. Made the XML special...jortel2008-08-291-1/+3
* Update wsdl to override namespace in operation if specified. Fix schema load...jortel2008-08-191-12/+19
* update document/literal binding to always send the document root referenced b...jortel2008-08-151-1/+1
* change to use the tns of the wsdl containing operation and not the tns of the...jortel2008-08-051-2/+4
* default the wsdl targetNamespace prefix to 'tns' when not definedjortel2008-08-051-4/+4
* Fix ENUMs broken during xsd package overhaul.jortel2008-08-051-1/+2