81ed7e7
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- Namespaced a couple attributes in attribute dictionary that I missed. by
2003-07-31 06:37:38 +0000
ffdb8fd
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- there was a indexing logic error in Restriction/Extention classes fromDom method. Also changed the attribute dictionary of all classes that inherit XMLSchemaComponent, now all attributes are organized by namespace. by
2003-07-30 19:45:52 +0000
3198b42
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- Wasn't resolving schema imports in every scenario. Now look in parent schema imported_schemas first, second look in the parent wsdl, lastly try to resolve schemaLocation. by
2003-07-25 21:46:46 +0000
4fc7d4b
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- changed getQNameAttribute to return None if it can't find QName obj in it's own tns or in any of its imported namespaces. Used to throw an exception. by
2003-07-24 00:34:31 +0000
7e1f86e
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- fixed some default attribute handling, added a few get methods in XMLSchema for elementFormDefault, attributeFormDefault, blockDefault, finalDefault. Also added a global method GetSchema. Now default attributes are set correctly in all schema components. by
2003-07-23 22:16:07 +0000
c74f40d
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- checking for wrong class in two methods. by
2003-07-23 20:33:48 +0000
245a116
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- removed bogus method setType in SimpleType class. by
2003-07-23 18:25:48 +0000
4180983
---------------------------------------------------------------------- Modified Files: Utility.py -- commited a mistake. fixed. by
2003-07-22 17:39:57 +0000
68e882a
---------------------------------------------------------------------- Modified Files: Utility.py -- Added a parameter to Collection class constructor, 'name' is the default attribute used for keys but one can specify whatever key they want. by
2003-07-22 17:34:07 +0000
152685b
- Remove obsolete ieee754.py. PEP 754 provides a (proposed) fpconst module which is a newer version of this code. fpconst, will of course, need to be installed separately. by
2003-07-22 14:54:32 +0000
c4c4cd0
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- still a couple mistakes in constructors, changed XSDNS to SCHEMA.XSD_LIST which was a mistake. by
2003-07-21 22:13:03 +0000
6d624a5
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- missing parent parameter to a few constructors that expect to see it. fixed. by
2003-07-21 21:56:55 +0000
1656344
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- added LBNL copyright header. Added Files: license.txt -- LBNL copyright. by
2003-07-21 19:14:05 +0000
41861b1
- Modified XMLSchema to extend UserTuple instead of tuple for python < 2.2. by
2003-07-21 14:18:54 +0000
0fb5100
fixed a naming issue by
2003-07-18 17:36:36 +0000
d93465a
---------------------------------------------------------------------- Modified Files: XMLSchema.py -- fixed a couple bad variable references. by
2003-07-17 22:23:20 +0000
3b1ae21
Modified Files: WSDLTools.py -- just a few minor changes so the new schema class will be used instead of the schema tns placeholder. by
2003-07-17 21:48:38 +0000
53b9f00
Running pychecker over ZSI, and I noticed some problems in wstools. by
2003-05-23 02:31:55 +0000
44f489b
- Added ident string containing CVS version to all files that were lacking this. by
2003-05-20 21:10:14 +0000
0b20903
Modified Files: XMLSchema.py by
2003-05-16 00:31:53 +0000
1e55d2b
changed references to classes that exist within this module. by
2003-05-14 00:22:48 +0000
cbe6997
Finish up what Mark Bucciarelli kicked off and I started with commit a little while ago. :) That is, wstools is now independant of SOAPpy and ZSI. This commit does the following: wstools/ServiceProxy.py is now ZSI/ServiceProxy.py, so some imports and ZSI docs had to change. ZSI needs some changing, in case I didn't patch up all the imports right. by
2003-05-08 17:26:18 +0000
3ddfbed
Move some stuff from ServiceProxy (which imports ZSI) to WSDLTools (which doesn't), so that SOAPpy can use wstools without needing ZSI around... which is kinda the point of generic common-code. :) by
2003-05-08 16:58:38 +0000
fd0e426
Remove DOS line-ending ^M chars by
2003-04-29 14:53:45 +0000
1f60943
Move .cvsignore from ZSI/wsdl to wstools by
2003-04-28 14:59:42 +0000
125e7c2
- Moved XMLname.py and ieee754.py into the wstools CVS package from SOAPpy/SOAPpy. by
2003-04-24 17:45:10 +0000
bb0c69a
Import files from (now outdated) ZSI/wsdl directory by
2003-04-24 17:03:15 +0000