summaryrefslogtreecommitdiff
path: root/ext/soap/tests
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'RELEASE_2_0_0'.RELEASE_2_0_0SVN Migration2005-08-07499-20817/+0
* Fixed bug #32139 (SOAP client does not auto-handle base64 encoding).Ilia Alshanetsky2005-07-274-4/+4
* Fixed test to support 64-bit platformsDmitry Stogov2005-07-061-2/+2
* Fixed array type autodetection (use namespace name, but not the namespace prefixDmitry Stogov2005-06-092-2/+2
* Enabled test for <any>Dmitry Stogov2005-06-071-2/+6
* Fixed bug #32941 (Sending structured SOAP fault kills a php)Dmitry Stogov2005-06-012-0/+182
* Fixed bug #32776 (SOAP doesn't support one-way operations)Dmitry Stogov2005-04-202-0/+94
* Support for element's form and schema's elementFormDefault attributes (qualif...Dmitry Stogov2005-04-2012-10/+196
* Some tests were fixedDmitry Stogov2005-04-209-419/+382
* Missing files were addedDmitry Stogov2005-04-184-2/+56
* actually commit the SOAP interop tests this time.George Schlossnagle2005-04-03277-0/+10773
* Fix qualified names for attributes according to attributeFormDefault.George Schlossnagle2005-04-0320-24/+54
* Fixed handling of attributes' namespacesDmitry Stogov2005-03-2817-17/+17
* Fixed bug #31695 (Cannot redefine endpoint when using WSDL)Dmitry Stogov2005-03-232-0/+109
* Fixed bug #30106 (SOAP cannot not parse 'ref' element. Causes Uncaught SoapFa...Dmitry Stogov2005-03-222-0/+131
* Support for <soap:body> "parts" attributeDmitry Stogov2005-03-212-3/+3
* Fixed bug #31755 (Cannot create SOAP header in no namespace)Dmitry Stogov2005-02-021-0/+17
* Fixed bug #31422 (No Error-Logging on SoapServer-Side).Dmitry Stogov2005-01-2033-67/+111
* Fixed bug #30994 (SOAP server unable to handle request with references).Dmitry Stogov2004-12-141-0/+47
* Fixed bug #30928 (When Using WSDL, SoapServer doesn't handle private or prote...Dmitry Stogov2004-12-072-0/+112
* namespace was renamedDmitry Stogov2004-11-173-6/+6
* Fixed bug #30799 (SoapServer doesn't handle private or protected properties)Dmitry Stogov2004-11-161-0/+25
* Class mapping was implemented (Bug #29385 Soapserver always uses std class).Dmitry Stogov2004-11-163-0/+154
* Fixed bug #30175 (SOAP results aren't parsed correctly)Dmitry Stogov2004-10-052-0/+173
* Fixed invalid test nameDmitry Stogov2004-09-151-1/+1
* Fixed bug #30045 (Cannot pass big integers (> 2147483647) in SOAP requests)Dmitry Stogov2004-09-141-0/+171
* Change soap's ctors to __construct(),Dmitry Stogov2004-09-135-10/+10
* Fixed bug #29839 (incorrect convert (xml:lang to lang))Dmitry Stogov2004-08-263-0/+117
* Fixed bug #29795 (SegFault with Soap and Amazon's Web Services)Dmitry Stogov2004-08-262-0/+72
* Merged bug fixes from PHP_5_0.Dmitry Stogov2004-08-263-0/+127
* Fixed bug #28969 (Wrong data encoding of special characters)Dmitry Stogov2004-08-101-0/+38
* Test is fixed. (__call() requires two parameters).Dmitry Stogov2004-08-101-1/+1
* Fixed bug #28985 (__getTypes() returning nothing on complex WSDL).Dmitry Stogov2004-07-192-0/+887
* Fixed bugs #29109 and #29236. (WSDL cache failure)Dmitry Stogov2004-07-194-0/+446
* Fixed bug #29061 (soap extension segfaults).Dmitry Stogov2004-07-192-0/+53
* Fixed bug #28751 (SoapServer does not call _autoload())Dmitry Stogov2004-07-062-0/+41
* 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