summaryrefslogtreecommitdiff
path: root/ext/soap/php_schema.c
Commit message (Collapse)AuthorAgeFilesLines
...
* fix: anotaion -> anotationDmitry Stogov2004-02-241-8/+8
|
* XML Schema support was improved: support for <element> default, fixed and ↵Dmitry Stogov2004-02-241-1/+7
| | | | nillable
* support for XMLSchema <element> nillable attributeDmitry Stogov2004-02-171-0/+3
|
* Source cleanupDmitry Stogov2004-02-131-16/+12
|
* Old in-memory WSDL cache was removed (it was already switched off by #ifdef)Dmitry Stogov2004-02-131-151/+151
|
* WSDL caching was implementedDmitry Stogov2004-02-101-17/+10
|
* optimizationDmitry Stogov2004-02-061-6/+7
|
* WSDL cache was disabled by default (see WSDL_CACHE macro)Dmitry Stogov2004-02-061-150/+153
| | | | | WSDL related memory leaks were fixed
* Free XML documents after WSDL parsing (they no longer need).Dmitry Stogov2004-02-061-104/+141
|
* WSDL parsing speedup. Source cleanup.Dmitry Stogov2004-02-051-31/+29
|
* fix: proper handling of SOAP 1.1 href and unresolved attributes referencesDmitry Stogov2004-02-021-0/+7
|
* SOAP 1.2 specification conformity was improvedDmitry Stogov2004-01-301-43/+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-85/+78
| | | | | | New 'HTTP' fault code Source cleanup
* Add namespaces to <Envelope> (not ot subnodes)Dmitry Stogov2004-01-281-2/+3
|
* Support for relative path in WSDL and XML Schema <import>Dmitry Stogov2004-01-271-12/+45
|
* Allow <element>s with same namesDmitry Stogov2004-01-271-1/+5
|
* XML Schema support (decoding of xsi:nil with attributes)Dmitry Stogov2004-01-261-21/+197
| | | | | Source Cleanup
* disabling import if file was already loadedDmitry Stogov2004-01-231-50/+49
|
* XML Schema support was improvedDmitry Stogov2004-01-231-4/+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-8/+30
| | | | | suport for type extension
* XML Schema support was improvedDmitry Stogov2004-01-221-117/+398
| | | | | | | | | | 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>
* Source cleanupDmitry Stogov2004-01-211-23/+10
|
* XML Schema support was improvedDmitry Stogov2004-01-211-402/+610
| | | | | | | | | | 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-81/+331
| | | | | | | - 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-313/+623
|
* XML Scheam supportDmitry Stogov2004-01-191-15/+16
|
* Fix some warningsMarcus Boerger2004-01-191-1/+0
|
* fixDmitry Stogov2004-01-161-53/+62
|
* Source ceanupDmitry Stogov2004-01-131-25/+0
|
* WSDL support: support for wsdl importDmitry Stogov2004-01-121-3/+3
|
* WSDL support: use of type before declaration (see interop round2 base ↵Dmitry Stogov2004-01-121-1/+2
| | | | OpenLink echoStructArray)
* Source cleanup.Dmitry Stogov2004-01-091-140/+147
|
* BUGFIX: WSDL support (complexType/complexContent/restiction/atttibute)Dmitry Stogov2004-01-091-4/+15
|
* let soap build with php5Wez Furlong2004-01-091-0/+1
|
* SOAP Encoding/Decoding were improved.Dmitry Stogov2004-01-091-4/+4
|
* WSDL support was improvedDmitry Stogov2004-01-061-260/+219
|
* PHP5 support, better encoding and WSDL support, interop round 2 base and groupBDmitry Stogov2004-01-051-42/+64
|
* Migrated to C style comments.Andrey Hristov2003-01-141-6/+10
|
* Modifying TS build.Andrey Hristov2003-01-131-1/+1
| | | | | Migrating to _ex API for hash traversal.
* some more doc/lit stuffBrad LaFountain2002-08-141-1/+0
| | | | | some more wsdl stuff
* Sync with Sourceforge CVSBrad LaFountain2002-08-071-14/+44
|
* import php-soap library from sourceforgeShane Caraveo2002-07-071-0/+1047