--TEST-- Bug #38536 (SOAP returns an array of values instead of an object) --SKIPIF-- --INI-- soap.wsdl_cache_enabled=0 --FILE-- 2
2
Test
EOF; } } ini_set("soap.wsdl_cache_enabled", 0); $SOAPObject = new LocalSoapClient(dirname(__FILE__).'/bug38536.wsdl'); print_r($SOAPObject->test()); ?> --EXPECT-- stdClass Object ( [id] => 2 [address] => stdClass Object ( [idClient] => 2 [address] => Test ) )