summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Trim microsecond to 999999 when bigger to comply with python datetime.datetim...jortel2009-12-071-1/+15
* Fix ticket 278 (again); fix (2) demensional soap encoded arrays. Also, fix h...jortel2009-12-032-2/+2
* Rename mx.Literal to mx.Typed and create mx.Literal. Update Typed.start() to...jortel2009-12-021-0/+63
* Move soaparray XSD extensions to separate module named soaparray.py. Update ...jortel2009-12-021-1/+6
* Fix sax special character encoding (escaping). Needed to be simpler and got ...jortel2009-12-011-0/+3
* Provides the unmarshaller part of the 'enhanced soap encoded array support'. ...jortel2009-11-243-14/+14
* Add echoIntegerArray to public test for example.jortel2009-11-231-0/+7
* Add a (null) class to be used to explicitly pass NULL parameters and NULL for...jortel2009-11-191-3/+3
* Update axis test for new-style rpc/encoded arrays; fix epydocs.jortel2009-11-181-9/+10
* Fix Client.clone(), add missing self.messages.jortel2009-10-301-0/+18
* Move the logic for XML special charachter escaping from the sax.element.Eleme...jortel2009-10-211-15/+0
* Convert XML date, time & datetime classes (XDate, XTime & XDateTime) to use t...jortel2009-08-311-280/+485
* Refactor bindings/marshaller.py into the marshaller XML (mx) package; refacto...jortel2009-08-201-1/+1
* add simple array examplejortel2009-07-161-0/+7
* Add HttpAuthenticated to transport.http.py. This class provides a primiative...jortel2009-07-101-1/+3
* Replace xlstr class in binding.__init__.py with sax.text.Text. Updated Eleme...jortel2009-06-181-2/+2
* Add 'xstq' option to control when xsi:type values should be qualified by name...jortel2009-06-152-21/+34
* Remove redundant call to HttpAuthenticated __init__()jortel2009-04-161-2/+2
* Fix marshaller.Encoded encode() to handle resolved being xs:any. Update opti...jortel2009-04-071-1/+9
* changing caching directory to /tmp/sudsjortel2009-03-181-1/+1
* Update Transport API send() returns a Reply object; improve transport logging...jortel2009-03-181-1/+1
* Update public and axis1 tests to work with prefix changes. Update wsdl so th...jortel2009-02-182-15/+9
* (no commit message)jortel2009-01-241-0/+1
* add http://lyricwiki.org/server.php?wsdl to public testjortel2008-12-041-0/+15
* Fix 'tag not-found' problem with rpc/encoded composte replyjortel2008-12-041-2/+2
* Refactor client namespace objects; add http authentication to axis1 and assoc...jortel2008-11-251-1/+1
* add auth credentials to axis1 testjortel2008-11-251-2/+4
* Fix minor bugsjortel2008-11-241-1/+2
* Add AuthenticatedTransport to provide basic http authentication. Add Options...jortel2008-11-241-13/+1
* Draft API-3 as defined @ ( https://fedorahosted.org/suds/wiki/Api3Proposal ),...jortel2008-11-211-2/+6
* add sudsobject.footprint(); add Element.prune(); update flattening to NOT rev...jortel2008-11-191-1/+8
* Replace marshaller.Content parent stuff and marshaller.Content.namespace() wi...jortel2008-11-192-9/+9
* fix #53, #54; bump spec to 0.3.3jortel2008-11-181-1/+1
* GA release: bump version and reset release to (1).release-0.3.2jortel2008-11-111-26/+23
* Add release notes for 0.3.2 releasejortel2008-11-061-1/+1
* fix ( None ) value problem. Moved checking for ( None ) when translating in ...jortel2008-11-051-2/+3
* Add XString; Enhance handling of None values for non-string XS types; refacto...jortel2008-11-052-1/+2
* Add type conversion support for xs:int, xs:long, xs:float, xs:double; update ...jortel2008-11-051-1/+1
* Fix unmarshaller so that xs types translated to python types aren't wrapped i...jortel2008-11-041-8/+10
* revise marshaller and binding to further sharpen the namespacing of nodes pro...jortel2008-10-311-1/+1
* Add support for <simpleContent/>, change SchemaObject.dereference() to NOT be...jortel2008-10-301-1/+1
* go back to having the xsi:type=<content.type.resolved()>jortel2008-10-271-8/+8
* add types listing back into ServiceDefinition; Add addprefix() to Client to m...jortel2008-10-241-2/+2
* Change the signatures back to types. This will be ok since the marshaller ha...jortel2008-10-232-3/+3
* fix edge case bugs; fix ElementQuery to do a find() in all top level children...jortel2008-10-233-32/+28
* update public testjortel2008-10-141-0/+18
* update sax encoding testjortel2008-10-091-3/+6
* further fix sax encode/decode and add unit test. Add some new sites to the p...jortel2008-10-092-0/+63
* Remove Client.merge_methods() - not needed. Update the wsdl to only include ...jortel2008-10-011-4/+4
* select correct port to match r291jortel2008-09-301-1/+4