Julien Iguchi-Cartigny
db2b420c29
add multiple profiles in tox
10 years ago
Julien Iguchi-Cartigny
349c5fd7c4
add py.test install in travis
10 years ago
Julien Iguchi-Cartigny
18550666ff
install tox by pip for travis
10 years ago
Julien Iguchi-Cartigny
b89f51039a
fixing travis
10 years ago
Julien Iguchi-Cartigny
f0b5a0d2b2
removing test and tox exec
10 years ago
Sorin Sbarnea
e24df25d64
New release, just to override the old one.
modified: src/wstools/version.py
11 years ago
root
d4652769b6
Added script to run tests.
new file: test
11 years ago
root
b591dfcc8b
modified: release.sh
modified: setup.py
modified: tox
11 years ago
root
4c0d095632
Added option to install/upgrade required virtualenv version .
modified: setup.py
modified: tox
11 years ago
root
7b5402e7e7
Removed utils dependency.
modified: setup.py
modified: src/wstools/tests/test_t1.py
modified: src/wstools/version.py
modified: tox
11 years ago
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