summaryrefslogtreecommitdiff
path: root/ext/soap/php_sdl.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Source cleanupDmitry Stogov2004-02-131-55/+80
|
* Old in-memory WSDL cache was removed (it was already switched off by #ifdef)Dmitry Stogov2004-02-131-122/+111
|
* WSDL support for unknown extensibility elements and wsdl:required attribute ↵Dmitry Stogov2004-02-121-155/+236
| | | | (Interop Round3 GroupF)
* Cache files access rights were changed.Dmitry Stogov2004-02-111-0/+4
|
* Now SoapClient uses excptions as default method for error reportingDmitry Stogov2004-02-111-35/+36
|
* WSDL caching was implementedDmitry Stogov2004-02-101-8/+1105
|
* fixDmitry Stogov2004-02-061-3/+3
|
* optimizationDmitry Stogov2004-02-061-17/+30
|
* WSDL cache was disabled by default (see WSDL_CACHE macro)Dmitry Stogov2004-02-061-65/+80
| | | | | WSDL related memory leaks were fixed
* Free XML documents after WSDL parsing (they no longer need).Dmitry Stogov2004-02-061-48/+34
|
* WSDL parsing speedup. Source cleanup.Dmitry Stogov2004-02-051-102/+81
|
* SOAP Headers was implemented (near complete)Dmitry Stogov2004-02-041-184/+235
|
* SOAP 1.2 specification conformity was improvedDmitry Stogov2004-01-301-0/+1
|
* fix: "Authors" correctedDmitry Stogov2004-01-291-1/+3
|
* - Add our standard headerDerick Rethans2004-01-291-0/+19
|
* Error reoprting improved by prefixDmitry Stogov2004-01-281-22/+22
| | | | | | New 'HTTP' fault code Source cleanup
* Add namespaces to <Envelope> (not ot subnodes)Dmitry Stogov2004-01-281-11/+14
|
* Support for relative path in WSDL and XML Schema <import>Dmitry Stogov2004-01-271-1/+12
|
* Support for SOAP 1.2 RPC binding (<rpc:result>)Dmitry Stogov2004-01-261-3/+3
|
* XML Schema support (decoding of xsi:nil with attributes)Dmitry Stogov2004-01-261-381/+0
| | | | | Source Cleanup
* fixDmitry Stogov2004-01-231-1/+1
|
* disabling import if file was already loadedDmitry Stogov2004-01-231-24/+19
|
* XML Schema support was improvedDmitry Stogov2004-01-231-8/+4
| | | | | | | support for type extension support for attribute encoding/decoding support for SOAP 1.2 array encoding/decoding
* XML Schema support was improvedDmitry Stogov2004-01-231-57/+60
| | | | | suport for type extension
* XML Schema support was improvedDmitry Stogov2004-01-221-55/+63
| | | | | | | | | | 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>
* XML Schema support was improvedDmitry Stogov2004-01-211-0/+8
| | | | | | | | | | 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
* XML Schema supportDmitry Stogov2004-01-201-3/+86
| | | | | | | - support for <element> 'ref' attibute was implemented - support for inline types - support for <list> and <union> (incompleate)
* XML Schema support was impovedDmitry Stogov2004-01-191-0/+6
|
* XML Scheam supportDmitry Stogov2004-01-191-4/+8
|
* Fix a warningMarcus Boerger2004-01-181-1/+1
|
* fixDmitry Stogov2004-01-161-3/+3
|
* WSDL support was improvedDmitry Stogov2004-01-161-24/+100
| | | | | | support for message/part element attribute was implemented support for portType operation input/output name attribute was implemented
* Support for SOAP 1.2 HTTP binding namespase was addedDmitry Stogov2004-01-161-1/+3
|
* WSDL: restrictions support (whiteSpace, minLength, maxLength, length)Dmitry Stogov2004-01-141-5/+43
|
* array/object encodingDmitry Stogov2004-01-141-245/+3
|
* WSDL: encoding rpc/document and encoded/literalDmitry Stogov2004-01-141-79/+92
|
* WSDL: support for "http://schemas.xmlsoap.org/wsdl/soap12/" binding was addedDmitry Stogov2004-01-131-0/+2
|
* Source ceanupDmitry Stogov2004-01-131-11/+47
|
* WSDL: support for multiple services/ports/bindings was implementedDmitry Stogov2004-01-131-381/+238
|
* WSDL support: using types before declaration was fixedDmitry Stogov2004-01-131-47/+19
|
* XML parsing warnings and notices were disabled.Dmitry Stogov2004-01-131-0/+7
|
* Support for WSDL <operation> without <input> messageDmitry Stogov2004-01-131-67/+70
|
* WSDL support: schema importDmitry Stogov2004-01-121-4/+17
|
* WSDL support: support for wsdl importDmitry Stogov2004-01-121-295/+374
|
* WSDL support: use of type before declaration (see interop round2 base ↵Dmitry Stogov2004-01-121-1/+1
| | | | OpenLink echoStructArray)
* Source cleanup.Dmitry Stogov2004-01-091-256/+238
|
* BUGFIX: WSDL support (complexType/complexContent/restiction/atttibute)Dmitry Stogov2004-01-091-1/+42
|
* let soap build with php5Wez Furlong2004-01-091-0/+4
|
* SOAP Encoding/Decoding were improved.Dmitry Stogov2004-01-091-8/+8
|
* Support for "xsd:anyType" was implementedDmitry Stogov2004-01-081-14/+21
|