|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2004-09-16 08:59 UTC] 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'); ?> PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 22:00:01 2025 UTC |
I am using the release version of 5.0.2 on Linux--same bug, same error message: <?php $client = new SoapClient( "http://www.precisionreservations.com/PRWebServ/getOtherInformation.asmx?WSDL" ); ?>