Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support for <![CDATA[ ]]> for string/hexbinary/base64binary data | Dmitry Stogov | 2004-04-23 | 1 | -0/+6 |
| | |||||
* | Support for multiref data | Dmitry Stogov | 2004-04-21 | 1 | -17/+23 |
| | |||||
* | Fixed bug #27681 (soap extension fails without HAVE_TM_GMTOFF). | Dmitry Stogov | 2004-04-15 | 1 | -3/+3 |
| | |||||
* | Some small improvments, support for new style constructors, support for ↵ | Dmitry Stogov | 2004-04-01 | 1 | -6/+16 |
| | | | | exceptions other then SoapFault | ||||
* | s/emalloc/safe_emalloc/ where appropriate. | Ilia Alshanetsky | 2004-03-18 | 1 | -6/+6 |
| | |||||
* | win32 specific fixes | Dmitry Stogov | 2004-02-27 | 1 | -1/+1 |
| | |||||
* | fix: XMLSchema <choice> support was improved to support elements with ↵ | Dmitry Stogov | 2004-02-25 | 1 | -3/+7 |
| | | | | minOccurs=0 | ||||
* | XML Schema support was improved: support for <element> default, fixed and ↵ | Dmitry Stogov | 2004-02-24 | 1 | -2/+46 |
| | | | | nillable | ||||
* | Passing arguments to "anyType" cause passing type information in literal ↵ | Dmitry Stogov | 2004-02-19 | 1 | -49/+79 |
| | | | | encoding. Receiver gets sach parameters as SoapVar objects. | ||||
* | Using element namesapces with literal encoding. | Dmitry Stogov | 2004-02-17 | 1 | -2/+14 |
| | |||||
* | support for XMLSchema <element> nillable attribute | Dmitry Stogov | 2004-02-17 | 1 | -4/+38 |
| | |||||
* | Encoding of ommited tail parameters as NULLs | Dmitry Stogov | 2004-02-17 | 1 | -0/+9 |
| | |||||
* | specal case of array encoding. If object has only one inner element and this ↵ | Dmitry Stogov | 2004-02-16 | 1 | -1/+47 |
| | | | | element has max_occurs > 1, then array can be passed directly. | ||||
* | fix: prevent of possible crash | Dmitry Stogov | 2004-02-16 | 1 | -2/+6 |
| | |||||
* | Source cleanup | Dmitry Stogov | 2004-02-13 | 1 | -115/+58 |
| | |||||
* | Old in-memory WSDL cache was removed (it was already switched off by #ifdef) | Dmitry Stogov | 2004-02-13 | 1 | -15/+0 |
| | |||||
* | BUGFIX | Dmitry Stogov | 2004-02-13 | 1 | -0/+2 |
| | |||||
* | Now SoapClient uses excptions as default method for error reporting | Dmitry Stogov | 2004-02-11 | 1 | -16/+23 |
| | |||||
* | WSDL caching was implemented | Dmitry Stogov | 2004-02-10 | 1 | -3/+3 |
| | |||||
* | WSDL cache was disabled by default (see WSDL_CACHE macro) | Dmitry Stogov | 2004-02-06 | 1 | -3/+18 |
| | | | | | WSDL related memory leaks were fixed | ||||
* | Free XML documents after WSDL parsing (they no longer need). | Dmitry Stogov | 2004-02-06 | 1 | -70/+36 |
| | |||||
* | PHP5 and WIN32 support was improved | Dmitry Stogov | 2004-02-06 | 1 | -1/+5 |
| | |||||
* | WSDL parsing speedup. Source cleanup. | Dmitry Stogov | 2004-02-05 | 1 | -12/+4 |
| | |||||
* | SOAP Headers was implemented (near complete) | Dmitry Stogov | 2004-02-04 | 1 | -7/+8 |
| | |||||
* | Initial support for client-part SOAP headers (very incomlete) | Dmitry Stogov | 2004-02-03 | 1 | -6/+8 |
| | |||||
* | TSRM fixes | Marcus Boerger | 2004-02-02 | 1 | -1/+2 |
| | |||||
* | fix: proper handling of SOAP 1.1 href and unresolved attributes references | Dmitry Stogov | 2004-02-02 | 1 | -1/+8 |
| | |||||
* | SOAP 1.2 specification conformity was improved | Dmitry Stogov | 2004-01-30 | 1 | -12/+13 |
| | |||||
* | fix: "Authors" corrected | Dmitry Stogov | 2004-01-29 | 1 | -1/+3 |
| | |||||
* | - Add our standard header | Derick Rethans | 2004-01-29 | 1 | -0/+19 |
| | |||||
* | Support for nonWSDL mode was improved (SoapVal,SoapVar,SOAPAction...) | Dmitry Stogov | 2004-01-29 | 1 | -51/+87 |
| | |||||
* | Error reoprting improved by prefix | Dmitry Stogov | 2004-01-28 | 1 | -60/+75 |
| | | | | | | New 'HTTP' fault code Source cleanup | ||||
* | Add namespaces to <Envelope> (not ot subnodes) | Dmitry Stogov | 2004-01-28 | 1 | -184/+181 |
| | |||||
* | XML Schema support was improved | Dmitry Stogov | 2004-01-27 | 1 | -20/+72 |
| | | | | | | support for <attribite> default and fixed values support for encoding of list elements | ||||
* | fix | Dmitry Stogov | 2004-01-26 | 1 | -1/+1 |
| | |||||
* | fix: memory leaks | Dmitry Stogov | 2004-01-26 | 1 | -9/+2 |
| | |||||
* | XML Schema support was improved | Dmitry Stogov | 2004-01-26 | 1 | -24/+36 |
| | | | | | | | support for unsignedLong standard type was fixed restrictions checking was disabled support for standard list types (IDREFS, IDS, NOTATIONS) | ||||
* | XML Schema support (decoding of xsi:nil with attributes) | Dmitry Stogov | 2004-01-26 | 1 | -25/+269 |
| | | | | | Source Cleanup | ||||
* | TSRM fix | Marcus Boerger | 2004-01-24 | 1 | -4/+4 |
| | |||||
* | XML Schema support was improved | Dmitry Stogov | 2004-01-23 | 1 | -161/+359 |
| | | | | | | | 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 | -119/+162 |
| | | | | | suport for type extension | ||||
* | XML Schema support was improved | Dmitry Stogov | 2004-01-22 | 1 | -34/+190 |
| | | | | | | | | | | 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> | ||||
* | Fix TSRM | Marcus Boerger | 2004-01-21 | 1 | -0/+1 |
| | |||||
* | XML Schema support | Dmitry Stogov | 2004-01-20 | 1 | -13/+29 |
| | | | | | | | - support for <element> 'ref' attibute was implemented - support for inline types - support for <list> and <union> (incompleate) | ||||
* | SOAP 1.2 support was improved | Dmitry Stogov | 2004-01-15 | 1 | -33/+69 |
| | |||||
* | Support for SOAP 1.2 array encoding/decoding was implemented | Dmitry Stogov | 2004-01-15 | 1 | -91/+63 |
| | |||||
* | SOAP 1.2 support was improved | Dmitry Stogov | 2004-01-15 | 1 | -80/+189 |
| | |||||
* | SOAP 1.2 support was improved | Dmitry Stogov | 2004-01-15 | 1 | -0/+1 |
| | |||||
* | WSDL: restrictions support (whiteSpace, minLength, maxLength, length) | Dmitry Stogov | 2004-01-14 | 1 | -8/+13 |
| | |||||
* | array/object encoding | Dmitry Stogov | 2004-01-14 | 1 | -59/+247 |
| |