summaryrefslogtreecommitdiff
path: root/ext/soap/tests
Commit message (Expand)AuthorAgeFilesLines
* Allowing user defined SOAP transports with SoapClient::__doRequest()Dmitry Stogov2004-05-201-0/+36
* Support for classes with __call() method on server side.Dmitry Stogov2004-05-051-0/+40
* php_error() -> php_error_docref() (Marcus, Dmitry)Dmitry Stogov2004-05-055-5/+5
* Fixed bug #27742 (WDSL SOAP Parsing Schema bug)Dmitry Stogov2004-04-022-0/+867
* Fixed bug #27722 (Segfault on schema without targetNamespace).Dmitry Stogov2004-04-012-0/+105
* win32 specific fixesDmitry Stogov2004-02-273-10/+4
* HTTP compression (memory leak was fixed)Dmitry Stogov2004-02-252-0/+74
* WSDL support for <soap:headerfault> was implementedDmitry Stogov2004-02-243-3/+51
* Fixed value of attribute is default value of attributeDmitry Stogov2004-02-241-1/+3
* Caching of temorary WSDL files was disabled.Dmitry Stogov2004-02-121-0/+1
* Now SoapClient uses excptions as default method for error reportingDmitry Stogov2004-02-112-1/+34
* Allowing to report SOAP Fault with "return new SoapFault(...)"Dmitry Stogov2004-02-092-0/+67
* Allowing to pass request to SoapServer::handle direct (not through $HTTP_RAW_...Dmitry Stogov2004-02-091-0/+33
* PHP API was changed (see readme.html for more details).Dmitry Stogov2004-02-0516-21/+17
* Unnecesurry namespaces was removed form SOAP fault responcesDmitry Stogov2004-02-0426-26/+26
* SOAP Headers was implemented (near complete)Dmitry Stogov2004-02-043-3/+3
* 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
* Error reoprting improved by prefixDmitry Stogov2004-01-281-1/+1
* Test suite for XML Schema and SOAP encoding/decodingDmitry Stogov2004-01-2875-0/+2183
* Add namespaces to <Envelope> (not ot subnodes)Dmitry Stogov2004-01-2811-11/+11
* <Fault> encoding was changedDmitry Stogov2004-01-262-2/+2
* Apache namespace was removedDmitry Stogov2004-01-2611-11/+11
* Fix test by adding expectationsMarcus Boerger2004-01-191-0/+2
* Tests where updated.Dmitry Stogov2004-01-1610-10/+10
* Do not run test if session extension is not avaliable.Ilia Alshanetsky2004-01-101-1/+6
* Fixed testIlia Alshanetsky2004-01-091-2/+2
* PHP5 support, better encoding and WSDL support, interop round 2 base and groupBDmitry Stogov2004-01-0516-0/+580