ID: 29385 Updated by: [EMAIL PROTECTED] Reported By: ron at ttvavanti dot nl -Status: Assigned +Status: Closed Bug Type: SOAP related Operating System: Debian GNU/Linux (2.4.22) PHP Version: 5.0.0 Assigned To: dmitry
Previous Comments: ------------------------------------------------------------------------ [2004-11-16 13:14:19] [EMAIL PROTECTED] Fixed in CVS HEAD and PHP_5_0. ------------------------------------------------------------------------ [2004-07-26 10:44:06] ron at ttvavanti dot nl Description: ------------ SoapServer always seems to use std class on complex types. This way you can never get something like class Foo { // some stuff on the class } public function sendFoo(Foo $bar) { return $bar->doSomething(); } to work. Because it will always cause a SoapFault (Argument 1 must be an instance of Foo). If you would need more information, feel free to contact me. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29385&edit=1