summaryrefslogtreecommitdiff
path: root/ext/soap/tests/soap12
Commit message (Expand)AuthorAgeFilesLines
* Fixed broken soap.wsdl_cache_enabledDmitry Stogov2008-01-091-0/+1
* Fixed bug #37523 (namespaces added too late, leads to missing xsi:type attrib...Dmitry Stogov2006-05-2611-11/+10
* Fixed bug #36629 (SoapServer::handle() exits on SOAP faults)Dmitry Stogov2006-03-101-0/+2
* Fixed boolean encoding (from 0/1 to false/true) to support some buggy soap SDKs.Dmitry Stogov2005-08-244-4/+4
* php_error() -> php_error_docref() (Marcus, Dmitry)Dmitry Stogov2004-05-055-5/+5
* win32 specific fixesDmitry Stogov2004-02-272-4/+4
* WSDL support for <soap:headerfault> was implementedDmitry Stogov2004-02-243-3/+51
* PHP API was changed (see readme.html for more details).Dmitry Stogov2004-02-051-2/+1
* Unnecesurry namespaces was removed form SOAP fault responcesDmitry Stogov2004-02-0424-24/+24
* SoapServer constructor was extended by default SOAP version.Dmitry Stogov2004-02-035-3/+53
* Tests are executed with E_STRICTMarcus Boerger2004-02-021-1/+1
* fix: proper handling of SOAP 1.1 href and unresolved attributes referencesDmitry Stogov2004-02-023-2/+52
* Server-part support for SOAP Headers was implemented (incomplete)Dmitry Stogov2004-02-0236-4/+814
* Some tests from official SOAP 1.2 specification was addedDmitry Stogov2004-01-3040-0/+1810