summaryrefslogtreecommitdiff
path: root/tests/axis1.py
Commit message (Expand)AuthorAgeFilesLines
* Add Plugins facility. Supports hooks for onInit(), onLoad(), onSend() onRepl...jortel2010-05-111-1/+17
* Fix ticket 278 (again); fix (2) demensional soap encoded arrays. Also, fix h...jortel2009-12-031-1/+1
* 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
* Provides the unmarshaller part of the 'enhanced soap encoded array support'. ...jortel2009-11-241-2/+3
* Update axis test for new-style rpc/encoded arrays; fix epydocs.jortel2009-11-181-9/+10
* 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
* 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-181-10/+7
* (no commit message)jortel2009-01-241-0/+1
* 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
* Replace marshaller.Content parent stuff and marshaller.Content.namespace() wi...jortel2008-11-191-7/+7
* Add release notes for 0.3.2 releasejortel2008-11-061-1/+1
* Add XString; Enhance handling of None values for non-string XS types; refacto...jortel2008-11-051-1/+1
* 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
* fix edge case bugs; fix ElementQuery to do a find() in all top level children...jortel2008-10-231-16/+16
* move test package to tests so not to conflict with python test packagejortel2008-08-051-0/+224