#
feed42e0 |
| 24-Feb-2004 |
Dmitry Stogov |
XML Schema support was improved: support for <element> default, fixed and nillable |
#
9ebc56dd |
| 19-Feb-2004 |
Dmitry Stogov |
Passing arguments to "anyType" cause passing type information in literal encoding. Receiver gets sach parameters as SoapVar objects. |
#
b17eab9a |
| 17-Feb-2004 |
Dmitry Stogov |
Using element namesapces with literal encoding. |
#
7edf9bc2 |
| 17-Feb-2004 |
Dmitry Stogov |
support for XMLSchema <element> nillable attribute |
#
168dc362 |
| 17-Feb-2004 |
Dmitry Stogov |
Encoding of ommited tail parameters as NULLs |
#
3e002aa6 |
| 16-Feb-2004 |
Dmitry Stogov |
specal case of array encoding. If object has only one inner element and this element has max_occurs > 1, then array can be passed directly. |
Revision tags: php-4.3.5RC3 |
|
#
6aad56d4 |
| 16-Feb-2004 |
Dmitry Stogov |
fix: prevent of possible crash |
#
b21756c1 |
| 13-Feb-2004 |
Dmitry Stogov |
Source cleanup |
#
81af85c3 |
| 13-Feb-2004 |
Dmitry Stogov |
Old in-memory WSDL cache was removed (it was already switched off by #ifdef) |
#
9b29737f |
| 13-Feb-2004 |
Dmitry Stogov |
BUGFIX |
Revision tags: php-5.0.0b4, php-5.0.0b4RC1 |
|
#
6096b091 |
| 11-Feb-2004 |
Dmitry Stogov |
Now SoapClient uses excptions as default method for error reporting |
#
20add786 |
| 10-Feb-2004 |
Dmitry Stogov |
WSDL caching was implemented |
#
6ae97a5b |
| 06-Feb-2004 |
Dmitry Stogov |
WSDL cache was disabled by default (see WSDL_CACHE macro) WSDL related memory leaks were fixed |
#
88c11689 |
| 06-Feb-2004 |
Dmitry Stogov |
Free XML documents after WSDL parsing (they no longer need). |
#
c22d7cf8 |
| 06-Feb-2004 |
Dmitry Stogov |
PHP5 and WIN32 support was improved |
#
2c1dcf32 |
| 05-Feb-2004 |
Dmitry Stogov |
WSDL parsing speedup. Source cleanup. |
#
9fa7d1c2 |
| 04-Feb-2004 |
Dmitry Stogov |
SOAP Headers was implemented (near complete) |
#
75e4f43d |
| 03-Feb-2004 |
Dmitry Stogov |
Initial support for client-part SOAP headers (very incomlete) |
Revision tags: php-4.3.5RC2 |
|
#
b1c77fcc |
| 02-Feb-2004 |
Marcus Boerger |
TSRM fixes |
#
a70a620a |
| 02-Feb-2004 |
Dmitry Stogov |
fix: proper handling of SOAP 1.1 href and unresolved attributes references |
#
b81645ed |
| 30-Jan-2004 |
Dmitry Stogov |
SOAP 1.2 specification conformity was improved |
#
e439a1af |
| 29-Jan-2004 |
Dmitry Stogov |
fix: "Authors" corrected |
#
9d2f84e4 |
| 29-Jan-2004 |
Derick Rethans |
- Add our standard header |
#
49b9c595 |
| 29-Jan-2004 |
Dmitry Stogov |
Support for nonWSDL mode was improved (SoapVal,SoapVar,SOAPAction...) |
#
6cf3c858 |
| 28-Jan-2004 |
Dmitry Stogov |
Error reoprting improved by prefix New 'HTTP' fault code Source cleanup |