ID: 30106 Updated by: [EMAIL PROTECTED] Reported By: phpcoder at gmx dot at -Status: Open +Status: Assigned Bug Type: SOAP related Operating System: Windows XP PHP Version: 5CVS-2004-09-16 (dev) -Assigned To: +Assigned To: dmitry
Previous Comments: ------------------------------------------------------------------------ [2004-09-16 08:59:50] phpcoder at gmx dot at Description: ------------ php-soap extension fails to parse wdsl document http://mathe.bg-bab.ac.at/ClassServer/service.asmx?WSDL Returned Error: Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing Schema: unresolved element 'ref' attribute in c:\Inetpub\class\index.php:2 Stack trace: #0 {main} thrown in c:\Inetpub\class\index.php on line 2 phpinfo() returns: PHP Version 5.0.2-dev (got the dev built from 2004-09-15, 10:30 p.m.) Reproduce code: --------------- <? $client = new SoapClient('http://mathe.bg-bab.ac.at/ClassServer/service.asmx?WSDL'); ?> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=30106&edit=1