]> granicus.if.org Git - php/commit
Added ability to encode arrays with "SOAP-ENC:Array" type instead of WSDL type. To...
authorDmitry Stogov <dmitry@php.net>
Tue, 20 Mar 2007 09:52:33 +0000 (09:52 +0000)
committerDmitry Stogov <dmitry@php.net>
Tue, 20 Mar 2007 09:52:33 +0000 (09:52 +0000)
commit1860541d6be493dbf1e73a525298f765dec17f91
treea1509ba94e5989cbdcc3e9bed60945f83cf55ba9
parent7e34938f93665841d2c93ffa7c61f241ae02ab33
Added ability to encode arrays with "SOAP-ENC:Array" type instead of WSDL type. To activate the ability use "feature"=>SOAP_USE_XSI_ARRAY_TYPE option in SoapClient/SoapServer constructors.
ext/soap/php_encoding.c
ext/soap/php_soap.h
ext/soap/soap.c
ext/soap/tests/interop/Round2/Base/r2_base_009s.phpt
ext/soap/tests/schema/schema081.phpt [new file with mode: 0644]
ext/soap/tests/schema/schema082.phpt [new file with mode: 0755]
ext/soap/tests/schema/schema083.phpt [new file with mode: 0755]
ext/soap/tests/schema/schema084.phpt [new file with mode: 0755]
ext/soap/tests/schema/test_schema.inc