Sorin Sbarnea
83d7dae0fc
Update .travis.yml
modified: .travis.yml
11 years ago
Sorin Sbarnea
643ddef8d3
Added travis-ci.org config file.
11 years ago
Sorin Sbarnea
40fc1e66b4
Added RELEASE tag and $VERSION tags to the releases.
11 years ago
Sorin Sbarnea
614711793e
Added ~* ignore to .gitignore.
11 years ago
Sorin Sbarnea
9273e138c3
Logging changes to log errors properly.
modified: release.sh
11 years ago
Sorin Sbarnea
90f42fb17c
Removed svn comments.
11 years ago
Sorin Sbarnea
3357eb9f08
Cleaned up the code, no bug fixes but added tox and improved the release script.
11 years ago
Sorin Sbarnea
4d2ca35862
fixes for version 0.4, replaced prints with logger.debug() and pep8
12 years ago
Sorin Sbarnea
ef7a39d9fc
version 0.4 pep8 fixes and replaced few prints with logging.debug() calls
12 years ago
Sorin Sbarnea
e6c8a5a239
Documented new URLs.
modified: README.txt
12 years ago
Sorin Sbarnea
eb654c4041
Merge branch 'master' of https://github.com/SauZheR/wstools
12 years ago
SauZheR
afb630aac3
regexp was too restrictive. Some SOAP response could not be validated cause of tag like <my_xml_response>. Instead is better to search for a pattern were _x is specific followed by 4 hexdigits. All other _x matches should be ignored
12 years ago
Pamela McA'Nulty
3d6be10ebe
tuple subclasses don't get __init__, they get __new__
Signed-off-by: Pamela McA'Nulty <pamela@webreply.com>
12 years ago
Pamela McA'Nulty
df50285df1
Remove unneeded print
Signed-off-by: Pamela McA'Nulty <pamela@webreply.com>
12 years ago
Pamela McA'Nulty
d0f8e8179d
Add Utility.DOM.looseNamespaces
Allows processing of wsdl that has elements with an undefined namespace
Signed-off-by: Pamela McA'Nulty <pamela@webreply.com>
12 years ago
kiorky
526e13666d
credits
14 years ago
kiorky
c475a15979
Back to development: 0.4
14 years ago
kiorky
2753e9fc68
Preparing release 0.3
14 years ago
kiorky
8f3bea050f
Preparing release 0.3
14 years ago
kiorky
940e78e290
Back to development: 0.4
14 years ago
kiorky
949d4822c7
Preparing release 0.3
14 years ago
kiorky
136a13aa63
proper packaging, stage3
14 years ago
kiorky
d9c5c7a181
proper packaging, stage3
14 years ago
kiorky
a7a06b6cca
proper packaging, stage3
14 years ago
kiorky
5ef1f40591
proper packaging, stage3
14 years ago
kiorky
85f4235143
proper packaging, stage2
14 years ago
kiorky
761aeb6ee5
proper packaging, stage1
14 years ago
Michael Dippery
40939721a0
Rename .cvsignore to .gitignore
14 years ago
Luca Clementi
fe411d46d1
Bug fix in the File attachment
15 years ago
Luca Clementi
0df18b3f65
Added binary attachment support (client only)
15 years ago
Joshua Boverhof
4b8c6b3485
M XMLSchema.py
-- fix for bug report "[ 2586279 ] annotation IndexError"
16 years ago
Pavel Shramov
b2fef01618
Use property for ADDRESS attribute of WSAW* namespace structure
16 years ago
Pavel Shramov
5462c56170
Add support for WS-Addressing WSDL Binding
Search for Action attributes not only in WSA*.ADDRESS namespaces
but also in WSAW*. wsaw is used by Globus Toolkit 4.2+
See http://www.w3.org/TR/ws-addr-wsdl/ for wsaw definition.
16 years ago
Pavel Shramov
0f6539a576
Add WS-Addressing namespace http://www.w3.org/2005/08/addressing/
as WSA200508
16 years ago
Joshua Boverhof
bb96684891
M XMLSchema.py
-- lazy evaluation of known namespace bombing when that schema is not passed in. It should be ignored, esp if it is a well known schema like SOAPENC or XSD
17 years ago
Joshua Boverhof
b13d16cc1e
M XMLSchema.py
-- If one tries to grab a schema item using the helper methods, if that item doesn't exist and the namespace is not in the BUILT_IN_NAMESPACES list then throw a SchemaError. Now failure to specify an import dependency will result in an error like:
ZSI.wstools.XMLSchema.SchemaError: schema "urn:webservices" does not import namespace "urn:base"
when "item.getTypeDefinition()" is called and the "type" attribute value QName is in a namespace that hasn't been declared as a dependency
So basically this throws errors when can't find a schema item that is supposed to be defined, rather than just returning None most of the time, which is always an error condition.
M a Utility.py
-- use M2Crypto if available for TimeOutSocket, and standard "ssl" if it's not
--
17 years ago
Joshua Boverhof
e145d025ca
M logging.py
-- little fix
17 years ago
Joshua Boverhof
04d96fee25
M logging.py
-- add processID to log messages
17 years ago
Joshua Boverhof
803af60cd9
M XMLSchema.py
-- if can't find targetNamespace return '' as default
17 years ago
Joshua Boverhof
cf6140d4c7
M logging.py
17 years ago
Joshua Boverhof
6a71052079
M logging.py
-- updates
17 years ago
Joshua Boverhof
e7e098085f
M logging.py
-- added function for distributed logging
17 years ago
Joshua Boverhof
d1cb8143b5
M XMLSchema.py
[ 1538225 ] KeyError on schema with includes
18 years ago
Seo Sanghyeon
e8b267d477
Remove an unused import
18 years ago
Joshua Boverhof
56cd1534eb
M XMLSchema.py
-- [ 1482042 ] schema import bug rpc/enc Axis 1.4 WSDL
fixed issue with lazy eval of imports when schemaLocation attribute is not provided.
18 years ago
Joshua Boverhof
9c3dd5dd3b
M logging.py
-- make log records more readable.
18 years ago
Joshua Boverhof
01d6145f9c
M logging.py
-- use debugOn w/i "debug" to test if should log event.
18 years ago
Joshua Boverhof
0e572c485e
M logging.py
-- added debugOn and warnOn methods
18 years ago
Joshua Boverhof
d0f1bdf78d
M XMLSchema.py
-- added arg for line SchemaError string
18 years ago
Joshua Boverhof
daba85d742
M c14n.py
-- go thru the parent/etc attributes first, then the current nodes,
then the current node's namespace nodes will override parent ones.
19 years ago