| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Source cleanup | Dmitry Stogov | 2004-02-13 | 1 | -55/+80 | |
| | | ||||||
| * | Old in-memory WSDL cache was removed (it was already switched off by #ifdef) | Dmitry Stogov | 2004-02-13 | 1 | -122/+111 | |
| | | ||||||
| * | WSDL support for unknown extensibility elements and wsdl:required attribute ↵ | Dmitry Stogov | 2004-02-12 | 1 | -155/+236 | |
| | | | | | (Interop Round3 GroupF) | |||||
| * | Cache files access rights were changed. | Dmitry Stogov | 2004-02-11 | 1 | -0/+4 | |
| | | ||||||
| * | Now SoapClient uses excptions as default method for error reporting | Dmitry Stogov | 2004-02-11 | 1 | -35/+36 | |
| | | ||||||
| * | WSDL caching was implemented | Dmitry Stogov | 2004-02-10 | 1 | -8/+1105 | |
| | | ||||||
| * | fix | Dmitry Stogov | 2004-02-06 | 1 | -3/+3 | |
| | | ||||||
| * | optimization | Dmitry Stogov | 2004-02-06 | 1 | -17/+30 | |
| | | ||||||
| * | WSDL cache was disabled by default (see WSDL_CACHE macro) | Dmitry Stogov | 2004-02-06 | 1 | -65/+80 | |
| | | | | | | WSDL related memory leaks were fixed | |||||
| * | Free XML documents after WSDL parsing (they no longer need). | Dmitry Stogov | 2004-02-06 | 1 | -48/+34 | |
| | | ||||||
| * | WSDL parsing speedup. Source cleanup. | Dmitry Stogov | 2004-02-05 | 1 | -102/+81 | |
| | | ||||||
| * | SOAP Headers was implemented (near complete) | Dmitry Stogov | 2004-02-04 | 1 | -184/+235 | |
| | | ||||||
| * | SOAP 1.2 specification conformity was improved | Dmitry Stogov | 2004-01-30 | 1 | -0/+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 | -22/+22 | |
| | | | | | | | New 'HTTP' fault code Source cleanup | |||||
| * | Add namespaces to <Envelope> (not ot subnodes) | Dmitry Stogov | 2004-01-28 | 1 | -11/+14 | |
| | | ||||||
| * | Support for relative path in WSDL and XML Schema <import> | Dmitry Stogov | 2004-01-27 | 1 | -1/+12 | |
| | | ||||||
| * | Support for SOAP 1.2 RPC binding (<rpc:result>) | Dmitry Stogov | 2004-01-26 | 1 | -3/+3 | |
| | | ||||||
| * | XML Schema support (decoding of xsi:nil with attributes) | Dmitry Stogov | 2004-01-26 | 1 | -381/+0 | |
| | | | | | | Source Cleanup | |||||
| * | fix | Dmitry Stogov | 2004-01-23 | 1 | -1/+1 | |
| | | ||||||
| * | disabling import if file was already loaded | Dmitry Stogov | 2004-01-23 | 1 | -24/+19 | |
| | | ||||||
| * | XML Schema support was improved | Dmitry Stogov | 2004-01-23 | 1 | -8/+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 | -57/+60 | |
| | | | | | | suport for type extension | |||||
| * | XML Schema support was improved | Dmitry Stogov | 2004-01-22 | 1 | -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 improved | Dmitry Stogov | 2004-01-21 | 1 | -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 support | Dmitry Stogov | 2004-01-20 | 1 | -3/+86 | |
| | | | | | | | | - 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 | -0/+6 | |
| | | ||||||
| * | XML Scheam support | Dmitry Stogov | 2004-01-19 | 1 | -4/+8 | |
| | | ||||||
| * | Fix a warning | Marcus Boerger | 2004-01-18 | 1 | -1/+1 | |
| | | ||||||
| * | fix | Dmitry Stogov | 2004-01-16 | 1 | -3/+3 | |
| | | ||||||
| * | WSDL support was improved | Dmitry Stogov | 2004-01-16 | 1 | -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 added | Dmitry Stogov | 2004-01-16 | 1 | -1/+3 | |
| | | ||||||
| * | WSDL: restrictions support (whiteSpace, minLength, maxLength, length) | Dmitry Stogov | 2004-01-14 | 1 | -5/+43 | |
| | | ||||||
| * | array/object encoding | Dmitry Stogov | 2004-01-14 | 1 | -245/+3 | |
| | | ||||||
| * | WSDL: encoding rpc/document and encoded/literal | Dmitry Stogov | 2004-01-14 | 1 | -79/+92 | |
| | | ||||||
| * | WSDL: support for "http://schemas.xmlsoap.org/wsdl/soap12/" binding was added | Dmitry Stogov | 2004-01-13 | 1 | -0/+2 | |
| | | ||||||
| * | Source ceanup | Dmitry Stogov | 2004-01-13 | 1 | -11/+47 | |
| | | ||||||
| * | WSDL: support for multiple services/ports/bindings was implemented | Dmitry Stogov | 2004-01-13 | 1 | -381/+238 | |
| | | ||||||
| * | WSDL support: using types before declaration was fixed | Dmitry Stogov | 2004-01-13 | 1 | -47/+19 | |
| | | ||||||
| * | XML parsing warnings and notices were disabled. | Dmitry Stogov | 2004-01-13 | 1 | -0/+7 | |
| | | ||||||
| * | Support for WSDL <operation> without <input> message | Dmitry Stogov | 2004-01-13 | 1 | -67/+70 | |
| | | ||||||
| * | WSDL support: schema import | Dmitry Stogov | 2004-01-12 | 1 | -4/+17 | |
| | | ||||||
| * | WSDL support: support for wsdl import | Dmitry Stogov | 2004-01-12 | 1 | -295/+374 | |
| | | ||||||
| * | WSDL support: use of type before declaration (see interop round2 base ↵ | Dmitry Stogov | 2004-01-12 | 1 | -1/+1 | |
| | | | | | OpenLink echoStructArray) | |||||
| * | Source cleanup. | Dmitry Stogov | 2004-01-09 | 1 | -256/+238 | |
| | | ||||||
| * | BUGFIX: WSDL support (complexType/complexContent/restiction/atttibute) | Dmitry Stogov | 2004-01-09 | 1 | -1/+42 | |
| | | ||||||
| * | let soap build with php5 | Wez Furlong | 2004-01-09 | 1 | -0/+4 | |
| | | ||||||
| * | SOAP Encoding/Decoding were improved. | Dmitry Stogov | 2004-01-09 | 1 | -8/+8 | |
| | | ||||||
| * | Support for "xsd:anyType" was implemented | Dmitry Stogov | 2004-01-08 | 1 | -14/+21 | |
| | | ||||||
