summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Move soaparray XSD extensions to separate module named soaparray.py. Update ...jortel2009-12-026-53/+146
* Fix epydocsjortel2009-12-011-2/+2
* Fix sax special character encoding (escaping). Needed to be simpler and got ...jortel2009-12-015-22/+26
* Fix unicode problem.jortel2009-11-261-1/+1
* The strategy for unmarshalling soap encoded arrays needed to be updated. Ins...jortel2009-11-254-24/+44
* Provides the unmarshaller part of the 'enhanced soap encoded array support'. ...jortel2009-11-245-15/+119
* Add echoIntegerArray to public test for example.jortel2009-11-231-0/+7
* bump beta release info.jortel2009-11-201-1/+1
* Fix cut-n-paste of wsdl object class name for <fault/>.jortel2009-11-201-1/+1
* Fix place in the code missed when HttpTransport private methods made public.jortel2009-11-201-2/+2
* Make the private methods in HttpTransport public. Add a check for the versio...jortel2009-11-201-12/+57
* Rename owner and find() to provider.jortel2009-11-201-10/+10
* bump beta releasejortel2009-11-191-1/+1
* Add a (null) class to be used to explicitly pass NULL parameters and NULL for...jortel2009-11-193-3/+12
* Refactor Properties (options) links into a Link/Endpoint classes. Add domain...jortel2009-11-193-34/+150
* Update axis test for new-style rpc/encoded arrays; fix epydocs.jortel2009-11-182-10/+11
* Change parser to convert xmlns Attribute.value from Text to plain unicode.jortel2009-11-171-2/+2
* Tweak sax tree so it can be pickled.jortel2009-11-173-3/+50
* Remove warning on Client.clone().jortel2009-11-171-1/+2
* Enhance rpc/encoded (soap section 5) encoded arrays. This includes soap-enc:...jortel2009-11-0612-200/+312
* Add some hocus-pocus to the mx and umx Content classes to be more extensible ...jortel2009-11-064-11/+50
* Fix Element.attrib() so that when namespace is not specified, it finds attrib...jortel2009-11-043-31/+49
* Fixed ticket #266, Enhance wsdl to allow for services having ports where the ...jortel2009-11-021-1/+4
* Fix Client.clone(), add missing self.messages.jortel2009-10-303-1/+20
* Update PartElement to make parameters (mostly for rpc/encoded) optional. Thi...jortel2009-10-271-0/+3
* Enhance handling of WSDL when <input/> in not specified.jortel2009-10-271-12/+22
* Fix ticket #263, coding error.jortel2009-10-272-2/+2
* Fix ticket #261; fix wsdl.Service.setlocation()jortel2009-10-272-4/+5
* Move the logic for XML special charachter escaping from the sax.element.Eleme...jortel2009-10-216-44/+85
* Move WindowsHttpAuthenticated class from ntlm.py to https.py because it shado...jortel2009-10-213-48/+25
* Bump to 0.3.8 beta, update ntlm transport.jortel2009-10-212-5/+4
* Add NTLM transport and fix epydocs on http/https modules.jortel2009-10-213-2/+49
* 0.3.7 GA releasejortel2009-10-192-1/+3
* remove socket import; update changelog 0.3.7 notesjortel2009-10-163-6/+16
* Fix ticket #254 by handling simple types by restriction. Also, remove dead l...jortel2009-10-144-9/+110
* Further tweaking Options refactoring.jortel2009-10-011-19/+43
* Fix broken defaulted option values introduced in r574.jortel2009-10-013-3/+3
* Replace suds.__init__.properties with __version__ and __build__ and fix clien...jortel2009-09-306-11/+14
* Refactor Options. Needed to separate the general options from the Transport ...jortel2009-09-307-144/+525
* fix epydocs and bump beta release informationjortel2009-09-292-3/+3
* Centralize the conversion of schema objects attribute values from references ...jortel2009-09-283-30/+31
* TypedContent.resolve() not caching after lookupjortel2009-09-281-1/+3
* Add enhancement #257 by adding an option 'retxml' that instructs the client t...jortel2009-09-252-1/+10
* Clean up Factory.subclass() by not compiling or adding __init__() method.jortel2009-09-161-15/+9
* Preliminary implementation of client.clone() used to reduct memory footprint ...jortel2009-09-141-0/+19
* update epydocs and bump beta release information.jortel2009-09-092-2/+4
* Update wsdl Definitions to process <fault/> information.jortel2009-09-091-47/+99
* Fix unqualified reference to Import.xsdnsjortel2009-09-011-2/+2
* bump beta revisionjortel2009-09-011-1/+1
* Complete the list of XSD builtin (simple) types. Update schema.builtin() to ...jortel2009-09-012-4/+66