summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* added last_send() last_received() in client. updated binding.get_reply() and...jortel2008-09-241-1/+6
* fix marshalling of Property. tweak unmarshaller. update test modulesjortel2008-09-112-2/+3
* update README release notes for 0.2.9jortel2008-09-091-2/+2
* Update wsdl to override namespace in operation if specified. Fix schema load...jortel2008-08-191-15/+3
* change to use the tns of the wsdl containing operation and not the tns of the...jortel2008-08-051-0/+2
* move test package to tests so not to conflict with python test packagejortel2008-08-057-0/+1590