Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix: anotaion -> anotation | Dmitry Stogov | 2004-02-24 | 1 | -8/+8 | |
| | ||||||
* | XML Schema support was improved: support for <element> default, fixed and ↵ | Dmitry Stogov | 2004-02-24 | 1 | -1/+7 | |
| | | | | nillable | |||||
* | support for XMLSchema <element> nillable attribute | Dmitry Stogov | 2004-02-17 | 1 | -0/+3 | |
| | ||||||
* | Source cleanup | Dmitry Stogov | 2004-02-13 | 1 | -16/+12 | |
| | ||||||
* | Old in-memory WSDL cache was removed (it was already switched off by #ifdef) | Dmitry Stogov | 2004-02-13 | 1 | -151/+151 | |
| | ||||||
* | WSDL caching was implemented | Dmitry Stogov | 2004-02-10 | 1 | -17/+10 | |
| | ||||||
* | optimization | Dmitry Stogov | 2004-02-06 | 1 | -6/+7 | |
| | ||||||
* | WSDL cache was disabled by default (see WSDL_CACHE macro) | Dmitry Stogov | 2004-02-06 | 1 | -150/+153 | |
| | | | | | WSDL related memory leaks were fixed | |||||
* | Free XML documents after WSDL parsing (they no longer need). | Dmitry Stogov | 2004-02-06 | 1 | -104/+141 | |
| | ||||||
* | WSDL parsing speedup. Source cleanup. | Dmitry Stogov | 2004-02-05 | 1 | -31/+29 | |
| | ||||||
* | fix: proper handling of SOAP 1.1 href and unresolved attributes references | Dmitry Stogov | 2004-02-02 | 1 | -0/+7 | |
| | ||||||
* | SOAP 1.2 specification conformity was improved | Dmitry Stogov | 2004-01-30 | 1 | -43/+1 | |
| | ||||||
* | fix: "Authors" corrected | Dmitry Stogov | 2004-01-29 | 1 | -1/+3 | |
| | ||||||
* | - Add our standard header | Derick Rethans | 2004-01-29 | 1 | -0/+19 | |
| | ||||||
* | Error reoprting improved by prefix | Dmitry Stogov | 2004-01-28 | 1 | -85/+78 | |
| | | | | | | New 'HTTP' fault code Source cleanup | |||||
* | Add namespaces to <Envelope> (not ot subnodes) | Dmitry Stogov | 2004-01-28 | 1 | -2/+3 | |
| | ||||||
* | Support for relative path in WSDL and XML Schema <import> | Dmitry Stogov | 2004-01-27 | 1 | -12/+45 | |
| | ||||||
* | Allow <element>s with same names | Dmitry Stogov | 2004-01-27 | 1 | -1/+5 | |
| | ||||||
* | XML Schema support (decoding of xsi:nil with attributes) | Dmitry Stogov | 2004-01-26 | 1 | -21/+197 | |
| | | | | | Source Cleanup | |||||
* | disabling import if file was already loaded | Dmitry Stogov | 2004-01-23 | 1 | -50/+49 | |
| | ||||||
* | XML Schema support was improved | Dmitry Stogov | 2004-01-23 | 1 | -4/+4 | |
| | | | | | | | support for type extension support for attribute encoding/decoding support for SOAP 1.2 array encoding/decoding | |||||
* | XML Schema support was improved | Dmitry Stogov | 2004-01-23 | 1 | -8/+30 | |
| | | | | | suport for type extension | |||||
* | XML Schema support was improved | Dmitry Stogov | 2004-01-22 | 1 | -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 cleanup | Dmitry Stogov | 2004-01-21 | 1 | -23/+10 | |
| | ||||||
* | XML Schema support was improved | Dmitry Stogov | 2004-01-21 | 1 | -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 support | Dmitry Stogov | 2004-01-20 | 1 | -81/+331 | |
| | | | | | | | - support for <element> 'ref' attibute was implemented - support for inline types - support for <list> and <union> (incompleate) | |||||
* | XML Schema support was impoved | Dmitry Stogov | 2004-01-19 | 1 | -313/+623 | |
| | ||||||
* | XML Scheam support | Dmitry Stogov | 2004-01-19 | 1 | -15/+16 | |
| | ||||||
* | Fix some warnings | Marcus Boerger | 2004-01-19 | 1 | -1/+0 | |
| | ||||||
* | fix | Dmitry Stogov | 2004-01-16 | 1 | -53/+62 | |
| | ||||||
* | Source ceanup | Dmitry Stogov | 2004-01-13 | 1 | -25/+0 | |
| | ||||||
* | WSDL support: support for wsdl import | Dmitry Stogov | 2004-01-12 | 1 | -3/+3 | |
| | ||||||
* | WSDL support: use of type before declaration (see interop round2 base ↵ | Dmitry Stogov | 2004-01-12 | 1 | -1/+2 | |
| | | | | OpenLink echoStructArray) | |||||
* | Source cleanup. | Dmitry Stogov | 2004-01-09 | 1 | -140/+147 | |
| | ||||||
* | BUGFIX: WSDL support (complexType/complexContent/restiction/atttibute) | Dmitry Stogov | 2004-01-09 | 1 | -4/+15 | |
| | ||||||
* | let soap build with php5 | Wez Furlong | 2004-01-09 | 1 | -0/+1 | |
| | ||||||
* | SOAP Encoding/Decoding were improved. | Dmitry Stogov | 2004-01-09 | 1 | -4/+4 | |
| | ||||||
* | WSDL support was improved | Dmitry Stogov | 2004-01-06 | 1 | -260/+219 | |
| | ||||||
* | PHP5 support, better encoding and WSDL support, interop round 2 base and groupB | Dmitry Stogov | 2004-01-05 | 1 | -42/+64 | |
| | ||||||
* | Migrated to C style comments. | Andrey Hristov | 2003-01-14 | 1 | -6/+10 | |
| | ||||||
* | Modifying TS build. | Andrey Hristov | 2003-01-13 | 1 | -1/+1 | |
| | | | | | Migrating to _ex API for hash traversal. | |||||
* | some more doc/lit stuff | Brad LaFountain | 2002-08-14 | 1 | -1/+0 | |
| | | | | | some more wsdl stuff | |||||
* | Sync with Sourceforge CVS | Brad LaFountain | 2002-08-07 | 1 | -14/+44 | |
| | ||||||
* | import php-soap library from sourceforge | Shane Caraveo | 2002-07-07 | 1 | -0/+1047 | |