Marcus Boerger
8045b9c6fd
TSRM fix
2004-01-24 17:07:50 +00:00
Dmitry Stogov
3eb16bc3a9
fix
2004-01-23 15:34:52 +00:00
Dmitry Stogov
2a5593dd0d
disabling import if file was already loaded
2004-01-23 15:29:59 +00:00
Dmitry Stogov
695436b709
XML Schema support was improved
...
support for type extension
support for attribute encoding/decoding
support for SOAP 1.2 array encoding/decoding
2004-01-23 14:43:15 +00:00
Dmitry Stogov
6277204a35
XML Schema support was improved
...
suport for type extension
2004-01-23 09:15:58 +00:00
Dmitry Stogov
ec2950854a
XML Schema support was improved
...
support for content model (<sequence>,<all>,<choice>)
support for top-level <group>
support for <group> 'ref' attribute
support for content model encoding/decoding (incomplete)
support for attribute encoding/decoding (incomplete)
support for <attribute> with inline anonymous <simpleType>
2004-01-22 15:58:03 +00:00
Dmitry Stogov
abeaffbde6
Source cleanup
2004-01-21 16:04:37 +00:00
Dmitry Stogov
a592b7ef0a
XML Schema support was improved
...
xml tree cleanup (save memory and parsing time)
support for <inclide> and <import>
support for top-level <attribute>
support for <attribute> 'ref' attribute
support for top-level <attributeGroup>
support for <attributeGroup> 'ref' attribute
2004-01-21 14:00:55 +00:00
Marcus Boerger
b77413bdd0
Fix TSRM
2004-01-21 07:07:34 +00:00
Dmitry Stogov
67886b8321
XML Schema support
...
- support for <element> 'ref' attibute was implemented
- support for inline types
- support for <list> and <union> (incompleate)
2004-01-20 16:30:38 +00:00
Dmitry Stogov
039d88ac99
XML Schema support was impoved
2004-01-19 16:40:37 +00:00
Dmitry Stogov
a68777e954
XML Scheam support
2004-01-19 07:22:53 +00:00
Marcus Boerger
3ee59febe7
Fix test by adding expectations
2004-01-19 00:27:06 +00:00
Marcus Boerger
a5d11dc943
Fix refcounting in ZE2
2004-01-19 00:26:33 +00:00
Marcus Boerger
ba4c4cddc2
Fix some warnings
2004-01-19 00:10:41 +00:00
Marcus Boerger
a7974a876e
Fix memory corruption
2004-01-18 23:22:20 +00:00
Marcus Boerger
f0aacc09d2
Fix a warning
2004-01-18 23:19:36 +00:00
Dmitry Stogov
4add085d23
fix
2004-01-16 15:06:23 +00:00
Dmitry Stogov
1dcf2467cf
WSDL support was improved
...
support for message/part element attribute was implemented
support for portType operation input/output name attribute was implemented
2004-01-16 12:31:10 +00:00
Dmitry Stogov
9bf8d5bfe9
faultcode/faultstring mismatch was fixed
2004-01-16 07:55:27 +00:00
Dmitry Stogov
7e19a67247
Support for SOAP 1.2 HTTP binding namespase was added
2004-01-16 07:54:48 +00:00
Dmitry Stogov
501ac09f08
Tests where updated.
2004-01-16 07:12:23 +00:00
Dmitry Stogov
ad648d82e5
SOAP 1.2: enc:id & enc:ref attributes support and fault codes (Sender/Receiver) where implemented
2004-01-16 07:11:59 +00:00
Dmitry Stogov
d0f5bd0b68
SOAP 1.2 support was improved
2004-01-15 16:56:29 +00:00
Dmitry Stogov
7c01c773b0
Support for SOAP 1.2 array encoding/decoding was implemented
2004-01-15 13:20:58 +00:00
Dmitry Stogov
ef9e734593
SOAP 1.2 support was improved
2004-01-15 10:59:24 +00:00
Dmitry Stogov
fb52edb194
SOAP 1.2 support was improved
2004-01-15 08:38:14 +00:00
Dmitry Stogov
49b698c67e
WSDL: restrictions support (whiteSpace, minLength, maxLength, length)
2004-01-14 16:24:09 +00:00
Dmitry Stogov
51cbc1f84f
array/object encoding
2004-01-14 15:36:01 +00:00
Dmitry Stogov
fc69cc8ccf
SOAP message must not contain a Document Type Declaration
2004-01-14 15:35:27 +00:00
Dmitry Stogov
8f0ea19fcb
WSDL: encoding rpc/document and encoded/literal
2004-01-14 12:49:02 +00:00
Dmitry Stogov
c708524676
FIX: memory leak
2004-01-13 17:43:09 +00:00
Dmitry Stogov
bee92aa395
WSDL: support for " http://schemas.xmlsoap.org/wsdl/soap12/ " binding was added
2004-01-13 17:25:47 +00:00
Dmitry Stogov
86d0b7a1ed
bugfix
2004-01-13 17:20:10 +00:00
Dmitry Stogov
3961fec217
Source ceanup
2004-01-13 15:58:01 +00:00
Dmitry Stogov
98ff80dba9
WSDL: support for multiple services/ports/bindings was implemented
2004-01-13 13:50:09 +00:00
Dmitry Stogov
5ebcab9da3
Check for "<?xml" header was removed
2004-01-13 10:27:13 +00:00
Dmitry Stogov
ccd3f39e98
WSDL support: using types before declaration was fixed
2004-01-13 10:26:44 +00:00
Dmitry Stogov
fceb95f12a
XML parsing warnings and notices were disabled.
2004-01-13 09:31:50 +00:00
Dmitry Stogov
51c86ab73f
Support for WSDL <operation> without <input> message
2004-01-13 07:59:13 +00:00
Dmitry Stogov
964d9c586d
HTTP Cookies support (see interop round2 base kafka)
2004-01-13 07:57:29 +00:00
Dmitry Stogov
ebc3266327
fix
2004-01-12 16:15:37 +00:00
Dmitry Stogov
6285b174c1
fix
2004-01-12 16:08:24 +00:00
Dmitry Stogov
3afeac3627
Date comparsion was fixed to compare dates with different time zones.
2004-01-12 15:18:13 +00:00
Dmitry Stogov
d32ef43c3a
Timezone support
2004-01-12 15:15:48 +00:00
Dmitry Stogov
a02de43dbb
Small error reporting fixes
2004-01-12 15:15:26 +00:00
Dmitry Stogov
6b32938b20
WSDL support: schema import
2004-01-12 12:54:22 +00:00
Dmitry Stogov
29fe458872
WSDL support: support for wsdl import
2004-01-12 11:46:01 +00:00
Dmitry Stogov
2b0ed79607
WSDL support: use of type before declaration (see interop round2 base OpenLink echoStructArray)
2004-01-12 08:48:00 +00:00
Ilia Alshanetsky
0e32fbb4dd
Do not run test if session extension is not avaliable.
2004-01-10 18:32:46 +00:00