openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
python-wstools
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 23 hours
ago. based on code collected
about 23 hours
ago.
Mar 03, 2025 — Mar 03, 2026
Showing page 10 of 12
Search / Filter on:
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:
Joshua Boverhof
More...
about 22 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- fixed bugs concerning Model Group References (missing minOccurs/maxOccurs), and simpleType annotations.
Joshua Boverhof
More...
about 22 years ago
Removed duplicate test.
David Robertson
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.
David Robertson
More...
about 22 years ago
config.py renamed to config.txt
David Robertson
More...
about 22 years ago
Code moved to zsi/test/wsdl2py
David Robertson
More...
about 22 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- added substutionGroup to the list of attributes that can be specified in an ElementDeclaration. ----------------------------------------------------------------------
Joshua Boverhof
More...
about 22 years ago
- Fix syntax error from last change.
Gregory Warnes
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.
Gregory Warnes
More...
about 22 years ago
- rename loadFromStream's 'file' argument to 'stream' to make it clear that the stream need not be a file.
Gregory Warnes
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.
Gregory Warnes
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.
Joshua Boverhof
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.
Joshua Boverhof
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.
Joshua Boverhof
More...
about 22 years ago
- Fixes submitted by Kirk Strauser <
[email protected]
> for WSDL use in SOAPpy
Gregory Warnes
More...
about 22 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- fixed an unknown bug caused by overlooking the potential namespace contents of a "types" node.
Joshua Boverhof
More...
over 22 years ago
---------------------------------------------------------------------- Modified Files: Utility.py WSDLTools.py XMLSchema.py
Joshua Boverhof
More...
over 22 years ago
---------------------------------------------------------------------- Modified Files: WSDLTools.py XMLSchema.py
Joshua Boverhof
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.
David Robertson
More...
over 22 years ago
Latest xmethods.
David Robertson
More...
over 22 years ago
Use m2crypto for SSL if it's installed
Mark Bucciarelli
More...
over 22 years ago
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- now we get reasonable error message back when import or include is incorrectly defined.
Joshua Boverhof
More...
over 22 years ago
Let lower layers (http lib) raise exception if trying to use SSL on a non-SSL-enabled system.
Rich Salz
More...
over 22 years ago
Removed pyXml dependency.
Mark Bucciarelli
More...
over 22 years ago
For importing utils
David Robertson
More...
over 22 years ago
High level client code generator tests moved elsewhere.
David Robertson
More...
over 22 years ago
Fixed premature close of string buffer.
David Robertson
More...
over 22 years ago
Updated with latest xmethods, removed URL's no longer in xmethods.
David Robertson
More...
over 22 years ago
Added ability to read values from multiple config file sections, added setUpWsdl utility function, cleaned up loadTestsFromNames, updated comments.
David Robertson
More...
over 22 years ago
Now using separate MatchTestLoader in makeSuite. Improved way config file sections are selected.
David Robertson
More...
over 22 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree