summaryrefslogtreecommitdiff
path: root/ext/soap/tests/schema
Commit message (Collapse)AuthorAgeFilesLines
* Remove executable permission on phptXinchen Hui2012-10-104-0/+0
|
* - skip on win, diff TZ formatPierre Joye2011-09-071-1/+5
|
* MFH: Fix tests: soap tests in schema/ needs the xml extensionArnaud Le Blanc2008-07-231-0/+2
|
* fix tests (add precision)Antony Dovgal2007-05-079-1/+19
|
* Fixed SOAP tests and added additional tests to ensure processing POST dataIlia Alshanetsky2007-05-071-1/+1
| | | | | works based on server001.phpt
* New testDmitry Stogov2007-05-021-0/+45
|
* Added ability to encode arrays with "SOAP-ENC:Array" type instead of WSDL ↵Dmitry Stogov2007-03-205-3/+124
| | | | type. To activate the ability use "feature"=>SOAP_USE_XSI_ARRAY_TYPE option in SoapClient/SoapServer constructors.
* Fixed bug #37523 (namespaces added too late, leads to missing xsi:type ↵Dmitry Stogov2006-05-2632-32/+32
| | | | attributes. incompatibility with libxml2-2.6.24)
* Fixed bug #36083 (SoapClient waits for responses on one-way operations)Dmitry Stogov2006-02-076-6/+6
|
* Test seems potentially bogus.George Schlossnagle2005-10-101-30/+0
|
* Fixed XML Schema errorDmitry Stogov2005-10-101-0/+1
|
* Fixed bug #34787 (SOAP Client not handling boolean types correctly)Dmitry Stogov2005-10-091-1/+1
|
* Test simple derivation from restriction.George Schlossnagle2005-10-071-0/+30
|
* Fixed test to support 64-bit platformsDmitry Stogov2005-07-061-2/+2
|
* Support for element's form and schema's elementFormDefault attributes ↵Dmitry Stogov2005-04-206-0/+186
| | | | (qualified/unqualified)
* Fix qualified names for attributes according to attributeFormDefault.George Schlossnagle2005-04-0319-22/+52
| | | | | Add SOAP Interop tests from Dmitry.
* Fixed handling of attributes' namespacesDmitry Stogov2005-03-2817-17/+17
|
* Support for <soap:body> "parts" attributeDmitry Stogov2005-03-211-1/+1
|
* Fixed bug #31422 (No Error-Logging on SoapServer-Side).Dmitry Stogov2005-01-2032-67/+69
|
* win32 specific fixesDmitry Stogov2004-02-271-6/+0
|
* 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-111-1/+1
|
* PHP API was changed (see readme.html for more details).Dmitry Stogov2004-02-051-4/+2
|
* SOAP Headers was implemented (near complete)Dmitry Stogov2004-02-043-3/+3
|
* Error reoprting improved by prefixDmitry Stogov2004-01-281-1/+1
| | | | | | New 'HTTP' fault code Source cleanup
* Test suite for XML Schema and SOAP encoding/decodingDmitry Stogov2004-01-2875-0/+2183