summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add 'nosend' option that causes the SoapClient to return a RequestContext ins...jortel2010-10-151-0/+14
* Add DocumentPlugin.loaded() hook per ticket 347.jortel2010-09-011-2/+8
* plugin API - version 2.jortel2010-08-241-9/+27
* Modified plugin API to: initialized(), loaded(), sending() & received().jortel2010-05-131-7/+7
* Add Plugins facility. Supports hooks for onInit(), onLoad(), onSend() onRepl...jortel2010-05-111-1/+17
* Update epydocs suds/xsd/schema.pyjortel2010-05-061-2/+2
* Fix RHQ test to work with latest server.jortel2010-05-061-341/+21
* Fix Timezone.local references; Change xsd.sxbasic.qualify() to use the schema...jortel2010-03-111-28/+28
* Add UTC class and change the wsse timestamps to use sax.date classes for prop...jortel2010-03-031-0/+1
* bump rpm spec to 0.4jortel2010-02-251-3/+3
* Move transport caching to document-based caching. This approach leverages th...jortel2010-01-121-1/+1
* Handle overflow errors when trying to convert dates such as: 0001-01-01T00:00...jortel2009-12-231-1/+18
* 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