1
I Use This!
Inactive

Commits : Listings

Analyzed about 21 hours ago. based on code collected 2 days ago.
Sep 15, 2025 — Sep 15, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
---------------------------------------------------------------------- Modified Files: Utility.py -- fixed bug in _clone_node patch. This method was being called with qualifiedName for namespaced attributes, and bombing. It is supposed to be called like so: More... over 22 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- fixed bugs concerning Model Group References (missing minOccurs/maxOccurs), and simpleType annotations. More... over 22 years ago
Removed duplicate test. More... over 22 years ago
Brought README up to date, made changes having to do with moving of ZSI-specific material to zsi/test/wsdlpy, removed dependencies on utils.py. More... over 22 years ago
config.py renamed to config.txt More... over 22 years ago
Code moved to zsi/test/wsdl2py More... over 22 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- added substutionGroup to the list of attributes that can be specified in an ElementDeclaration. ---------------------------------------------------------------------- More... over 22 years ago
- Fix syntax error from last change. More... over 22 years ago
- Added 'strict' option to the WSDL class. If strict is true, a RuntimeException will be raised if an unrecogned message is recieved. If strict is false, a warning will be printed to the console, the message type will be added to the WSDL schema, and processing will continue. This is in response to the second half of bug report [ 817331 ] "Some WSDL.py changes", submitted by Rudolf Ruland. More... over 22 years ago
- rename loadFromStream's 'file' argument to 'stream' to make it clear that the stream need not be a file. More... over 22 years ago
- Fix problem when WSDL.Proxy was passed WSDL in a string or other object that does not have a 'name' attribute. More... over 22 years ago
---------------------------------------------------------------------- Modified Files: WSDLTools.py -- partial bug fix for [ 850905 ] wsdl2py crash on a more sophisticated WSDL. We do expect a list, but nmtokens is a list separated by a single space. So if "parts" is a string, the just split it to create a list. More... almost 23 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- If a schema needs to 'create' a schema instance itself it adds this schema to its import dictionary. More... almost 23 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- error in Import class for accessing a schemaLocation. This bug would only show up if a schema had to 'construct' a schema instance of a different namespace itself. Basically the last option. More... almost 23 years ago
- Fixes submitted by Kirk Strauser <[email protected]> for WSDL use in SOAPpy More... almost 23 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- fixed an unknown bug caused by overlooking the potential namespace contents of a "types" node. More... almost 23 years ago
---------------------------------------------------------------------- Modified Files: Utility.py WSDLTools.py XMLSchema.py More... almost 23 years ago
---------------------------------------------------------------------- Modified Files: WSDLTools.py XMLSchema.py More... almost 23 years ago
Fixed bug, where if multiple tests using one diff file, and one test failed, subsequent tests failed on assertion errors. More... almost 23 years ago
Latest xmethods. More... almost 23 years ago
Use m2crypto for SSL if it's installed More... almost 23 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- now we get reasonable error message back when import or include is incorrectly defined. More... almost 23 years ago
Let lower layers (http lib) raise exception if trying to use SSL on a non-SSL-enabled system. More... almost 23 years ago
Removed pyXml dependency. More... almost 23 years ago
For importing utils More... almost 23 years ago
High level client code generator tests moved elsewhere. More... almost 23 years ago
Fixed premature close of string buffer. More... almost 23 years ago
Updated with latest xmethods, removed URL's no longer in xmethods. More... about 23 years ago
Added ability to read values from multiple config file sections, added setUpWsdl utility function, cleaned up loadTestsFromNames, updated comments. More... about 23 years ago
Now using separate MatchTestLoader in makeSuite. Improved way config file sections are selected. More... about 23 years ago