1
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Mar 03, 2025 — Mar 03, 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... about 22 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- fixed bugs concerning Model Group References (missing minOccurs/maxOccurs), and simpleType annotations. More... about 22 years ago
Removed duplicate test. More... about 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... about 22 years ago
config.py renamed to config.txt More... about 22 years ago
Code moved to zsi/test/wsdl2py More... about 22 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- added substutionGroup to the list of attributes that can be specified in an ElementDeclaration. ---------------------------------------------------------------------- More... about 22 years ago
- Fix syntax error from last change. More... about 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... about 22 years ago
- rename loadFromStream's 'file' argument to 'stream' to make it clear that the stream need not be a file. More... about 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... about 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... about 22 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... about 22 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... about 22 years ago
- Fixes submitted by Kirk Strauser <[email protected]> for WSDL use in SOAPpy More... about 22 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- fixed an unknown bug caused by overlooking the potential namespace contents of a "types" node. More... over 22 years ago
---------------------------------------------------------------------- Modified Files: Utility.py WSDLTools.py XMLSchema.py More... over 22 years ago
---------------------------------------------------------------------- Modified Files: WSDLTools.py XMLSchema.py More... over 22 years ago
Fixed bug, where if multiple tests using one diff file, and one test failed, subsequent tests failed on assertion errors. More... over 22 years ago
Latest xmethods. More... over 22 years ago
Use m2crypto for SSL if it's installed More... over 22 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- now we get reasonable error message back when import or include is incorrectly defined. More... over 22 years ago
Let lower layers (http lib) raise exception if trying to use SSL on a non-SSL-enabled system. More... over 22 years ago
Removed pyXml dependency. More... over 22 years ago
For importing utils More... over 22 years ago
High level client code generator tests moved elsewhere. More... over 22 years ago
Fixed premature close of string buffer. More... over 22 years ago
Updated with latest xmethods, removed URL's no longer in xmethods. More... over 22 years ago
Added ability to read values from multiple config file sections, added setUpWsdl utility function, cleaned up loadTestsFromNames, updated comments. More... over 22 years ago
Now using separate MatchTestLoader in makeSuite. Improved way config file sections are selected. More... over 22 years ago